[[["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.MemcacheSetRequest.ItemOrBuilder\u003c/code\u003e interface provides methods to retrieve properties of a memcache item, such as \u003ccode\u003eCasId\u003c/code\u003e, \u003ccode\u003eExpirationTime\u003c/code\u003e, \u003ccode\u003eFlags\u003c/code\u003e, \u003ccode\u003eKey\u003c/code\u003e, \u003ccode\u003eValue\u003c/code\u003e, and \u003ccode\u003eSetPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods like \u003ccode\u003egetCasId()\u003c/code\u003e, \u003ccode\u003egetExpirationTime()\u003c/code\u003e, and \u003ccode\u003egetFlags()\u003c/code\u003e which return a long or an int representing the items properties.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetKey()\u003c/code\u003e and \u003ccode\u003egetValue()\u003c/code\u003e retrieve the key and value of the item as a \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eBoolean checks are available with methods like \u003ccode\u003ehasCasId()\u003c/code\u003e and \u003ccode\u003ehasKey()\u003c/code\u003e to determine if specific properties are present.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003egetSetPolicy()\u003c/code\u003e will return the \u003ccode\u003eSetPolicy\u003c/code\u003e for the item being set in the memcache.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MemcacheSetRequest.ItemOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MemcacheSetRequest.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### getExpirationTime()\n\n public abstract int getExpirationTime()\n\n### getFlags()\n\n public abstract int getFlags()\n\n### getForCas()\n\n public abstract boolean getForCas()\n\n### getKey()\n\n public abstract ByteString getKey()\n\n### getSetPolicy()\n\n public abstract MemcacheServicePb.MemcacheSetRequest.SetPolicy getSetPolicy()\n\n### getValue()\n\n public abstract ByteString getValue()\n\n### hasCasId()\n\n public abstract boolean hasCasId()\n\n### hasExpirationTime()\n\n public abstract boolean hasExpirationTime()\n\n### hasFlags()\n\n public abstract boolean hasFlags()\n\n### hasForCas()\n\n public abstract boolean hasForCas()\n\n### hasKey()\n\n public abstract boolean hasKey()\n\n### hasSetPolicy()\n\n public abstract boolean hasSetPolicy()\n\n### hasValue()\n\n public abstract boolean hasValue()"]]