Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::DeleteRestoreRequest.
Request message for DeleteRestore.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
Returns
- (::String) — Optional. If provided, this value must match the current value of the target Restore's etag field or the request is rejected.
#force
def force() -> ::Boolean
Returns
- (::Boolean) — Optional. If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
#force=
def force=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
Returns
- (::Boolean) — Optional. If set to true, any VolumeRestores below this restore will also be deleted. Otherwise, the request will only succeed if the restore has no VolumeRestores.
#name
def name() -> ::String
Returns
-
(::String) — Required. Full name of the Restore
Format:
projects/*/locations/*/restorePlans/*/restores/*
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Full name of the Restore
Format:
projects/*/locations/*/restorePlans/*/restores/*
Returns
-
(::String) — Required. Full name of the Restore
Format:
projects/*/locations/*/restorePlans/*/restores/*