public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class UpdateInstanceRequest.
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."],[[["This webpage provides reference documentation for the `UpdateInstanceRequest` class within the Google Cloud Memorystore for Memcached v1 API, specifically for version 2.3.0."],["The `UpdateInstanceRequest` class is used to request updates to a Memcached instance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Instance` to define the Memcached instance and `UpdateMask` to specify which fields should be updated."],["This page also contains a list of previous versions of this class, including version 2.5.0 which is the latest version, and going back as far as 1.0.0."],["The class inherits from the object class, and has two constructors, `UpdateInstanceRequest()` and `UpdateInstanceRequest(UpdateInstanceRequest other)`."]]],[]]