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 the .NET environment."],["The `PartialUpdateClusterRequest` class is used for sending requests to partially update a cluster, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available constructors for the `PartialUpdateClusterRequest` class, detailing the use of a default constructor and a constructor that takes another `PartialUpdateClusterRequest` object as a parameter."],["The class has properties, `Cluster` and `UpdateMask`, for specifying which cluster to update and the specific fields within the cluster that should be modified."],["This page lists different versions for `PartialUpdateClusterRequest`, ranging from version 3.24.0 (latest) down to version 2.4.0."]]],[]]