Class Restore (1.1.2)

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

The details of a metadata restore operation. .. attribute:: start_time

Output only. The time when the restore started.

:type: google.protobuf.timestamp_pb2.Timestamp

Attributes

NameDescription
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the restore ended.
state google.cloud.metastore_v1beta.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_v1beta.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.

Classes

RestoreType

RestoreType(value)

The type of restore.

State

State(value)

The current state of the restore.