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."],[[["The `DeleteBackupPlanRequest` class is part of the Backup for GKE v1 API and is used to request the deletion of a BackupPlan."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The class includes properties such as `BackupPlanName`, `Etag`, and `Name`, which are essential for specifying the BackupPlan to be deleted and for ensuring the request's validity."],["The `DeleteBackupPlanRequest` has two constructors, one that is empty and one that can receive another instance of the class, to allow easy modification or copy."],["The documentation available outlines different versions, ranging from version 1.0.0-beta01 to the latest version 2.6.0."]]],[]]