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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb

Overview

The list of all clusters in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Google::Cloud::Dataproc::V1::Cluster>

Returns Output only. The clusters in the project.

Returns:



767
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 767

class ListClustersResponse; end

#next_page_tokenString

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.



767
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 767

class ListClustersResponse; end