public sealed class UndeleteTableRequest : IMessage<UndeleteTableRequest>, IEquatable<UndeleteTableRequest>, IDeepCloneable<UndeleteTableRequest>, IBufferMessage, IMessage
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable]
[[["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-25 UTC."],[[["This page details the `UndeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used for undeleting tables in Google Cloud Bigtable."],["It presents a comprehensive list of available versions for the `UndeleteTableRequest` class, ranging from the latest `3.24.0` down to `2.4.0`."],["The `UndeleteTableRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Name` (a string representing the table's unique name) and `TableName` (a `TableName`-typed view over the `Name` resource)."],["There are two constructors available for the `UndeleteTableRequest` class, one default and another which takes an existing `UndeleteTableRequest` object."]]],[]]