public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
The request for [GetBackup][google.spanner.admin.database.v1.DatabaseAdmin.GetBackup].
[[["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."],[[["The content focuses on the `GetBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its structure and functionalities across multiple versions."],["The `GetBackupRequest` class is used to request a backup and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides documentation for various versions of the `GetBackupRequest`, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05."],["The class has properties like `BackupName` and `Name`, where `Name` represents the backup's unique identifier in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."],["The class has two constructors, a default one, and another one that takes a `GetBackupRequest` as a parameter, along with a list of inherited methods from `Object`."]]],[]]