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 webpage provides documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API for .NET, covering versions from 2.4.0 up to the latest 3.24.0."],["The `UndeleteTableRequest` class is used to construct requests to undelete a table within Google Cloud Bigtable and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default constructor and a copy constructor that takes another `UndeleteTableRequest` object as a parameter."],["Key properties of the `UndeleteTableRequest` class are `Name`, a required string containing the unique name of the table to be restored, and `TableName`, which provides a typed view over the `Name` property."],["The most recent version available for the `UndeleteTableRequest` is 3.24.0, with older versions back to 2.4.0 also available on this page."]]],[]]