public sealed class DeleteRestorePlanRequest : IMessage<DeleteRestorePlanRequest>, IEquatable<DeleteRestorePlanRequest>, IDeepCloneable<DeleteRestorePlanRequest>, IBufferMessage, IMessage
If provided, this value must match the current value of the
target RestorePlan's [etag][google.cloud.gkebackup.v1.RestorePlan.etag] field or the request is
rejected.
[[["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."],[[["The `DeleteRestorePlanRequest` class is used to send a request to delete a RestorePlan in the Google Cloud GKE Backup service, inheriting from `Object` and implementing several interfaces for message handling and object comparison."],["This class supports various versions, with the latest being 2.6.0 and the initial beta release at 1.0.0-beta01, each with documentation available at their respective versioned links."],["Key properties within `DeleteRestorePlanRequest` include `Name` (the required fully qualified name of the RestorePlan), `Force` (to delete any associated Restores), and `Etag` (for conditional deletion based on the current state of the RestorePlan)."],["The class offers two constructors: a default one and another one that accepts a `DeleteRestorePlanRequest` object as a parameter."],["The `RestorePlanName` property provides a typed view over the resource name property `Name`."]]],[]]