[[["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, specifically focusing on version 2.43.0 of the Java library and onward."],["The `FlowControlSettings.Builder` class inherits from `java.lang.Object`, and its methods include `build()`, `setLimitExceededBehavior()`, `setMaxOutstandingElementCount()`, and `setMaxOutstandingRequestBytes()`."],["The latest version available is 2.63.1, and the documentation includes a comprehensive list of versions for `FlowControlSettings.Builder`, dating back to version 2.7.1."],["`setLimitExceededBehavior` allows you to set the `FlowController.LimitExceededBehavior`, and both `setMaxOutstandingElementCount` and `setMaxOutstandingRequestBytes` take a `Long` as an argument to configure batching behavior."],["The `build` method will return the settings for `FlowControlSettings`."]]],[]]