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 content details the `MemcacheParameters` class within the `Google.Cloud.Memcache.V1` namespace, specifically version 2.2.0, outlining its inheritance, implemented interfaces, and available members."],["`MemcacheParameters` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors: a default constructor and one that takes another `MemcacheParameters` object, indicating support for object creation and copying."],["`MemcacheParameters` includes two primary properties: `Id`, which is a string representing a unique identifier, and `Params`, a `MapField` storing user-defined memcached process parameters."],["The documentation provides links to previous versions of `MemcacheParameters`, spanning versions 1.0.0 to the latest 2.5.0, allowing for historical reference."]]],[]]