Interface Points.RepeatedStringsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.RepeatedStrings,Points.RepeatedStrings.Builder
- Enclosing class:
Points
public static interface Points.RepeatedStringsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStrings(int index) repeated string strings = 1;com.google.protobuf.ByteStringgetStringsBytes(int index) repeated string strings = 1;intrepeated string strings = 1;repeated string strings = 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
-
getStringsList
repeated string strings = 1;- Returns:
- A list containing the strings.
-
getStringsCount
int getStringsCount()repeated string strings = 1;- Returns:
- The count of strings.
-
getStrings
repeated string strings = 1;- Parameters:
index- The index of the element to return.- Returns:
- The strings at the given index.
-
getStringsBytes
com.google.protobuf.ByteString getStringsBytes(int index) repeated string strings = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the strings at the given index.
-