public sealed class DeleteBackupPlanRequest : IMessage<DeleteBackupPlanRequest>, IEquatable<DeleteBackupPlanRequest>, IDeepCloneable<DeleteBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class DeleteBackupPlanRequest.
If provided, this value must match the current value of the
target BackupPlan's [etag][google.cloud.gkebackup.v1.BackupPlan.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."],[[["This document provides reference information for the `DeleteBackupPlanRequest` class within the Backup for GKE v1 API, specifically version 2.0.0."],["The `DeleteBackupPlanRequest` class is used to construct a request to delete a BackupPlan and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `DeleteBackupPlanRequest` class include `BackupPlanName`, which provides a typed view of the resource name, `Etag` for conditional deletion, and `Name` which specifies the fully qualified BackupPlan name."],["The document lists the available versions of the `DeleteBackupPlanRequest` class, with version 2.6.0 being the latest and 1.0.0-beta01 the oldest."],["The class inherits from `Object` and uses methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, in addition to the custom methods specific to this class."]]],[]]