Interface IntListOrBuilder

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

@Generated public interface IntListOrBuilder extends MessageOrBuilder
  • Method Details

    • getValuesList

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

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

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