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 webpage provides reference documentation for the `UpdateParametersRequest` class within the Google Cloud Memorystore for Memcached v1 API, specifically for version 2.3.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 interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateParametersRequest` include `InstanceName`, `Name`, `Parameters`, and `UpdateMask`, which are used to define the target instance and specify the updates to be made."],["The page also lists all available versions of the documentation, with the latest being 2.5.0, including previous versions back to 1.0.0, allowing the user to see the changes over time."]]],[]]