Class: Google::Bigtable::Admin::V2::ListSnapshotsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::ListSnapshotsResponse
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
Response message for BigtableTableAdmin::ListSnapshots
Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set if not all snapshots could be returned in a single response.
 - 
  
    
      #snapshots  ⇒ Array<Google::Bigtable::Admin::V2::Snapshot> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The snapshots present in the requested cluster.
 
Instance Attribute Details
#next_page_token ⇒ String
Returns Set if not all snapshots could be returned in a single response. Pass this value to +page_token+ in another request to get the next page of results.
      300  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 300 class ListSnapshotsResponse; end  | 
  
#snapshots ⇒ Array<Google::Bigtable::Admin::V2::Snapshot>
Returns The snapshots present in the requested cluster.
      300  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 300 class ListSnapshotsResponse; end  |