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

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

    Modifier and Type
    Method
    Description
    getId(int index)
    repeated string id = 1;
    com.google.protobuf.ByteString
    getIdBytes(int index)
    repeated string id = 1;
    int
    repeated string id = 1;
    repeated string id = 1;

    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 Details

    • getIdList

      List<String> getIdList()
      repeated string id = 1;
      Returns:
      A list containing the id.
    • getIdCount

      int getIdCount()
      repeated string id = 1;
      Returns:
      The count of id.
    • getId

      String getId(int index)
      repeated string id = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The id at the given index.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes(int index)
      repeated string id = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the id at the given index.