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 page provides reference documentation for the `PartialUpdateClusterRequest` class within the Google Cloud Bigtable Admin v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `PartialUpdateClusterRequest` class is used to construct requests for partially updating a cluster and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors and properties of `PartialUpdateClusterRequest`, including a default constructor and one that takes another `PartialUpdateClusterRequest` as a parameter, as well as properties for `Cluster` and `UpdateMask`."],["There is a list of historical versions of this .NET library, starting from version 3.24.0 down to 2.4.0, all of which have documentation that is available to access."]]],[]]