Interface Points.RepeatedIntegersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.RepeatedIntegers,Points.RepeatedIntegers.Builder
- Enclosing class:
Points
public static interface Points.RepeatedIntegersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetIntegers(int index) repeated int64 integers = 1;intrepeated int64 integers = 1;repeated int64 integers = 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
-
getIntegersList
repeated int64 integers = 1;- Returns:
- A list containing the integers.
-
getIntegersCount
int getIntegersCount()repeated int64 integers = 1;- Returns:
- The count of integers.
-
getIntegers
long getIntegers(int index) repeated int64 integers = 1;- Parameters:
index- The index of the element to return.- Returns:
- The integers at the given index.
-