Interface Report.Value.IntListOrBuilder (0.11.0)

public static interface Report.Value.IntListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract long getValues(int index)

The 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()

The values

repeated int64 values = 1;

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<Long> getValuesList()

The values

repeated int64 values = 1;

Returns
Type Description
List<Long>

A list containing the values.