Interface protos.google.cloud.metastore.v1.IRestore (1.2.0)

Properties of a Restore.

Package

@google-cloud/dataproc-metastore!

Properties

backup

backup?: (string|null);

Restore backup

Property Value
TypeDescription
(string|null)

details

details?: (string|null);

Restore details

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Restore endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Restore startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.metastore.v1.Restore.State|keyof typeof google.cloud.metastore.v1.Restore.State|null);

Restore state

Property Value
TypeDescription
(google.cloud.metastore.v1.Restore.State|keyof typeof google.cloud.metastore.v1.Restore.State|null)

type

type?: (google.cloud.metastore.v1.Restore.RestoreType|keyof typeof google.cloud.metastore.v1.Restore.RestoreType|null);

Restore type

Property Value
TypeDescription
(google.cloud.metastore.v1.Restore.RestoreType|keyof typeof google.cloud.metastore.v1.Restore.RestoreType|null)