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 page provides reference documentation for the `UndeleteTableRequest` class within the Google Cloud Bigtable Admin v2 API, specifically in the .NET context."],["The `UndeleteTableRequest` class is used to request the undeletion of a table and implements various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available is 3.24.0, and the page provides a comprehensive list of historical versions, from 3.24.0 down to 2.4.0."],["The class contains two constructors, one default constructor and one to copy another `UndeleteTableRequest`, and two properties to manage the tables, `Name` and `TableName`."],["It inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]