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 webpage details the `UndeleteTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The `UndeleteTableRequest` class is used to request the undeletion of a table, part of the `BigtableTableAdmin.UndeleteTable` functionality."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations and comparisons."],["The `UndeleteTableRequest` class includes properties such as `Name` (a string representing the table's unique name) and `TableName` (a typed view of the table's name)."],["The page provides a history of releases for the `UndeleteTableRequest` component, with version 3.24.0 as the most recent and ranging back to version 2.4.0."]]],[]]