[[["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-08-07 UTC."],[[["\u003cp\u003eThis interface, \u003ccode\u003eTaskQueuePb.TaskQueueQueryAndOwnTasksResponseOrBuilder\u003c/code\u003e, extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods to interact with task-related data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetTask(int arg0)\u003c/code\u003e method retrieves a specific \u003ccode\u003eTask\u003c/code\u003e object from the queue, based on the provided integer index \u003ccode\u003earg0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetTaskCount()\u003c/code\u003e method returns an integer representing the total number of tasks in the queue.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetTaskList()\u003c/code\u003e method returns a list of \u003ccode\u003eTask\u003c/code\u003e objects present in the task queue.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003egetTaskOrBuilder(int arg0)\u003c/code\u003e and \u003ccode\u003egetTaskOrBuilderList()\u003c/code\u003e allow access to \u003ccode\u003eTaskOrBuilder\u003c/code\u003e objects, providing further control and data extraction capabilities for individual tasks and a list of task builders respectively.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueQueryAndOwnTasksResponseOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueQueryAndOwnTasksResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getTask(int arg0)\n\n public abstract TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.Task getTask(int arg0)\n\n### getTaskCount()\n\n public abstract int getTaskCount()\n\n### getTaskList()\n\n public abstract List\u003cTaskQueuePb.TaskQueueQueryAndOwnTasksResponse.Task\u003e getTaskList()\n\n### getTaskOrBuilder(int arg0)\n\n public abstract TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder getTaskOrBuilder(int arg0)\n\n### getTaskOrBuilderList()\n\n public abstract List\u003c? extends TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder\u003e getTaskOrBuilderList()"]]