public static interface ReportValue.IntListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract long getValues(int index)The values
repeated int64 values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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. |