Class BackupInfo (2.32.0)

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

Information about a backup.

Attributes

Name Description
backup str
Output only. Name of the backup.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
source_table str
Output only. Name of the table the backup was created from.
source_backup str
Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects/