public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetBackupRequest.
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-03-21 UTC."],[[["The `GetBackupRequest` class is part of the Google Cloud Spanner Database Administration v1 API, used to request a specific backup."],["The latest version is `5.0.0-beta05`, with multiple other versions available, including stable releases from 3.5.0 to 4.6.0."],["`GetBackupRequest` inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BackupName` and `Name`, where `Name` specifies the required identifier for the backup resource in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."],["The most recent non-beta version is `4.6.0`, and the current version for the listed documentation is `4.5.0` which has been released."]]],[]]