public sealed class PartialUpdateClusterMetadata : IMessage<PartialUpdateClusterMetadata>, IEquatable<PartialUpdateClusterMetadata>, IDeepCloneable<PartialUpdateClusterMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by PartialUpdateCluster.
[[["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 page details the `PartialUpdateClusterMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used for managing metadata related to partial cluster updates."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["It contains constructors for creating instances of `PartialUpdateClusterMetadata`, either default or by copying from another `PartialUpdateClusterMetadata` object."],["The class has properties such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which store the operation's completion time, the original request details, and the request's reception time, respectively."],["The content provides a comprehensive list of available versions for the `PartialUpdateClusterMetadata` class, starting from version 3.0.0 up to the latest version, 3.24.0."]]],[]]