Class: Google::Cloud::Dataproc::V1beta2::ListClustersResponse

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

Overview

The list of all clusters in a project.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The clusters in the project.

Returns:



641
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 641

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.



641
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 641

class ListClustersResponse; end