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."],["The `UpdateInstanceRequest` class is used to request an update to a Memcached instance, with the latest version being 2.5.0, and a record of previous versions available for review."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateInstanceRequest` class has two properties: `Instance`, which is a Memcached instance, and `UpdateMask`, which specifies which fields should be updated, such as the display name."],["The `UpdateInstanceRequest` class has two public constructors: a default one `UpdateInstanceRequest()` and one that takes in another `UpdateInstanceRequest` as a parameter."]]],[]]