Interface ConfigVariable.MultiStringValuesOrBuilder (0.28.0)

public static interface ConfigVariable.MultiStringValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract String getValues(int index)

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

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The values at the given index.

getValuesBytes(int index)

public abstract ByteString getValuesBytes(int index)

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

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the values at the given index.

getValuesCount()

public abstract int getValuesCount()

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

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

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

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

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

Returns
Type Description
List<String>

A list containing the values.