public sealed class UpdateParametersRequest : IMessage<UpdateParametersRequest>, IEquatable<UpdateParametersRequest>, IDeepCloneable<UpdateParametersRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `UpdateParametersRequest` class within the `Google.Cloud.Memcache.V1` namespace, used to request updates to Memcached instance parameters."],["The `UpdateParametersRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default constructor `UpdateParametersRequest()` and another that takes an `UpdateParametersRequest` object as a parameter."],["Key properties of the `UpdateParametersRequest` class include `InstanceName`, `Name`, `Parameters` (of type `MemcacheParameters`), and `UpdateMask` (of type `FieldMask`), which are used to specify which instance to modify and how."],["The latest version available for this particular functionality is version 2.5.0, while this current page documents version 1.2.0, with several previous versions available for reference."]]],[]]