Class: Google::Cloud::Spanner::Admin::Database::V1::BackupInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::BackupInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup.rb
Overview
Information about a backup.
Instance Attribute Summary collapse
-
#backup ⇒ ::String
Name of the backup.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the CreateBackup request was received.
-
#source_database ⇒ ::String
Name of the database the backup was created from.
-
#version_time ⇒ ::Google::Protobuf::Timestamp
The backup contains an externally consistent copy of
source_database
at the timestamp specified byversion_time
.
Instance Attribute Details
#backup ⇒ ::String
Returns Name of the backup.
576 577 578 579 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 576 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the CreateBackup request was received.
576 577 578 579 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 576 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_database ⇒ ::String
Returns Name of the database the backup was created from.
576 577 578 579 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 576 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_time ⇒ ::Google::Protobuf::Timestamp
Returns The backup contains an externally consistent copy of source_database
at
the timestamp specified by version_time
. If the
CreateBackup
request did not specify version_time
, the version_time
of the backup is
equivalent to the create_time
.
576 577 578 579 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 576 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |