Class: Google::Cloud::Dataproc::V1beta2::RegexValidation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb

Overview

Validation based on regular expressions.

Instance Attribute Summary collapse

Instance Attribute Details

#regexesArray<String>

Returns 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:

  • (Array<String>)

    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).



275
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 275

class RegexValidation; end