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-25 UTC."],[[["This webpage details the `UpdateClusterMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to represent metadata for operations related to updating a cluster."],["The page provides documentation for versions ranging from 2.4.0 to 3.24.0 (latest), allowing users to access information for specific release versions."],["The `UpdateClusterMetadata` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["Key properties of the `UpdateClusterMetadata` class include `FinishTime`, `OriginalRequest`, and `RequestTime`, providing insights into the operation's execution status and history."],["The class includes two constructors, one default and one that takes an `UpdateClusterMetadata` parameter."]]],[]]