Class: Google::Spanner::Admin::Database::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Spanner::Admin::Database::V1::ListBackupsResponse
- Defined in:
- lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/backup.rb
Overview
The response for ListBackups.
Instance Attribute Summary collapse
-
#backups ⇒ Array<Google::Spanner::Admin::Database::V1::Backup>
The list of matching backups.
-
#next_page_token ⇒ String
next_page_tokencan be sent in a subsequent ListBackups call to fetch more of the matching backups.
Instance Attribute Details
#backups ⇒ Array<Google::Spanner::Admin::Database::V1::Backup>
Returns The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
229 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/backup.rb', line 229 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.
229 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/backup.rb', line 229 class ListBackupsResponse; end |