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-03-25 UTC."],[[["This page provides documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The latest version of the `UndeleteTableRequest` documentation is for version 3.24.0, and there are previous versions listed, dating as far back as 2.4.0."],["`UndeleteTableRequest` is a message class used to undelete tables, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UndeleteTableRequest` class has properties such as `Name`, which represents the unique identifier of the table to be restored, and `TableName`, which provides a typed view of the `Name` property."],["The documentation also contains information on the constructors, inherited members, namespace, and assembly related to the `UndeleteTableRequest` class, all specific to the context of the Google Cloud Bigtable Admin v2 API."]]],[]]