public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetBackupRequest.
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 reference documentation for the `GetBackupRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The content details the different versions of the API, with version 3.24.0 being the latest and going all the way back to version 2.4.0."],["The `GetBackupRequest` class, used for retrieving backup information, inherits from the base `object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupRequest` class includes properties such as `BackupName`, which provides a typed view over the resource name property, and `Name`, which is a string representing the full resource name of the backup."],["The documentation includes information on the constructors available for this class, one of them being a parameterless constructor and the other being one that accepts another `GetBackupRequest` as a parameter."]]],[]]