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 the Google Cloud Bigtable Admin V2 API."],["The latest version of the Google.Cloud.Bigtable.Admin.V2 package available is 3.24.0, and the page lists versions all the way down to 2.4.0."],["The `GetBackupRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `BackupName` and `Name`, where the `Name` property is a required string representing the full resource name of the backup."],["The page also contains inherited members from the `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]