Interface Int64ListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Int64List, Int64List.Builder

public interface Int64ListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getValue(int index)
    repeated int64 value = 1 [packed = true];
    int
    repeated int64 value = 1 [packed = true];
    repeated int64 value = 1 [packed = true];

    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

    • 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.