public sealed class UpdateParametersRequest : IMessage<UpdateParametersRequest>, IEquatable<UpdateParametersRequest>, IDeepCloneable<UpdateParametersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class UpdateParametersRequest.
Request for [UpdateParameters][google.cloud.memcache.v1.CloudMemcache.UpdateParameters].
[[["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 document provides reference documentation for the `UpdateParametersRequest` class within the Google Cloud Memorystore for Memcached v1 API, specifically for version 2.1.0."],["The `UpdateParametersRequest` class is used to request updates to the parameters of a Memcached instance and is part of the `Google.Cloud.Memcache.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all relating to message handling."],["The `UpdateParametersRequest` class has several properties, including `InstanceName`, `Name`, `Parameters`, and `UpdateMask`, which are used to specify the instance and the parameters to be updated."],["There are multiple versions of the `UpdateParametersRequest`, starting from 1.0.0 to the latest version of 2.5.0, with each version having a distinct documentation page."]]],[]]