Interface CollectionDef.Int64ListOrBuilder

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

public static interface CollectionDef.Int64ListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValueList

      List<Long> getValueList()
      repeated int64 value = 1 [packed = true];
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
      repeated int64 value = 1 [packed = true];
      Returns:
      The count of value.
    • getValue

      long getValue(int index)
      repeated int64 value = 1 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.