Google Cloud Dataproc V1 Client - Class ValueValidation (4.0.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ValueValidation.

Validation based on a list of allowed values.

Generated from protobuf message google.cloud.dataproc.v1.ValueValidation

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values string[]

Required. List of allowed values for the parameter.

getValues

Required. List of allowed values for the parameter.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setValues

Required. List of allowed values for the parameter.

Parameter
Name Description
var string[]
Returns
Type Description
$this