Class: Google::Cloud::Dataproc::V1beta2::ListAutoscalingPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::ListAutoscalingPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/autoscaling_policies.rb
Overview
A response to a request to list autoscaling policies in a project.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#policies ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::AutoscalingPolicy>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns Output only. This token is included in the response if there are more results to fetch.
271 272 273 274 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 271 class ListAutoscalingPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policies ⇒ ::Array<::Google::Cloud::Dataproc::V1beta2::AutoscalingPolicy> (readonly)
Returns Output only. Autoscaling policies list.
271 272 273 274 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 271 class ListAutoscalingPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |