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-03-21 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`."]]],[]]