Interface CollectionDef.NodeListOrBuilder

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

public static interface CollectionDef.NodeListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValueList

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

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

      String getValue(int index)
      repeated string value = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.
    • getValueBytes

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