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 the .NET environment."],["The `UndeleteTableRequest` class is designed to facilitate requests for undeleting tables in Google Cloud Bigtable, with the latest version being 3.24.0, and many previous versions are accessible."],["The documentation details the class's inheritance structure, showing that it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from `object`."],["The class includes properties such as `Name` (a string) and `TableName` (a strongly typed resource name) for specifying the table to be restored."],["The webpage covers the `UndeleteTableRequest` class constructors, which enable the creation of new instances and copies of existing ones, along with parameter requirements."]]],[]]