Interface CollectionDef.BytesListOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
CollectionDef.BytesList, CollectionDef.BytesList.Builder
Enclosing class:
CollectionDef

public static interface CollectionDef.BytesListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValueList

      List<ByteString> getValueList()
      repeated bytes value = 1;
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
      repeated bytes value = 1;
      Returns:
      The count of value.
    • getValue

      ByteString getValue(int index)
      repeated bytes value = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.