public sealed class UpdateParametersRequest : IMessage<UpdateParametersRequest>, IEquatable<UpdateParametersRequest>, IDeepCloneable<UpdateParametersRequest>, IBufferMessage, IMessage
Request for [UpdateParameters][google.cloud.memcache.v1beta2.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."],[[["The `UpdateParametersRequest` class is used to request updates to parameters for a Memcached instance within the `Google.Cloud.Memcache.V1Beta2` namespace."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object manipulation."],["Key properties of `UpdateParametersRequest` include `InstanceName` for a typed view of the resource name, `Name` for the resource name itself, `Parameters` to define the specific parameters to be applied, and `UpdateMask` to specify which fields should be updated."],["There are two constructors provided: one default and another that takes an `UpdateParametersRequest` object to create a copy."],["The latest version of this class is 2.0.0-beta06, there are also previous versions like 2.0.0-beta05, and 1.0.0-beta05 which is the current version of the document."]]],[]]