Interface BytesListOrBuilder

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

public interface 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.