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 and any action needs
to be taken 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."],[[["The latest version of the `Google.Cloud.Memcache.V1` package is 2.5.0, with multiple prior versions available, ranging down to 1.0.0."],["`MemcacheParameters` is a class within the `Google.Cloud.Memcache.V1` namespace and is implemented in the `Google.Cloud.Memcache.V1.dll` assembly."],["The `MemcacheParameters` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MemcacheParameters` class has two constructors, a default one and another that accepts an instance of `MemcacheParameters` as a parameter, plus two public properties: `Id`, a string that is output only, and `Params`, a `MapField` containing string key-value pairs."]]],[]]