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 document provides reference information for the `UndeleteTableRequest` class within the Google Cloud Bigtable Admin v2 API, specifically version 3.3.0 and its relation to other versions."],["The `UndeleteTableRequest` class is used to send requests to the `BigtableTableAdmin.UndeleteTable` API method, allowing users to restore a deleted Bigtable table."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UndeleteTableRequest` has two constructors, one default and another that accepts another `UndeleteTableRequest` as a parameter to duplicate it, also containing two properties: `Name` and `TableName`, for identifying the table to be restored."],["The webpage contains links to previous versions of the library all the way from 3.24.0 to 2.4.0 to access the `UndeleteTableRequest` class."]]],[]]