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 of `MemcacheParameters` is 2.5.0, which is part of the `Google.Cloud.Memcache.V1` namespace."],["`MemcacheParameters` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used within the Google Protobuf system."],["This class provides two constructors: a default constructor, and one that copies an existing `MemcacheParameters` object."],["`MemcacheParameters` has two properties, `Id`, a string representing a unique identifier, and `Params`, which is a `MapField` holding user-defined parameters."],["The available documentation covers nine different versions of `MemcacheParameters`, ranging from version 1.0.0 to 2.5.0."]]],[]]