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."],[[["The page provides documentation for the `GetBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The latest version of the `GetBackupRequest` is 3.24.0, with versions going back to 2.4.0, all of which are linked for reference, while version 2.6.0 is the focal point."],["`GetBackupRequest` is a request class used for retrieving backup information from Google Cloud Bigtable and it implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetBackupRequest` class includes constructors for creating new instances and properties like `BackupName` and `Name`, which is a required field for specifying the backup resource."],["This request class supports inheritance from `Object` and has associated methods and members that provide different functionality like `GetHashCode`, `GetType`, and `ToString`."]]],[]]