Class: Google::Cloud::Spanner::Admin::Database::V1::ListBackupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/backup.rb

Overview

The response for ListBackups.

Instance Attribute Summary collapse

Instance Attribute Details

#backups::Array<::Google::Cloud::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.

Returns:



363
364
365
366
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 363

class ListBackupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



363
364
365
366
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 363

class ListBackupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end