Interface Int64ArrayOrBuilder (3.42.0)

public interface Int64ArrayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract long getValues(int index)

A list of int64 values.

repeated int64 values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
long

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

A list of int64 values.

repeated int64 values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<Long> getValuesList()

A list of int64 values.

repeated int64 values = 1;

Returns
TypeDescription
List<Long>

A list containing the values.