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 documentation for the `PartialUpdateClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `PartialUpdateClusterRequest` class is used as a request message for `BigtableInstanceAdmin.PartialUpdateCluster`, allowing partial updates to a cluster."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of the Google Protobuf framework."],["The page details the available constructors, including a default and a copy constructor, and explains the `Cluster` and `UpdateMask` properties, which are essential for updating a cluster."],["This documentation page has versions from 2.4.0 up to the latest 3.24.0 for the `PartialUpdateClusterRequest`."]]],[]]