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."],[[["The latest version available for `MemcacheParameters` is 2.5.0, with older versions ranging from 2.4.0 down to 1.0.0 accessible via provided links."],["`MemcacheParameters` is a sealed class that inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class resides within the `Google.Cloud.Memcache.V1` namespace and is part of the `Google.Cloud.Memcache.V1.dll` assembly."],["`MemcacheParameters` has two constructors, one default and another that accepts an existing `MemcacheParameters` object as a parameter, and two properties, `Id` which is a string representing the parameters unique ID, and `Params`, which is a `MapField` containing user-defined memcached process parameters."],["It has inherited members from `object` including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]