public sealed class PartialUpdateClusterRequest : IMessage<PartialUpdateClusterRequest>, IEquatable<PartialUpdateClusterRequest>, IDeepCloneable<PartialUpdateClusterRequest>, IBufferMessage, IMessage
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 webpage details the `PartialUpdateClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used for partially updating cluster configurations."],["The page offers documentation for numerous versions of the `PartialUpdateClusterRequest` class, ranging from version 2.4.0 up to the latest version 3.24.0, providing access to various release features."],["`PartialUpdateClusterRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that accepts another `PartialUpdateClusterRequest` object."],["The `PartialUpdateClusterRequest` class has two main properties: `Cluster`, which holds the cluster configuration to be partially updated, and `UpdateMask`, specifying which fields of the cluster should be updated."]]],[]]