[[["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\u003eTaskQueueFetchQueuesResponseOrBuilder\u003c/code\u003e interface provides methods for accessing queue data within a task queue response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetQueue(int arg0)\u003c/code\u003e method retrieves a specific queue by its index, \u003ccode\u003earg0\u003c/code\u003e, returning a \u003ccode\u003eQueue\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetQueueCount()\u003c/code\u003e returns the total number of queues in the response as an integer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetQueueList()\u003c/code\u003e method returns a list of all \u003ccode\u003eQueue\u003c/code\u003e objects contained in the response.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetQueueOrBuilder(int arg0)\u003c/code\u003e allows retrieval of a \u003ccode\u003eQueueOrBuilder\u003c/code\u003e object by index, and \u003ccode\u003egetQueueOrBuilderList()\u003c/code\u003e returns a list of \u003ccode\u003eQueueOrBuilder\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueFetchQueuesResponseOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueFetchQueuesResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getQueue(int arg0)\n\n public abstract TaskQueuePb.TaskQueueFetchQueuesResponse.Queue getQueue(int arg0)\n\n### getQueueCount()\n\n public abstract int getQueueCount()\n\n### getQueueList()\n\n public abstract List\u003cTaskQueuePb.TaskQueueFetchQueuesResponse.Queue\u003e getQueueList()\n\n### getQueueOrBuilder(int arg0)\n\n public abstract TaskQueuePb.TaskQueueFetchQueuesResponse.QueueOrBuilder getQueueOrBuilder(int arg0)\n\n### getQueueOrBuilderList()\n\n public abstract List\u003c? extends TaskQueuePb.TaskQueueFetchQueuesResponse.QueueOrBuilder\u003e getQueueOrBuilderList()"]]