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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page documents the `GetBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, which is part of the Google Cloud Spanner Admin Database API for .NET."],["This class is used to request a backup via `GetBackup` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupRequest` class has two constructors, a default constructor and one that takes another `GetBackupRequest` instance, and it also includes properties for `BackupName` and `Name`."],["The page lists various versions of the API, with `5.0.0-beta05` being the latest and version `3.6.0` also being listed as a version."],["The Name property, of type String, is a required property for the backup and uses the following format: `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."]]],[]]