[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `FlowController` class in the Google API Client Libraries for Java, which offers flow control capabilities."],["The latest version of `FlowController` documented is 2.63.1, and the page also lists documentation for a history of previous versions all the way back to version 2.7.1."],["`FlowController` allows you to manage flow control limits by both increasing and decreasing thresholds for elements and bytes using the `increaseThresholds` and `decreaseThresholds` methods, respectively."],["The `FlowController` class has methods to view the current, maximum and minimum limits, as well as stats, with `getCurrentElementCountLimit`, `getCurrentRequestBytesLimit`, `getMaxElementCountLimit`, `getMaxRequestBytesLimit`, `getMinElementCountLimit`, `getMinRequestBytesLimit`, and `getFlowControlEventStats`."],["The `reserve` and `release` methods of `FlowController` are provided to allow reservation and release of resources that are constrained by `elements` and `bytes`."]]],[]]