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 `UndeleteTableRequest` class is used to send a request to restore a previously deleted table, and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details about the class's constructors, such as the default constructor and another one that takes another `UndeleteTableRequest` instance, as well as available properties such as `Name` and `TableName`."],["There are multiple versions available for the reference documentation of the class, from the latest `3.24.0` all the way down to `2.4.0`."],["The `Name` property of the `UndeleteTableRequest` class is a string that holds the unique identifier for the table to be restored, while the `TableName` property offers a typed view of the same table name."]]],[]]