Class: Google::Cloud::Dataproc::V1::RegexValidation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::RegexValidation
- 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
-
#regexes ⇒ Array<String>
Required.
Instance Attribute Details
#regexes ⇒ Array<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).
268 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/workflow_templates.rb', line 268 class RegexValidation; end |