[[["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\u003eTaskQueuePb.TaskQueueQueryTasksRequestOrBuilder\u003c/code\u003e, is part of the \u003ccode\u003ecom.google.protobuf\u003c/code\u003e library and extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e for managing task queue queries.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to retrieve query parameters such as \u003ccode\u003eappId\u003c/code\u003e, \u003ccode\u003equeueName\u003c/code\u003e, \u003ccode\u003estartTag\u003c/code\u003e, and \u003ccode\u003estartTaskName\u003c/code\u003e, all of which are returned as \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods to obtain numerical data like \u003ccode\u003emaxRows\u003c/code\u003e (an \u003ccode\u003eint\u003c/code\u003e) and \u003ccode\u003estartEtaUsec\u003c/code\u003e (a \u003ccode\u003elong\u003c/code\u003e), specifying limits and start time for the query.\u003c/p\u003e\n"],["\u003cp\u003eIt also features boolean methods (e.g., \u003ccode\u003ehasAppId\u003c/code\u003e, \u003ccode\u003ehasQueueName\u003c/code\u003e) to determine if specific parameters have been set in the query request.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueQueryTasksRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueQueryTasksRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAppId()\n\n public abstract ByteString getAppId()\n\n### getMaxRows()\n\n public abstract int getMaxRows()\n\n### getQueueName()\n\n public abstract ByteString getQueueName()\n\n### getStartEtaUsec()\n\n public abstract long getStartEtaUsec()\n\n### getStartTag()\n\n public abstract ByteString getStartTag()\n\n### getStartTaskName()\n\n public abstract ByteString getStartTaskName()\n\n### hasAppId()\n\n public abstract boolean hasAppId()\n\n### hasMaxRows()\n\n public abstract boolean hasMaxRows()\n\n### hasQueueName()\n\n public abstract boolean hasQueueName()\n\n### hasStartEtaUsec()\n\n public abstract boolean hasStartEtaUsec()\n\n### hasStartTag()\n\n public abstract boolean hasStartTag()\n\n### hasStartTaskName()\n\n public abstract boolean hasStartTaskName()"]]