Class: Google::Bigtable::Admin::V2::ListClustersRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::ListClustersRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
Request message for BigtableInstanceAdmin.ListClusters.
Instance Attribute Summary collapse
- 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of +next_page_token+ returned by a previous call.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the instance for which a list of clusters is requested.
 
Instance Attribute Details
#page_token ⇒ String
Returns The value of +next_page_token+ returned by a previous call.
      129  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 129 class ListClustersRequest; end  | 
  
#parent ⇒ String
Returns The unique name of the instance for which a list of clusters is requested.
Values are of the form +projects/
      129  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 129 class ListClustersRequest; end  |