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."],[[["The latest version available for the `UpdateInstanceRequest` is 2.5.0, as per the provided documentation links."],["This documentation provides reference and code samples for the `UpdateInstanceRequest` class within the Cloud Memorystore for Memcached v1 API."],["The `UpdateInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering diverse functionalities."],["The class has two constructors: a default `UpdateInstanceRequest()` and another `UpdateInstanceRequest(UpdateInstanceRequest other)` for cloning."],["The `Instance` and `UpdateMask` are the properties associated with this class, where instance represents the Memcached Instance and UpdateMask contains the fields that need to be updated, which includes the displayName."]]],[]]