[[["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\u003eThe \u003ccode\u003eMemcacheServicePb.MemcacheGetResponse.ItemOrBuilder\u003c/code\u003e interface provides methods to access and check the properties of a memcache item, such as its key, value, CAS ID, expiration time, and flags.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetCasId()\u003c/code\u003e, \u003ccode\u003egetExpiresInSeconds()\u003c/code\u003e, \u003ccode\u003egetFlags()\u003c/code\u003e, \u003ccode\u003egetKey()\u003c/code\u003e, \u003ccode\u003egetValue()\u003c/code\u003e, and \u003ccode\u003egetTimestamps()\u003c/code\u003e retrieve specific data fields of the item, such as an id or the value itself.\u003c/p\u003e\n"],["\u003cp\u003eBoolean methods like \u003ccode\u003ehasCasId()\u003c/code\u003e, \u003ccode\u003ehasExpiresInSeconds()\u003c/code\u003e, \u003ccode\u003ehasFlags()\u003c/code\u003e, \u003ccode\u003ehasKey()\u003c/code\u003e, \u003ccode\u003ehasValue()\u003c/code\u003e, and \u003ccode\u003ehasTimestamps()\u003c/code\u003e can be used to determine if specific data fields are set.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetIsDeleteLocked()\u003c/code\u003e is a method that returns whether an item is delete locked, and \u003ccode\u003ehasIsDeleteLocked()\u003c/code\u003e is used to check if it is set, both of type boolean.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetTimestampsOrBuilder()\u003c/code\u003e and \u003ccode\u003egetTimestamps()\u003c/code\u003e return item timestamps, or its builder, allowing for further inspection.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MemcacheGetResponse.ItemOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getCasId()\n\n public abstract long getCasId()\n\n### getExpiresInSeconds()\n\n public abstract int getExpiresInSeconds()\n\n### getFlags()\n\n public abstract int getFlags()\n\n### getIsDeleteLocked()\n\n public abstract boolean getIsDeleteLocked()\n\n### getKey()\n\n public abstract ByteString getKey()\n\n### getTimestamps()\n\n public abstract MemcacheServicePb.ItemTimestamps getTimestamps()\n\n### getTimestampsOrBuilder()\n\n public abstract MemcacheServicePb.ItemTimestampsOrBuilder getTimestampsOrBuilder()\n\n### getValue()\n\n public abstract ByteString getValue()\n\n### hasCasId()\n\n public abstract boolean hasCasId()\n\n### hasExpiresInSeconds()\n\n public abstract boolean hasExpiresInSeconds()\n\n### hasFlags()\n\n public abstract boolean hasFlags()\n\n### hasIsDeleteLocked()\n\n public abstract boolean hasIsDeleteLocked()\n\n### hasKey()\n\n public abstract boolean hasKey()\n\n### hasTimestamps()\n\n public abstract boolean hasTimestamps()\n\n### hasValue()\n\n public abstract boolean hasValue()"]]