[[["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\u003eTaskQueueScannerQueueInfoOrBuilder\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetEnforcedRate()\u003c/code\u003e and \u003ccode\u003egetSamplingDurationSeconds()\u003c/code\u003e methods return double-precision floating-point values representing the queue's enforced rate and sampling duration, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetExecutedLastHour()\u003c/code\u003e and \u003ccode\u003egetExecutedLastMinute()\u003c/code\u003e methods return long integer values, representing the count of tasks completed in the past hour and minute.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetRequestsInFlight()\u003c/code\u003e method returns an integer representing the current number of active requests.\u003c/p\u003e\n"],["\u003cp\u003eThe methods with \u003ccode\u003ehas\u003c/code\u003e prefix, like \u003ccode\u003ehasEnforcedRate()\u003c/code\u003e returns boolean values indicating if the specific information is available.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueScannerQueueInfoOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueScannerQueueInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getEnforcedRate()\n\n public abstract double getEnforcedRate()\n\n### getExecutedLastHour()\n\n public abstract long getExecutedLastHour()\n\n### getExecutedLastMinute()\n\n public abstract long getExecutedLastMinute()\n\n### getRequestsInFlight()\n\n public abstract int getRequestsInFlight()\n\n### getSamplingDurationSeconds()\n\n public abstract double getSamplingDurationSeconds()\n\n### hasEnforcedRate()\n\n public abstract boolean hasEnforcedRate()\n\n### hasExecutedLastHour()\n\n public abstract boolean hasExecutedLastHour()\n\n### hasExecutedLastMinute()\n\n public abstract boolean hasExecutedLastMinute()\n\n### hasRequestsInFlight()\n\n public abstract boolean hasRequestsInFlight()\n\n### hasSamplingDurationSeconds()\n\n public abstract boolean hasSamplingDurationSeconds()"]]