public sealed class UpdateClusterMetadata : IMessage<UpdateClusterMetadata>, IEquatable<UpdateClusterMetadata>, IDeepCloneable<UpdateClusterMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by UpdateCluster.
[[["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-21 UTC."],[[["The latest version of the `UpdateClusterMetadata` documentation is 3.24.0, while version 2.4.0 is also detailed in the content, with various other versions listed between these two versions."],["`UpdateClusterMetadata` is a class that serves as the metadata for operations related to updating clusters within the Google Cloud Bigtable Admin V2, which is a .NET package."],["The `UpdateClusterMetadata` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, with it implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateClusterMetadata` class includes properties such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide timestamps and details about the cluster update operations."],["There are two constructors available for the class: one is parameterless and the other one accepts another `UpdateClusterMetadata` object as an argument."]]],[]]