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."],[[["This page details the `GetBackupRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used to retrieve information about a specific backup from the Spanner Admin Database."],["The `GetBackupRequest` class is available in multiple versions, ranging from the latest beta release (`5.0.0-beta05`) down to version 3.5.0, showing the evolution of the Spanner Database API over time."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging and data handling within the .NET environment."],["The class can be created by using the provided constructors, one default and another that accepts a `GetBackupRequest` object as a parameter."],["Two properties are exposed, `BackupName` which provides a typed view over the resource name, and `Name` which represents the string-typed version of the backup's resource name with format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."]]],[]]