RestoreResponse

data class RestoreResponse(val backup: String, val details: String, val endTime: String, val startTime: String, val state: String, val type: String)

The details of a metadata restore operation.

Constructors

Link copied to clipboard
fun RestoreResponse(backup: String, details: String, endTime: String, startTime: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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}.

Link copied to clipboard

The restore details containing the revision of the service to be restored to, in format of JSON.

Link copied to clipboard

The time when the restore ended.

Link copied to clipboard

The time when the restore started.

Link copied to clipboard

The current state of the restore.

Link copied to clipboard

The type of restore.