Interface LongListOrBuilder

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

@Generated public interface LongListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValuesList

      List<Long> getValuesList()
      repeated int64 values = 1;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
      repeated int64 values = 1;
      Returns:
      The count of values.
    • getValues

      long getValues(int index)
      repeated int64 values = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.