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."],[[["This page details the `UpdateClusterMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used for managing metadata during cluster update operations."],["The latest version of `UpdateClusterMetadata` is 3.24.0, and the page lists various versions of this class dating back to version 2.4.0 for users to browse through."],["`UpdateClusterMetadata` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `FinishTime`, `OriginalRequest`, and `RequestTime`, providing information on the cluster update operation's timeline and the original request details."],["It contains two constructors, a default constructor `UpdateClusterMetadata()` and a constructor which takes in another instance of `UpdateClusterMetadata`, allowing for object copying."]]],[]]