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 `UpdateInstanceRequest` class is used to request updates to a Memcached instance, as part of the `Google.Cloud.Memcache.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like serialization, comparison, and cloning."],["It contains properties `Instance` to specify the Memcached instance being updated, and `UpdateMask` to define which fields of the instance should be modified."],["There are several available versions of this functionality, with version 2.5.0 being the latest, and version 1.0.0 being the oldest listed."],["The class can be constructed using a default constructor, or a copy constructor that accepts another `UpdateInstanceRequest` object."]]],[]]