Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::DeleteRestorePlanRequest.
Request message for DeleteRestorePlan.
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 RestorePlan'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 RestorePlan's etag field or the request is rejected.
Returns
- (::String) — Optional. If provided, this value must match the current value of the target RestorePlan's etag field or the request is rejected.
#force
def force() -> ::Boolean Returns
- (::Boolean) — Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
#force=
def force=(value) -> ::Boolean Parameter
- value (::Boolean) — Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
Returns
- (::Boolean) — Optional. If set to true, any Restores below this RestorePlan will also be deleted. Otherwise, the request will only succeed if the RestorePlan has no Restores.
#name
def name() -> ::String Returns
- (::String) — Required. Fully qualified RestorePlan name. Format:
projects/*/locations/*/restorePlans/*
#name=
def name=(value) -> ::String Parameter
- value (::String) — Required. Fully qualified RestorePlan name. Format:
projects/*/locations/*/restorePlans/*
Returns
- (::String) — Required. Fully qualified RestorePlan name. Format:
projects/*/locations/*/restorePlans/*