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 details the `GetBackupRequest` class, which is used to request information about a backup in Google Cloud Spanner."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["It includes constructors for creating instances of `GetBackupRequest`, both default and copy constructors, which will allow you to use pre-existing objects to create new ones."],["The `GetBackupRequest` class has two main properties, `BackupName` and `Name`, where `Name` specifies the required backup name in a specific format and `BackupName` is a typed view over it."],["This page also provides information on a variety of versions for this reference, ranging from the latest version `5.0.0-beta05` all the way down to `3.5.0`."]]],[]]