Backup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The details of a backup resource.
Attributes
Name | Description |
name |
str
Immutable. The relative resource name of the backup, in the following form: ``projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}`` |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the backup was started. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the backup finished creating. |
state |
google.cloud.metastore_v1beta.types.Backup.State
Output only. The current state of the backup. |
service_revision |
google.cloud.metastore_v1beta.types.Service
Output only. The revision of the service at the time of backup. |
description |
str
The description of the backup. |
Inheritance
builtins.object > proto.message.Message > BackupClasses
State
State(value)
The current state of the backup.