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 for .NET."],["The `UndeleteTableRequest` class is used to construct messages for the `UndeleteTable` operation, which is used to restore a deleted table."],["This page references multiple previous versions of the API class, from the most recent (3.24.0) all the way down to 2.4.0, as well as the version in context, 3.16.0."],["The `UndeleteTableRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UndeleteTableRequest` class has two properties, `Name` which is a string and `TableName` which is of type TableName, both are utilized to define the table to undelete."]]],[]]