[[["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 `TaskQueueScannerQueueInfoOrBuilder` interface provides methods to retrieve information about a task queue, such as the enforced rate, the number of tasks executed in the last hour and minute, and the number of requests currently in flight."],["The `getEnforcedRate()` and `getSamplingDurationSeconds()` methods return double-precision floating-point values representing the queue's enforced rate and sampling duration, respectively."],["The `getExecutedLastHour()` and `getExecutedLastMinute()` methods return long integer values, representing the count of tasks completed in the past hour and minute."],["The `getRequestsInFlight()` method returns an integer representing the current number of active requests."],["The methods with `has` prefix, like `hasEnforcedRate()` returns boolean values indicating if the specific information is available."]]],[]]