[[["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."],[[["\u003cp\u003e\u003ccode\u003eMemcacheServicePb.MemcacheGetRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods for retrieving data related to a memcache get request.\u003c/p\u003e\n"],["\u003cp\u003eThe interface allows for checking and retrieving boolean flags like \u003ccode\u003eforCas\u003c/code\u003e and \u003ccode\u003eforPeek\u003c/code\u003e, indicating specific request options.\u003c/p\u003e\n"],["\u003cp\u003eMethods are available to access keys, including retrieving a specific key with \u003ccode\u003egetKey(int arg0)\u003c/code\u003e, getting the count of keys with \u003ccode\u003egetKeyCount()\u003c/code\u003e, and retrieving all keys as a list with \u003ccode\u003egetKeyList()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eNamespace-related data can be accessed through methods like \u003ccode\u003egetNameSpace()\u003c/code\u003e, \u003ccode\u003egetNameSpaceBytes()\u003c/code\u003e, and \u003ccode\u003ehasNameSpace()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetOverride()\u003c/code\u003e and \u003ccode\u003egetOverrideOrBuilder()\u003c/code\u003e methods provide access to override settings related to the memcache request and they can be checked with \u003ccode\u003ehasOverride()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MemcacheGetRequestOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MemcacheGetRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getForCas()\n\n public abstract boolean getForCas()\n\n### getForPeek()\n\n public abstract boolean getForPeek()\n\n### getKey(int arg0)\n\n public abstract ByteString getKey(int arg0)\n\n### getKeyCount()\n\n public abstract int getKeyCount()\n\n### getKeyList()\n\n public abstract List\u003cByteString\u003e getKeyList()\n\n### getNameSpace()\n\n public abstract String getNameSpace()\n\n### getNameSpaceBytes()\n\n public abstract ByteString getNameSpaceBytes()\n\n### getOverride()\n\n public abstract MemcacheServicePb.AppOverride getOverride()\n\n### getOverrideOrBuilder()\n\n public abstract MemcacheServicePb.AppOverrideOrBuilder getOverrideOrBuilder()\n\n### hasForCas()\n\n public abstract boolean hasForCas()\n\n### hasForPeek()\n\n public abstract boolean hasForPeek()\n\n### hasNameSpace()\n\n public abstract boolean hasNameSpace()\n\n### hasOverride()\n\n public abstract boolean hasOverride()"]]