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 documentation for the `UpdateClusterRequest` class, part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `UpdateClusterRequest` class is used to update cluster configurations, with the latest version being 1.4.0 and other versions down to 1.0.0 also listed."],["`UpdateClusterRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `UpdateClusterRequest` class include `Cluster` (for update details), `RequestId` (for idempotent requests), and `UpdateMask` (specifying fields to update)."],["The class offers two constructors: one default and one that accepts another `UpdateClusterRequest` object as a parameter."]]],[]]