public sealed class DeleteRestoreRequest : IMessage<DeleteRestoreRequest>, IEquatable<DeleteRestoreRequest>, IDeepCloneable<DeleteRestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class DeleteRestoreRequest.
If provided, this value must match the current value of the
target Restore's [etag][google.cloud.gkebackup.v1.Restore.etag] field or
the request is rejected.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `DeleteRestoreRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.2.0."],["The `DeleteRestoreRequest` class is used to construct requests for deleting a Restore resource, supporting deletion of VolumeRestores if the `Force` property is true."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are utilized to provide message functionality."],["Key properties of the `DeleteRestoreRequest` class include `Name` to specify the Restore resource to be deleted, `Etag` for conditional deletion, and `Force` to enable deletion of related VolumeRestores."],["The latest version of `DeleteRestoreRequest` available is 2.6.0, with multiple past versions like 2.5.0, 2.4.0, and older, down to 1.0.0-beta01, available for reference."]]],[]]