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.

Note: The following fields are mutually exclusive: regex, values. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dataproc::V1::RegexValidation)

    Validation based on regular expressions.

    Note: The following fields are mutually exclusive: regex, values. If a field in that set is populated, all other fields in the set will automatically be cleared.



416
417
418
419
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 416

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.

Note: The following fields are mutually exclusive: values, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dataproc::V1::ValueValidation)

    Validation based on a list of allowed values.

    Note: The following fields are mutually exclusive: values, regex. If a field in that set is populated, all other fields in the set will automatically be cleared.



416
417
418
419
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 416

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