Interface FeatureValueOuterClass.SparseStringArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValueOuterClass.SparseStringArray,FeatureValueOuterClass.SparseStringArray.Builder
- Enclosing class:
- FeatureValueOuterClass
public static interface FeatureValueOuterClass.SparseStringArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetIndexIntegers(int index) repeated int32 index_integers = 1;intrepeated int32 index_integers = 1;repeated int32 index_integers = 1;getValueStrings(int index) repeated string value_strings = 2;com.google.protobuf.ByteStringgetValueStringsBytes(int index) repeated string value_strings = 2;intrepeated string value_strings = 2;com.google.protobuf.ProtocolStringListrepeated string value_strings = 2;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
-
getIndexIntegersList
repeated int32 index_integers = 1; -
getIndexIntegersCount
int getIndexIntegersCount()repeated int32 index_integers = 1; -
getIndexIntegers
int getIndexIntegers(int index) repeated int32 index_integers = 1; -
getValueStringsList
com.google.protobuf.ProtocolStringList getValueStringsList()repeated string value_strings = 2; -
getValueStringsCount
int getValueStringsCount()repeated string value_strings = 2; -
getValueStrings
repeated string value_strings = 2; -
getValueStringsBytes
com.google.protobuf.ByteString getValueStringsBytes(int index) repeated string value_strings = 2;
-