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-04-17 UTC."],[[["This document provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The `DeleteBackupRequest` class is used to request the deletion of a backup within the Google Cloud Spanner service."],["The document includes the available versions of the `DeleteBackupRequest`, with the latest version being 5.0.0-beta05."],["The `DeleteBackupRequest` class is derived from the `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class contains properties for `BackupName` and `Name` to handle backup information, and it is found in the `Google.Cloud.Spanner.Admin.Database.V1` namespace."]]],[]]