Class: Google::Cloud::Dataproc::V1beta2::ValueValidation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ValueValidation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb
Overview
Validation based on a list of allowed values.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::String>
Required.
Instance Attribute Details
#values ⇒ ::Array<::String>
Returns Required. List of allowed values for the parameter.
368 369 370 371 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 368 class ValueValidation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |