Class: Google::Cloud::Dataproc::V1::RegexValidation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/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).



268
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 268

class RegexValidation; end