Class: Google::Cloud::Dataproc::V1::ParameterValidation

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

Configuration for parameter validation.

Instance Attribute Summary collapse

Instance Attribute Details

#regex::Google::Cloud::Dataproc::V1::RegexValidation

Returns Validation based on regular expressions.

Returns:



342
343
344
345
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 342

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

#values::Google::Cloud::Dataproc::V1::ValueValidation

Returns Validation based on a list of allowed values.

Returns:



342
343
344
345
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 342

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