public sealed class UndeleteTableMetadata : IMessage<UndeleteTableMetadata>, IEquatable<UndeleteTableMetadata>, IDeepCloneable<UndeleteTableMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UndeleteTableMetadata.
Metadata type for the operation returned by
[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-04-17 UTC."],[[["The latest version available for the Google Cloud Bigtable Administration v2 API is 3.24.0, with this page referencing version 3.23.0 and a range of previous versions available, all relating to the `UndeleteTableMetadata` class."],["`UndeleteTableMetadata` is a metadata type used for the operation returned by `BigtableTableAdmin.UndeleteTable`, designed for the undeletion of tables within Google Bigtable."],["The `UndeleteTableMetadata` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class contains properties such as `EndTime`, `Name`, and `StartTime`, which are used to track the status and details of the undelete table operation, with the `EndTime` and `StartTime` being a timestamp."],["The class offers two constructors, a default constructor, and one that accepts another `UndeleteTableMetadata` object as a parameter for copying its values, and is located within the `Google.Cloud.Bigtable.Admin.V2` namespace, found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]