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"]],[["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."],[[["This document provides reference documentation for the `GetBackupRequest` class within the Google Cloud Spanner Database Administration v1 API, specifically for .NET."],["The `GetBackupRequest` class is used to make requests for the `GetBackup` operation, and it inherits from the base object class while implementing several interfaces."],["The latest stable version available is 4.6.0, whereas the latest beta version is 5.0.0-beta05, with several other versions available dating back to 3.5.0."],["The class includes properties such as `BackupName` and `Name`, which are used to specify the target backup."],["The `GetBackupRequest` class offers two constructors, one default and one that accepts another `GetBackupRequest` object."]]],[]]