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, as indicated by its role in `CloudRedis.UpdateCluster`."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties such as `Cluster`, `RequestId`, and `UpdateMask`, which are used to define the specifics of the cluster update, like which fields to modify and with what values."],["The latest version is 1.4.0, but the current documentation is for version 1.2.0."]]],[]]