Class: Google::Cloud::Dataproc::V1::ListAutoscalingPoliciesResponse

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 response to a request to list autoscaling policies in a project.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    Output only. This token is included in the response if there are more results to fetch.



289
290
291
292
# File 'proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb', line 289

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

#policies::Array<::Google::Cloud::Dataproc::V1::AutoscalingPolicy> (readonly)

Returns Output only. Autoscaling policies list.

Returns:



289
290
291
292
# File 'proto_docs/google/cloud/dataproc/v1/autoscaling_policies.rb', line 289

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