Class: Google::Bigtable::Admin::V2::ListTablesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::ListTablesRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
Request message for BigtableTableAdmin::ListTables
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 tables should be listed.
 - 
  
    
      #view  ⇒ Google::Bigtable::Admin::V2::Table::View 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The view to be applied to the returned tables' fields.
 
Instance Attribute Details
#page_token ⇒ String
Returns The value of +next_page_token+ returned by a previous call.
      111  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 111 class ListTablesRequest; end  | 
  
#parent ⇒ String
Returns The unique name of the instance for which tables should be listed.
Values are of the form +projects/
      111  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 111 class ListTablesRequest; end  | 
  
#view ⇒ Google::Bigtable::Admin::V2::Table::View
Returns The view to be applied to the returned tables' fields. Defaults to +NAME_ONLY+ if unspecified; no others are currently supported.
      111  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 111 class ListTablesRequest; end  |