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, specifically for .NET development."],["The `UndeleteTableRequest` class is used to construct requests for undeleting a table in Google Cloud Bigtable, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines the class's constructors, including a default constructor and a constructor that takes another `UndeleteTableRequest` object as a parameter."],["The `UndeleteTableRequest` class contains properties such as `Name`, which is a string representing the table's unique identifier, and `TableName`, a `TableName`-typed view over the name property."],["A list of different versions for the `UndeleteTableRequest` class are displayed, ranging from the latest version 3.24.0, all the way down to version 2.4.0."]]],[]]