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