Class: Google::Cloud::Dataproc::V1beta2::ParameterValidation

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

Overview

Configuration for parameter validation.

Instance Attribute Summary collapse

Instance Attribute Details

#regex::Google::Cloud::Dataproc::V1beta2::RegexValidation

Returns Validation based on regular expressions.

Returns:



348
349
350
351
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 348

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

#values::Google::Cloud::Dataproc::V1beta2::ValueValidation

Returns Validation based on a list of allowed values.

Returns:



348
349
350
351
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 348

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