[[["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\u003e\u003ccode\u003eMemcacheServicePb.MemcacheIncrementRequestOrBuilder\u003c/code\u003e is an interface extending \u003ccode\u003eMessageOrBuilder\u003c/code\u003e for building increment requests in Memcache.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods like \u003ccode\u003egetDelta()\u003c/code\u003e, \u003ccode\u003egetDirection()\u003c/code\u003e, \u003ccode\u003egetInitialFlags()\u003c/code\u003e, and \u003ccode\u003egetInitialValue()\u003c/code\u003e to retrieve information about the increment operation.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes methods such as \u003ccode\u003egetKey()\u003c/code\u003e, \u003ccode\u003egetNameSpace()\u003c/code\u003e, and \u003ccode\u003egetOverride()\u003c/code\u003e to access the key, namespace, and override settings associated with the request.\u003c/p\u003e\n"],["\u003cp\u003eBoolean methods like \u003ccode\u003ehasDelta()\u003c/code\u003e, \u003ccode\u003ehasDirection()\u003c/code\u003e, \u003ccode\u003ehasKey()\u003c/code\u003e, and others are used to check whether specific fields are present in the request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetOverrideOrBuilder\u003c/code\u003e is used to get another interface of \u003ccode\u003eAppOverrideOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MemcacheIncrementRequestOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MemcacheIncrementRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getDelta()\n\n public abstract long getDelta()\n\n### getDirection()\n\n public abstract MemcacheServicePb.MemcacheIncrementRequest.Direction getDirection()\n\n### getInitialFlags()\n\n public abstract int getInitialFlags()\n\n### getInitialValue()\n\n public abstract long getInitialValue()\n\n### getKey()\n\n public abstract ByteString getKey()\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### hasDelta()\n\n public abstract boolean hasDelta()\n\n### hasDirection()\n\n public abstract boolean hasDirection()\n\n### hasInitialFlags()\n\n public abstract boolean hasInitialFlags()\n\n### hasInitialValue()\n\n public abstract boolean hasInitialValue()\n\n### hasKey()\n\n public abstract boolean hasKey()\n\n### hasNameSpace()\n\n public abstract boolean hasNameSpace()\n\n### hasOverride()\n\n public abstract boolean hasOverride()"]]