Class: Google::Cloud::Dataproc::V1beta2::ValueValidation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ValueValidation
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/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.
281 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 281 class ValueValidation; end |