Class: Google::Bigtable::Admin::V2::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::ListBackupsResponse
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The response for ListBackups.
Instance Attribute Summary collapse
-
#backups ⇒ Array<Google::Bigtable::Admin::V2::Backup>
The list of matching backups.
-
#next_page_token ⇒ String
next_page_token
can be sent in a subsequent ListBackups call to fetch more of the matching backups.
Instance Attribute Details
#backups ⇒ Array<Google::Bigtable::Admin::V2::Backup>
Returns The list of matching backups.
524 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 524 class ListBackupsResponse; end |
#next_page_token ⇒ String
Returns next_page_token
can be sent in a subsequent
ListBackups call
to fetch more of the matching backups.
524 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 524 class ListBackupsResponse; end |