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 provides documentation for the `GetBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its functionality in requesting backup information."],["Multiple versions of the `GetBackupRequest` class are available, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05."],["The `GetBackupRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupRequest` class includes properties such as `BackupName` and `Name`, with the latter being a string that represents the backup's resource name in a specific format."],["The `GetBackupRequest` class has two constructors, one default constructor and one that takes in a `GetBackupRequest` as a parameter."]]],[]]