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 page details the `GetBackupRequest` class, which is used to request information about a backup in the Google Cloud Bigtable Admin API."],["The latest version of the Bigtable Admin API reference for the `GetBackupRequest` class is 3.24.0, and it includes the option to view older version references, going all the way back to version 2.4.0."],["The `GetBackupRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default constructor and one that takes another `GetBackupRequest` object, and two properties named `BackupName` and `Name`."],["The `Name` property is required and specifies the name of the backup resource in the format `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`."]]],[]]