Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ParameterValidation.
Configuration for parameter validation.
Generated from protobuf message google.cloud.dataproc.v1.ParameterValidation
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ regex |
Google\Cloud\Dataproc\V1\RegexValidation
Validation based on regular expressions. |
↳ values |
Google\Cloud\Dataproc\V1\ValueValidation
Validation based on a list of allowed values. |
getRegex
Validation based on regular expressions.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\RegexValidation|null |
hasRegex
setRegex
Validation based on regular expressions.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\RegexValidation
|
Returns | |
---|---|
Type | Description |
$this |
getValues
Validation based on a list of allowed values.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\ValueValidation|null |
hasValues
setValues
Validation based on a list of allowed values.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\ValueValidation
|
Returns | |
---|---|
Type | Description |
$this |
getValidationType
Returns | |
---|---|
Type | Description |
string |