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 reference documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Admin v2 API, specifically in the .NET context."],["The class `UndeleteTableRequest` is used to construct request messages for the `UndeleteTable` function within the BigtableTableAdmin API, enabling the restoration of deleted tables."],["The `UndeleteTableRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a parameterless constructor and one that accepts another `UndeleteTableRequest` object to copy, as well as two properties, `Name` and `TableName`, to define the table being restored."],["The page also lists various historical versions of the `Google.Cloud.Bigtable.Admin.V2` library, ranging from version 2.4.0 up to the latest version, 3.24.0, for reference."]]],[]]