public interface Int64ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getValues(int index)
A list of int64 values.
|
int |
getValuesCount()
A list of int64 values.
|
List<Long> |
getValuesList()
A list of int64 values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Long> getValuesList()
A list of int64 values.
repeated int64 values = 1;int getValuesCount()
A list of int64 values.
repeated int64 values = 1;long getValues(int index)
A list of int64 values.
repeated int64 values = 1;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.