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 version 2.4.0."],["The `UpdateInstanceRequest` class is used to make requests for updating a Memcached instance, as outlined by the `UpdateInstance` method within the CloudMemcache API."],["It shows the `UpdateInstanceRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation details the constructors and properties of the `UpdateInstanceRequest` class, including `Instance` (the Memcached instance to update) and `UpdateMask` (specifying which fields to update)."],["There are links to previous and latest versions of the documentation, ranging from version 1.0.0 up to the latest version, 2.5.0, showing the version history of this API."]]],[]]