Class BackupInfo (2.1.0)

BackupInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about a backup.

Attributes

NameDescription
backup str
Name of the backup.
create_time `.timestamp.Timestamp`
The backup contains an externally consistent copy of ``source_database`` at the timestamp specified by ``create_time``.
source_database str
Name of the database the backup was created from.

Inheritance

builtins.object > proto.message.Message > BackupInfo