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-21 UTC."],[[["This webpage provides reference documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Admin v2 API for .NET."],["The `UndeleteTableRequest` class is used as a request message for the `UndeleteTable` function, which is found in the `BigtableTableAdmin` service."],["The page lists multiple versions of the `UndeleteTableRequest` class, ranging from version 2.4.0 to the latest version 3.24.0."],["The documentation includes details about the class's inheritance, interfaces it implements, constructors, properties like `Name` and `TableName`, and associated namespaces and assemblies."],["The `Name` property in the `UndeleteTableRequest` requires the full unique name of the table being restored, in the format `projects/{project}/instances/{instance}/tables/{table}`."]]],[]]