public sealed class Restore : IMessage<Restore>, IEquatable<Restore>, IDeepCloneable<Restore>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class Restore.
The details of a metadata restore operation.
Namespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
Restore()
public Restore()Restore(Restore)
public Restore(Restore other)| Parameter | |
|---|---|
| Name | Description |
other |
Restore |
Properties
Backup
public string Backup { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
BackupAsBackupName
public BackupName BackupAsBackupName { get; set; }BackupName-typed view over the Backup resource name property.
| Property Value | |
|---|---|
| Type | Description |
BackupName |
|
Details
public string Details { get; set; }Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time when the restore ended.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StartTime
public Timestamp StartTime { get; set; }Output only. The time when the restore started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public Restore.Types.State State { get; set; }Output only. The current state of the restore.
| Property Value | |
|---|---|
| Type | Description |
RestoreTypesState |
|
Type
public Restore.Types.RestoreType Type { get; set; }Output only. The type of restore.
| Property Value | |
|---|---|
| Type | Description |
RestoreTypesRestoreType |
|