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."],["`UpdateInstanceRequest` is used to request updates to a Redis instance through the `UpdateInstance` method."],["The class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateInstanceRequest` class has two constructors and two key properties: `Instance`, which holds the update description, and `UpdateMask`, which specifies which fields within the instance should be updated."],["There are 3 versions available with the most recent version being `3.0.0-beta05` and documentation regarding this version can be found in the link provided."]]],[]]