Class: Google::Cloud::Dataproc::V1::ValueValidation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/workflow_templates.rb

Overview

Validation based on a list of allowed values.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns Required. List of allowed values for the parameter.

Returns:

  • (::Array<::String>)

    Required. List of allowed values for the parameter.



362
363
364
365
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 362

class ValueValidation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end