Interface ObjectIdentifierOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ObjectIdentifier, ObjectIdentifier.Builder

    public interface ObjectIdentifierOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getId​(int index)
      repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
      int getIdCount()
      repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
      java.util.List<java.lang.Integer> getIdList()
      repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIdList

        java.util.List<java.lang.Integer> getIdList()
        repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        A list containing the id.
      • getIdCount

        int getIdCount()
        repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The count of id.
      • getId

        int getId​(int index)
        repeated int32 id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        index - The index of the element to return.
        Returns:
        The id at the given index.