Interface AllowedValuesOrBuilder (0.1.0)

public interface AllowedValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract ParamValue getValues(int index)

Required. List of allowed values for the parameter.

repeated .google.cloud.cloudsecuritycompliance.v1.ParamValue values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ParamValue

getValuesCount()

public abstract int getValuesCount()

Required. List of allowed values for the parameter.

repeated .google.cloud.cloudsecuritycompliance.v1.ParamValue values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getValuesList()

public abstract List<ParamValue> getValuesList()

Required. List of allowed values for the parameter.

repeated .google.cloud.cloudsecuritycompliance.v1.ParamValue values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<ParamValue>

getValuesOrBuilder(int index)

public abstract ParamValueOrBuilder getValuesOrBuilder(int index)

Required. List of allowed values for the parameter.

repeated .google.cloud.cloudsecuritycompliance.v1.ParamValue values = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ParamValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ParamValueOrBuilder> getValuesOrBuilderList()

Required. List of allowed values for the parameter.

repeated .google.cloud.cloudsecuritycompliance.v1.ParamValue values = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.ParamValueOrBuilder>