Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::RestoreInfo.
Information about the database restore.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_info
def backup_info() -> ::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo) — Information about the backup used to restore the database. The backup may no longer exist.
#backup_info=
def backup_info=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo
Parameter
- value (::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo) — Information about the backup used to restore the database. The backup may no longer exist.
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::BackupInfo) — Information about the backup used to restore the database. The backup may no longer exist.
#source_type
def source_type() -> ::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType) — The type of the restore source.
#source_type=
def source_type=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType
Parameter
- value (::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType) — The type of the restore source.
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::RestoreSourceType) — The type of the restore source.