Interface FeatureValueOuterClass.LongArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValueOuterClass.LongArray,FeatureValueOuterClass.LongArray.Builder
- Enclosing class:
- FeatureValueOuterClass
public static interface FeatureValueOuterClass.LongArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetLongs(int index) repeated int64 longs = 1;intrepeated int64 longs = 1;repeated int64 longs = 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
-
getLongsList
repeated int64 longs = 1; -
getLongsCount
int getLongsCount()repeated int64 longs = 1; -
getLongs
long getLongs(int index) repeated int64 longs = 1;
-