[[["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-09-04 UTC."],[[["\u003cp\u003eThis interface, \u003ccode\u003eMemcacheServicePb.MemcacheGetResponseOrBuilder\u003c/code\u003e, provides methods for accessing information related to a Memcache get response.\u003c/p\u003e\n"],["\u003cp\u003eIt allows retrieval of the status codes associated with the get operation using \u003ccode\u003egetGetStatus\u003c/code\u003e, \u003ccode\u003egetGetStatusCount\u003c/code\u003e, and \u003ccode\u003egetGetStatusList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface enables fetching individual items or lists of items from the response through the use of \u003ccode\u003egetItem\u003c/code\u003e, \u003ccode\u003egetItemCount\u003c/code\u003e, and \u003ccode\u003egetItemList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt also allows accessing \u003ccode\u003eItemOrBuilder\u003c/code\u003e objects related to the response, providing extra options with the use of the \u003ccode\u003egetItemOrBuilder\u003c/code\u003e and \u003ccode\u003egetItemOrBuilderList\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MemcacheGetResponseOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MemcacheGetResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getGetStatus(int arg0)\n\n public abstract MemcacheServicePb.MemcacheGetResponse.GetStatusCode getGetStatus(int arg0)\n\n### getGetStatusCount()\n\n public abstract int getGetStatusCount()\n\n### getGetStatusList()\n\n public abstract List\u003cMemcacheServicePb.MemcacheGetResponse.GetStatusCode\u003e getGetStatusList()\n\n### getItem(int arg0)\n\n public abstract MemcacheServicePb.MemcacheGetResponse.Item getItem(int arg0)\n\n### getItemCount()\n\n public abstract int getItemCount()\n\n### getItemList()\n\n public abstract List\u003cMemcacheServicePb.MemcacheGetResponse.Item\u003e getItemList()\n\n### getItemOrBuilder(int arg0)\n\n public abstract MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder getItemOrBuilder(int arg0)\n\n### getItemOrBuilderList()\n\n public abstract List\u003c? extends MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder\u003e getItemOrBuilderList()"]]