public static interface ConfigVariable.MultiIntValuesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | intThe 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. |