Class: Google::Cloud::Dataproc::V1beta2::RegexValidation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::RegexValidation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/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).
359 360 361 362 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 359 class RegexValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |