Class: Google::Cloud::Dataproc::V1::UpdateAutoscalingPolicyRequest

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

Overview

A request to update an autoscaling policy.

Instance Attribute Summary collapse

Instance Attribute Details

#policy::Google::Cloud::Dataproc::V1::AutoscalingPolicy

Returns Required. The updated autoscaling policy.

Returns:



230
231
232
233
# File 'proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb', line 230

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