public sealed class MemcacheParameters : IMessage<MemcacheParameters>, IEquatable<MemcacheParameters>, IDeepCloneable<MemcacheParameters>, IBufferMessage, IMessage
Output only. The unique ID associated with this set of parameters. Users
can use this id to determine if the parameters associated with the instance
differ from the parameters associated with the nodes. A discrepancy between
parameter ids can inform users that they may need to take action to apply
parameters on nodes.
[[["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."],[[["Version 2.5.0 is the latest version available for the `Google.Cloud.Memcache.V1` library, while the current page is detailing version 2.3.0."],["The `MemcacheParameters` class, which is the primary focus, is a sealed class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MemcacheParameters` includes two constructors: a default constructor and one that takes another `MemcacheParameters` object as an argument for creating a new instance."],["The class contains two key properties: `Id`, a string representing the unique identifier of the parameter set, and `Params`, a `MapField` that allows users to define their own set of parameters."],["There are multiple versions of the `Google.Cloud.Memcache.V1` library, including versions 2.4.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0, all of which are documented."]]],[]]