[[["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, which is used for managing flow control in the `com.google.api.gax.batching` package within the Google Cloud Java client library."],["The `FlowController` class offers methods to reserve, release, increase, and decrease flow control thresholds based on elements and bytes, as well as retrieve current, maximum, and minimum element and request byte limits."],["It features two constructors: `FlowController(DynamicFlowControlSettings settings)` and `FlowController(FlowControlSettings settings)`, both of which take settings objects to configure the flow control behavior."],["The class includes a variety of methods, such as `getCurrentElementCountLimit()`, `getCurrentRequestBytesLimit()`, `getFlowControlEventStats()`, `increaseThresholds(long elementSteps, long byteSteps)`, and `release(long elements, long bytes)`, among others, for managing and monitoring flow control."],["This documentation shows a history of all the previous versions, allowing users to choose the version needed."]]],[]]