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.
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-08-07 UTC."],[],[],null,["# Interface MemcacheParametersOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.memcache.v1.MemcacheParametersOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.memcache.v1.MemcacheParametersOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.memcache.v1.MemcacheParametersOrBuilder) \n\n public interface MemcacheParametersOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### containsParams(String key)\n\n public abstract boolean containsParams(String key)\n\nUser defined set of parameters to use in the memcached process.\n\n`map\u003cstring, string\u003e params = 3;`\n\n### getId()\n\n public abstract String getId()\n\nOutput only. The unique ID associated with this set of parameters. Users\ncan use this id to determine if the parameters associated with the instance\ndiffer from the parameters associated with the nodes. A discrepancy between\nparameter ids can inform users that they may need to take action to apply\nparameters on nodes.\n\n`string id = 1;`\n\n### getIdBytes()\n\n public abstract ByteString getIdBytes()\n\nOutput only. The unique ID associated with this set of parameters. Users\ncan use this id to determine if the parameters associated with the instance\ndiffer from the parameters associated with the nodes. A discrepancy between\nparameter ids can inform users that they may need to take action to apply\nparameters on nodes.\n\n`string id = 1;`\n\n### getParams()\n\n public abstract Map\u003cString,String\u003e getParams()\n\nUse [#getParamsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.memcache.v1.MemcacheParametersOrBuilder#com_google_events_cloud_memcache_v1_MemcacheParametersOrBuilder_getParamsMap__) instead.\n\n### getParamsCount()\n\n public abstract int getParamsCount()\n\nUser defined set of parameters to use in the memcached process.\n\n`map\u003cstring, string\u003e params = 3;`\n\n### getParamsMap()\n\n public abstract Map\u003cString,String\u003e getParamsMap()\n\nUser defined set of parameters to use in the memcached process.\n\n`map\u003cstring, string\u003e params = 3;`\n\n### getParamsOrDefault(String key, String defaultValue)\n\n public abstract String getParamsOrDefault(String key, String defaultValue)\n\nUser defined set of parameters to use in the memcached process.\n\n`map\u003cstring, string\u003e params = 3;`\n\n### getParamsOrThrow(String key)\n\n public abstract String getParamsOrThrow(String key)\n\nUser defined set of parameters to use in the memcached process.\n\n`map\u003cstring, string\u003e params = 3;`"]]