Class Restore (1.6.2)

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

The details of a metadata restore operation.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the restore started.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the restore ended.
state google.cloud.metastore_v1alpha.types.Restore.State
Output only. The current state of the restore.
backup str
Output only. The relative resource name of the metastore service backup to restore from, in the following form: ``projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}``.
type_ google.cloud.metastore_v1alpha.types.Restore.RestoreType
Output only. The type of restore.
details str
Output only. The restore details containing the revision of the service to be restored to, in format of JSON.

Inheritance

builtins.object > proto.message.Message > Restore

Classes

RestoreType

RestoreType(value)

The type of restore. If unspecified, defaults to METADATA_ONLY.

State

State(value)

The current state of the restore.