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."],[[["The latest version of the Google Cloud Bigtable Administration v2 API, specifically for `UndeleteTableRequest`, is version 3.24.0."],["This documentation provides reference material and code examples for the `UndeleteTableRequest` class, which is used to undelete a table in Google Cloud Bigtable, and is currently version 3.15.0 in the page's context."],["The `UndeleteTableRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UndeleteTableRequest` class has two constructors, a default one, and another that copies from an existing `UndeleteTableRequest` object, providing flexibility when creating new instances."],["It includes properties like `Name` and `TableName` to identify the table to be restored, where `Name` is a string representation and `TableName` provides a typed view."]]],[]]