public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class DeleteBackupRequest.
If provided, this value must match the current value of the
target Backup's [etag][google.cloud.gkebackup.v1.Backup.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 `DeleteBackupRequest` class is used to send a request to delete a backup resource in the Backup for GKE v1 API, and it is the request message for the DeleteBackup operation."],["The latest version of the documentation available is 2.6.0, with older versions back to 1.0.0-beta01 also documented."],["`DeleteBackupRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer management."],["Key properties of `DeleteBackupRequest` include `Name` (the resource name of the backup to be deleted), `Etag` (for conditional deletion), `Force` (for deleting associated volume backups), and `BackupName` (a typed view over the resource name)."],["The `DeleteBackupRequest` class has two constructors, one default and one that takes another `DeleteBackupRequest` object as a parameter for object cloning."]]],[]]