public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Request for [UpdateInstance][google.cloud.memcache.v1.CloudMemcache.UpdateInstance].
[[["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."],[[["The latest version available is 2.5.0, with this page specifically documenting version 1.2.0 of the `UpdateInstanceRequest`."],["`UpdateInstanceRequest` is a request for `UpdateInstance` within the Google Cloud Memcache service, under the namespace `Google.Cloud.Memcache.V1`."],["This class inherits from `Object` and implements `IMessage\u003cUpdateInstanceRequest\u003e`, `IEquatable\u003cUpdateInstanceRequest\u003e`, `IDeepCloneable\u003cUpdateInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `UpdateInstanceRequest` class has properties for managing the `Instance` to be updated and a `UpdateMask` to specify which fields to change, like `displayName`."],["There are two constructors, one empty and one taking in another UpdateInstanceRequest object."]]],[]]