Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListBackupsResponse.
The response for ListBackups.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backups
def backups() -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Backup>
Returns
-
(::Array<::Google::Cloud::Spanner::Admin::Database::V1::Backup>) — The list of matching backups. Backups returned are ordered by
create_time
in descending order, starting from the most recentcreate_time
.
#backups=
def backups=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Backup>
Parameter
-
value (::Array<::Google::Cloud::Spanner::Admin::Database::V1::Backup>) — The list of matching backups. Backups returned are ordered by
create_time
in descending order, starting from the most recentcreate_time
.
Returns
-
(::Array<::Google::Cloud::Spanner::Admin::Database::V1::Backup>) — The list of matching backups. Backups returned are ordered by
create_time
in descending order, starting from the most recentcreate_time
.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListBackups call to fetch more of the matching backups.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
next_page_token
can be sent in a subsequent ListBackups call to fetch more of the matching backups.
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListBackups call to fetch more of the matching backups.