public sealed class UndeleteTableRequest : IMessage<UndeleteTableRequest>, IEquatable<UndeleteTableRequest>, IDeepCloneable<UndeleteTableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UndeleteTableRequest.
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-04-17 UTC."],[[["The page provides reference documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Admin v2 API, specifically in the .NET context."],["The `UndeleteTableRequest` class is used to request the restoration of a deleted table in Google Cloud Bigtable, as part of the `BigtableTableAdmin.UndeleteTable` method."],["The provided information spans multiple versions of the API, ranging from version 2.4.0 up to the latest version 3.24.0, showcasing its change history."],["The `UndeleteTableRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, including its constructors, properties, inherited members, namespace, and assembly."],["The page details the `Name` and `TableName` properties, including the type, description and what is required to use them, with `Name` holding the unique identifier for the table to be restored."]]],[]]