Interface Points.RepeatedIntegersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.RepeatedIntegers, Points.RepeatedIntegers.Builder
Enclosing class:
Points

public static interface Points.RepeatedIntegersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getIntegers(int index)
    repeated int64 integers = 1;
    int
    repeated int64 integers = 1;
    repeated int64 integers = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIntegersList

      List<Long> getIntegersList()
      repeated int64 integers = 1;
      Returns:
      A list containing the integers.
    • getIntegersCount

      int getIntegersCount()
      repeated int64 integers = 1;
      Returns:
      The count of integers.
    • getIntegers

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