Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::Backup.
The details of a backup resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the backup was started.
#description
def description() -> ::String
- (::String) — The description of the backup.
#description=
def description=(value) -> ::String
- value (::String) — The description of the backup.
- (::String) — The description of the backup.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the backup finished creating.
#name
def name() -> ::String
-
(::String) — Immutable. The relative resource name of the backup, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
#name=
def name=(value) -> ::String
-
value (::String) — Immutable. The relative resource name of the backup, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
-
(::String) — Immutable. The relative resource name of the backup, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
#restoring_services
def restoring_services() -> ::Array<::String>
- (::Array<::String>) — Output only. Services that are restoring from the backup.
#service_revision
def service_revision() -> ::Google::Cloud::Metastore::V1::Service
- (::Google::Cloud::Metastore::V1::Service) — Output only. The revision of the service at the time of backup.
#state
def state() -> ::Google::Cloud::Metastore::V1::Backup::State
- (::Google::Cloud::Metastore::V1::Backup::State) — Output only. The current state of the backup.