Class: Google::Cloud::Dataproc::V1::ParameterValidation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ParameterValidation
- 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
-
#regex ⇒ ::Google::Cloud::Dataproc::V1::RegexValidation
Validation based on regular expressions.
-
#values ⇒ ::Google::Cloud::Dataproc::V1::ValueValidation
Validation based on a list of allowed values.
Instance Attribute Details
#regex ⇒ ::Google::Cloud::Dataproc::V1::RegexValidation
Returns Validation based on regular expressions.
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.
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 |