Class: Google::Cloud::Dataproc::V1beta2::UpdateAutoscalingPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::UpdateAutoscalingPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/autoscaling_policies.rb
Overview
A request to update an autoscaling policy.
Instance Attribute Summary collapse
Instance Attribute Details
#policy ⇒ ::Google::Cloud::Dataproc::V1beta2::AutoscalingPolicy
Returns Required. The updated autoscaling policy.
212 213 214 215 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 212 class UpdateAutoscalingPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |