public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class UpdateInstanceRequest.
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 provides reference information for the `UpdateInstanceRequest` class within the Google Cloud Memorystore for Redis v1beta1 API, specifically version 3.0.0-beta04."],["`UpdateInstanceRequest` is used to request an update to a Redis instance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and contains properties `Instance` and `UpdateMask`, where `Instance` describes the updated configuration of a Redis instance and `UpdateMask` specifies which fields to update."],["There are two constructors available for `UpdateInstanceRequest`, one being the parameterless default and the other being a copy constructor that takes an `UpdateInstanceRequest` object as an argument."],["The latest version of this API reference is 3.0.0-beta05, and previous versions 3.0.0-beta04, and 2.0.0-beta09 are also available for review."]]],[]]