Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class Restore.
The details of a metadata restore operation.
Generated from protobuf message google.cloud.metastore.v1.Restore
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
↳ end_time
↳ state
int
Output only. The current state of the restore.
↳ backup
string
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
int
Output only. The type of restore.
↳ details
string
Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
getStartTime
Output only. The time when the restore started.
hasStartTime
clearStartTime
setStartTime
Output only. The time when the restore started.
$this
getEndTime
Output only. The time when the restore ended.
hasEndTime
clearEndTime
setEndTime
Output only. The time when the restore ended.
$this
getState
Output only. The current state of the restore.
int
setState
Output only. The current state of the restore.
var
int
$this
getBackup
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}
.
string
setBackup
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}
.
var
string
$this
getType
Output only. The type of restore.
int
setType
Output only. The type of restore.
var
int
$this
getDetails
Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
string
setDetails
Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
var
string
$this