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