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 Type
    Method
    Description
    getStrings(int index)
    repeated string strings = 1;
    com.google.protobuf.ByteString
    getStringsBytes(int index)
    repeated string strings = 1;
    int
    repeated string strings = 1;
    com.google.protobuf.ProtocolStringList
    repeated string strings = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      String getStrings(int index)
      repeated string strings = 1;
    • getStringsBytes

      com.google.protobuf.ByteString getStringsBytes(int index)
      repeated string strings = 1;