public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Request for [UpdateInstance][google.cloud.redis.v1beta1.CloudRedis.UpdateInstance].
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 [Instance][google.cloud.redis.v1beta1.Instance]:
[[["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 describes the `UpdateInstanceRequest` class, which is used to request an update to a Redis instance in Google Cloud."],["The `UpdateInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with protocol buffers."],["The class has two constructors: a default constructor and a constructor that takes another `UpdateInstanceRequest` object as a parameter to copy it."],["The `Instance` property of the `UpdateInstanceRequest` class holds the updated instance information, and only fields specified in `UpdateMask` will be updated."],["The `UpdateMask` property is required and specifies which fields of the Redis instance should be updated, such as `displayName`, `labels`, `memorySizeGb`, `redisConfig`, and `replica_count`."]]],[]]