Class: Google::Cloud::Spanner::Admin::Database::V1::RestoreInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::RestoreInfo
- 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
-
#backup_info ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo
Information about the backup used to restore the database.
-
#source_type ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType
The type of the restore source.
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.
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.
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 |