public sealed class PartialUpdateClusterMetadata : IMessage<PartialUpdateClusterMetadata>, IEquatable<PartialUpdateClusterMetadata>, IDeepCloneable<PartialUpdateClusterMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class PartialUpdateClusterMetadata.
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 document provides reference information for the `PartialUpdateClusterMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the current version being 3.5.0, however there are many previous versions all the way up to version 3.24.0."],["`PartialUpdateClusterMetadata` is used to track the metadata associated with a `PartialUpdateCluster` operation, and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing methods for interaction with Protocol Buffers."],["The class `PartialUpdateClusterMetadata` has two constructors, one default and another that accepts another `PartialUpdateClusterMetadata` instance, which lets users duplicate the object easily."],["The properties `FinishTime`, `OriginalRequest`, and `RequestTime` are included to provide time-based and request-based information relevant to the `PartialUpdateCluster` operation, allowing for logging and debugging."],["It can be found within the `Google.Cloud.Bigtable.Admin.V2` namespace, in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]