public sealed class UpdateTableMetadata : IMessage<UpdateTableMetadata>, IEquatable<UpdateTableMetadata>, IDeepCloneable<UpdateTableMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateTableMetadata.
Metadata type for the operation returned by
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
[[["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."],[[["This webpage provides reference documentation for the `UpdateTableMetadata` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of the `UpdateTableMetadata` class is 3.24.0, with documentation available for versions back to 2.4.0."],["The `UpdateTableMetadata` class is used for the metadata type returned by the `UpdateTable` operation in the Google Bigtable API."],["The class includes properties such as `EndTime`, `Name`, and `StartTime`, to specify the table name and start/end times of the update operation, and implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors available for this class, the default and one that accepts another `UpdateTableMetadata` object as a parameter."]]],[]]