Google Cloud Dataproc V1 Client - Class RegexValidation (3.10.1)

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

Validation based on regular expressions.

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

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ regexes array

Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).

getRegexes

Required. RE2 regular expressions used to validate the parameter's value.

The value must match the regex in its entirety (substring matches are not sufficient).

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRegexes

Required. RE2 regular expressions used to validate the parameter's value.

The value must match the regex in its entirety (substring matches are not sufficient).

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this