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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/workflow_templates.rb

Overview

Validation based on regular expressions.

Instance Attribute Summary collapse

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

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



353
354
355
356
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 353

class RegexValidation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end