public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
The request for [GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.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 webpage provides documentation for the `GetBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The `GetBackupRequest` class is used to request a backup from Google Cloud Bigtable, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the `GetBackupRequest` class's constructors, properties like `BackupName` and `Name`, along with inherited members, the assembly it belongs to, and the latest and previous version information."],["The latest version for the `GetBackupRequest` in this document is version 3.24.0, but several versions are available, ranging down to 2.4.0, with each linked to its respective documentation page."],["The required `Name` property of `GetBackupRequest` specifies the full resource path of the backup being requested, which has the format `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`."]]],[]]