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-04-17 UTC."],[[["This webpage provides reference documentation for the `PartialUpdateClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `PartialUpdateClusterRequest` class is a request message used for partial updates to a Bigtable cluster via the `BigtableInstanceAdmin.PartialUpdateCluster` method, and it has been implemented with multiple inheritance such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `PartialUpdateClusterRequest` documentation, ranging from version 2.4.0 to the latest version, 3.24.0, which includes all versions in between."],["The class contains two key properties, `Cluster` and `UpdateMask`, which are required and respectively handle the cluster updates and the specific subset of cluster fields to be replaced."],["There are two constructors for `PartialUpdateClusterRequest`, one default and another that accepts another `PartialUpdateClusterRequest` as a parameter for object initialization."]]],[]]