[[["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-03-05 UTC."],[[["The `TaskQueueFetchQueueStatsResponse.QueueStatsOrBuilder` interface provides methods for retrieving statistics about a task queue."],["It allows you to get the number of tasks in the queue via `getNumTasks()`, which returns an integer."],["The `getOldestEtaUsec()` method provides the earliest estimated time of arrival in microseconds, returning a long value."],["There are methods to get information about a task queue scanner through `getScannerInfo()` and `getScannerInfoOrBuilder()`, returning objects of type `TaskQueueScannerQueueInfo` and `TaskQueueScannerQueueInfoOrBuilder` respectively."],["Methods like `hasNumTasks()`, `hasOldestEtaUsec()`, and `hasScannerInfo()` enable you to check whether the corresponding data is available, each returning a boolean value."]]],[]]