public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
[[["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 delete a backup within the Google Cloud Filestore service, as indicated by its purpose and methods."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with the protocol buffers library and support operations like comparison and cloning."],["It includes properties for `BackupName` and `Name`, allowing you to specify which backup to delete, with `Name` being the required resource identifier."],["Multiple versions of the `DeleteBackupRequest` class are available, ranging from version 1.0.0 to 2.7.0, with 2.7.0 being the latest."],["The `DeleteBackupRequest` class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, providing fundamental object functionalities."]]],[]]