Class: Google::Cloud::Dataproc::V1::ListClustersResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dataproc::V1::ListClustersResponse
 
 
- 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
- 
  
    
      #clusters  ⇒ Array<Google::Cloud::Dataproc::V1::Cluster> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output-only.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output-only.
 
Instance Attribute Details
#clusters ⇒ Array<Google::Cloud::Dataproc::V1::Cluster>
Returns Output-only. The clusters in the project.
      527  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 527 class ListClustersResponse; end  | 
  
#next_page_token ⇒ String
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+.
      527  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 527 class ListClustersResponse; end  |