public sealed class PartialUpdateClusterRequest : IMessage<PartialUpdateClusterRequest>, IEquatable<PartialUpdateClusterRequest>, IDeepCloneable<PartialUpdateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class PartialUpdateClusterRequest.
Request message for BigtableInstanceAdmin.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 documentation for the `PartialUpdateClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.18.0."],["The `PartialUpdateClusterRequest` class is used as a request message for the `BigtableInstanceAdmin.PartialUpdateCluster` method and is designed to update cluster information."],["The document details that `PartialUpdateClusterRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There is a list of documented versions, ranging from the latest version 3.24.0 down to version 2.4.0, each linking to its respective documentation page for `PartialUpdateClusterRequest`."],["`PartialUpdateClusterRequest` includes two main properties: `Cluster`, which holds the cluster data to be partially updated, and `UpdateMask`, specifying which fields of the cluster should be modified."]]],[]]