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 details the `GetBackupRequest` class, which is used to request a backup in Google Cloud Bigtable Admin V2."],["The `GetBackupRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The latest version listed on the page is 3.24.0, with numerous previous versions listed including 3.23.0 down to 2.4.0."],["The `GetBackupRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The main properties associated with the class are `BackupName`, which is a typed view over the `Name`, and `Name`, which represents the name of the backup resource in the format `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`."]]],[]]