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."],[[["The `UpdateClusterRequest` class is part of the Google Cloud Memorystore for Redis (cluster management) v1 API, specifically within the `Google.Cloud.Redis.Cluster.V1` namespace."],["This class is a request object used for updating a Redis cluster via the `UpdateCluster` method, and only the specified fields in the `update_mask` will be altered during an update."],["The `UpdateClusterRequest` class is available in multiple versions, including the latest 1.4.0 and earlier versions like 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["Key properties within the `UpdateClusterRequest` class include `Cluster`, `RequestId`, and `UpdateMask`, where `Cluster` contains the update description, `RequestId` is for idempotent request UUIDs, and `UpdateMask` determines which fields of the cluster to update."]]],[]]