Class: Google::Cloud::Dataproc::V1::ListClustersResponse

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

Overview

The list of all clusters in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Array<::Google::Cloud::Dataproc::V1::Cluster> (readonly)

Returns Output only. The clusters in the project.

Returns:



1528
1529
1530
1531
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1528

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

#next_page_token::String (readonly)

Returns Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.

Returns:

  • (::String)

    Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.



1528
1529
1530
1531
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1528

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