public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DeleteBackupRequest.
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
[[["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 request the deletion of a backup within the Google Cloud Spanner Database Administration v1 API, which is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteBackupRequest\u003e`, `IDeepCloneable\u003cDeleteBackupRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `DeleteBackupRequest` class has two constructors, a default constructor and a constructor that takes another `DeleteBackupRequest` object as a parameter for copying data."],["It features properties like `BackupName` (a typed view over the resource name) and `Name` (a string representing the full resource name of the backup to be deleted), where `Name` is a required property to identify the backup."],["This page lists the different versions available for `DeleteBackupRequest`, with `5.0.0-beta05` being the latest and `4.6.0` being the version of the documentation, and an additional 19 previous versions of the same class available for reference."]]],[]]