Interface IDOrBuilder
- 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 TypeMethodDescriptiongetId(int index) repeated string id = 1;com.google.protobuf.ByteStringgetIdBytes(int index) repeated string id = 1;intrepeated string id = 1;repeated string id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIdList
repeated string id = 1;- Returns:
- A list containing the id.
-
getIdCount
int getIdCount()repeated string id = 1;- Returns:
- The count of id.
-
getId
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.
-