Interface StringListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StringList, StringList.Builder

@Generated public interface StringListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getList(int index)
    The individual string values.
    com.google.protobuf.ByteString
    getListBytes(int index)
    The individual string values.
    int
    The individual string values.
    The individual string values.

    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

    • getListList

      List<String> getListList()
       The individual string values.
       
      repeated string list = 1;
      Returns:
      A list containing the list.
    • getListCount

      int getListCount()
       The individual string values.
       
      repeated string list = 1;
      Returns:
      The count of list.
    • getList

      String getList(int index)
       The individual string values.
       
      repeated string list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The list at the given index.
    • getListBytes

      com.google.protobuf.ByteString getListBytes(int index)
       The individual string values.
       
      repeated string list = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the list at the given index.