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 documentation for the `DeleteBackupPlanRequest` class within the Google Cloud GKE Backup v1 API."],["The `DeleteBackupPlanRequest` class is used to construct requests for deleting a BackupPlan, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupPlanRequest` class contains properties such as `BackupPlanName`, `Etag`, and `Name`, which are used to specify the details of the BackupPlan to be deleted and check for any required properties."],["This reference documentation details all the versions of the class, ranging from the latest 2.6.0 version down to 1.0.0-beta01, showcasing the different versions available for use."],["There are two constructors available for the class, one is parameterless and the other takes another instance of the `DeleteBackupPlanRequest` class as a parameter."]]],[]]