Interface FeatureValueOuterClass.StringArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureValueOuterClass.StringArray,FeatureValueOuterClass.StringArray.Builder
- Enclosing class:
- FeatureValueOuterClass
public static interface FeatureValueOuterClass.StringArrayOrBuilder
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;com.google.protobuf.ProtocolStringListrepeated 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
com.google.protobuf.ProtocolStringList getStringsList()repeated string strings = 1; -
getStringsCount
int getStringsCount()repeated string strings = 1; -
getStrings
repeated string strings = 1; -
getStringsBytes
com.google.protobuf.ByteString getStringsBytes(int index) repeated string strings = 1;
-