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

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

Overview

Information about the database restore.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_info::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo

Returns Information about the backup used to restore the database. The backup may no longer exist.

Returns:



34
35
36
37
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 34

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

#source_type::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType

Returns The type of the restore source.

Returns:



34
35
36
37
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 34

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