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 for `UpdateInstanceRequest` is 2.5.0, with a list of previous versions accessible, ranging back to version 1.0.0."],["`UpdateInstanceRequest` is a class used for updating a Memcached instance within the Google Cloud Memcache service, implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class inherits from `Object` and includes constructors to initialize a new instance or clone an existing `UpdateInstanceRequest` object."],["Key properties of the class include `Instance`, which specifies the Memcached Instance to update, and `UpdateMask`, which defines which fields of the instance should be updated."],["The UpdateMask property allows only the \"displayName\" field to be specified for updating, limiting the user to only updating that field."]]],[]]