[[["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\u003eTaskQueueFetchQueueStatsRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods for getting the application ID (\u003ccode\u003egetAppId\u003c/code\u003e, \u003ccode\u003ehasAppId\u003c/code\u003e), which are both represented as \u003ccode\u003eByteString\u003c/code\u003e and boolean respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt defines methods to manage the maximum number of tasks, retrieving it as an integer (\u003ccode\u003egetMaxNumTasks\u003c/code\u003e, \u003ccode\u003ehasMaxNumTasks\u003c/code\u003e) and checking if it is set (boolean).\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes functionality to access a list of queue names, allowing retrieval of the count of names (\u003ccode\u003egetQueueNameCount\u003c/code\u003e), a specific queue name by index (\u003ccode\u003egetQueueName\u003c/code\u003e), and the entire list (\u003ccode\u003egetQueueNameList\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueFetchQueueStatsRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueFetchQueueStatsRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAppId()\n\n public abstract ByteString getAppId()\n\n### getMaxNumTasks()\n\n public abstract int getMaxNumTasks()\n\n### getQueueName(int arg0)\n\n public abstract ByteString getQueueName(int arg0)\n\n### getQueueNameCount()\n\n public abstract int getQueueNameCount()\n\n### getQueueNameList()\n\n public abstract List\u003cByteString\u003e getQueueNameList()\n\n### hasAppId()\n\n public abstract boolean hasAppId()\n\n### hasMaxNumTasks()\n\n public abstract boolean hasMaxNumTasks()"]]