[[["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\u003eTaskQueueUpdateStorageLimitRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e in the \u003ccode\u003eTaskQueuePb\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThe interface defines a method, \u003ccode\u003egetAppId()\u003c/code\u003e, which returns a \u003ccode\u003eByteString\u003c/code\u003e representing the application ID.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes a \u003ccode\u003egetLimit()\u003c/code\u003e method that returns a \u003ccode\u003elong\u003c/code\u003e value, presumably for a storage limit.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides \u003ccode\u003ehasAppId()\u003c/code\u003e and \u003ccode\u003ehasLimit()\u003c/code\u003e methods, returning a boolean indicating if the respective fields are set.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueUpdateStorageLimitRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueUpdateStorageLimitRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAppId()\n\n public abstract ByteString getAppId()\n\n### getLimit()\n\n public abstract long getLimit()\n\n### hasAppId()\n\n public abstract boolean hasAppId()\n\n### hasLimit()\n\n public abstract boolean hasLimit()"]]