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

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

Information about a backup.

Instance Attribute Summary collapse

Instance Attribute Details

#backup::String

Returns Name of the backup.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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