Interface ConfigVariable.MultiIntValuesOrBuilder (0.28.0)

public static interface ConfigVariable.MultiIntValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract int getValues(int index)

Optional. The config variable value of data type multi int.

repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

Optional. The config variable value of data type multi int.

repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<Integer> getValuesList()

Optional. The config variable value of data type multi int.

repeated int32 values = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Integer>

A list containing the values.