Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::Restore.
The details of a metadata restore operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::String
Returns
-
(::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}
.
#details
def details() -> ::String
Returns
- (::String) — Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the restore ended.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the restore started.
#state
def state() -> ::Google::Cloud::Metastore::V1::Restore::State
Returns
- (::Google::Cloud::Metastore::V1::Restore::State) — Output only. The current state of the restore.
#type
def type() -> ::Google::Cloud::Metastore::V1::Restore::RestoreType
Returns
- (::Google::Cloud::Metastore::V1::Restore::RestoreType) — Output only. The type of restore.