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-04-17 UTC."],[[["The page provides documentation for the `GetBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its role 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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties such as `BackupName` and `Name` to specify the target backup."],["This resource describes the necessary components to perform a GetBackup request, which is part of the `Google.Cloud.Spanner.Admin.Database.V1.DatabaseAdmin` service."]]],[]]