[[["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 `FlowControlSettings.Builder` class within the `com.google.api.gax.batching` package, with version 2.63.1 being the latest release and many prior versions listed."],["The `FlowControlSettings.Builder` class inherits from `java.lang.Object` and offers methods like `build()`, `setLimitExceededBehavior()`, `setMaxOutstandingElementCount()`, and `setMaxOutstandingRequestBytes()`."],["The `build()` method constructs and returns an instance of `FlowControlSettings`, while the `setLimitExceededBehavior()`, method allows setting how to handle exceeding flow control limits via `FlowController.LimitExceededBehavior`."],["The `setMaxOutstandingElementCount()` and `setMaxOutstandingRequestBytes()` methods are used to set the maximum number of elements and bytes, respectively, for flow control, both taking `Long` parameters."]]],[]]