Class: Google::Bigtable::Admin::V2::ListInstancesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::ListInstancesRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
Request message for BigtableInstanceAdmin.ListInstances.
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 project for which a list of instances is requested.
 
Instance Attribute Details
#page_token ⇒ String
Returns The value of +next_page_token+ returned by a previous call.
      58  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 58 class ListInstancesRequest; end  | 
  
#parent ⇒ String
Returns The unique name of the project for which a list of instances is requested.
Values are of the form +projects/
      58  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 58 class ListInstancesRequest; end  |