public sealed class UpdateClusterRequest : IMessage<UpdateClusterRequest>, IEquatable<UpdateClusterRequest>, IDeepCloneable<UpdateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class UpdateClusterRequest.
Request for [UpdateCluster][CloudRedis.UpdateCluster].
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field may only include these
fields from [Cluster][google.cloud.redis.cluster.v1.Cluster]:
[[["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-21 UTC."],[[["This document provides reference information for the `UpdateClusterRequest` class within the Google Cloud Memorystore for Redis (cluster management) v1 API."],["`UpdateClusterRequest` is used to send a request for updating a Redis cluster and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateClusterRequest` class has constructors for creating new instances and accepts a parameter named 'other' of the `UpdateClusterRequest` type for cloning."],["The class has three properties: `Cluster`, `RequestId`, and `UpdateMask`, which allow for specifying the cluster to update, an idempotent request UUID, and a mask indicating which fields to update, respectively."],["The document provides links to previous versions of the API, ranging from version 1.0.0 to the latest version, 1.4.0."]]],[]]