public interface Int64ArrayOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract long getValues(int index)
A list of int64 values.
repeated int64 values = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
long |
The values at the given index. |
getValuesCount()
public abstract int getValuesCount()
A list of int64 values.
repeated int64 values = 1;
Returns | |
---|---|
Type | Description |
int |
The count of values. |
getValuesList()
public abstract List<Long> getValuesList()
A list of int64 values.
repeated int64 values = 1;
Returns | |
---|---|
Type | Description |
List<Long> |
A list containing the values. |