public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Request for [UpdateInstance][google.cloud.redis.v1.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.v1.Instance]:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateInstanceRequest` class is used to send requests for updating a Redis instance, as part of the `Google.Cloud.Redis.V1` namespace."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available: a default constructor and one that takes another `UpdateInstanceRequest` object as a parameter for copying."],["The class contains two main properties: `Instance`, which specifies the update description, and `UpdateMask`, which determines which fields of the instance are to be updated."],["The latest version of the documentation is version 3.5.0, however this page describes version 3.0.0 of the documentation."]]],[]]