[[["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-04-02 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 contains inherited members such as `clone()`, `equals(Object)`, and `getClass()`, among others."],["The `Builder` class has a default constructor `Builder()` and includes the `build()` method which returns an object of type `FlowControlSettings`."],["The class includes methods like `setLimitExceededBehavior`, `setMaxOutstandingElementCount`, and `setMaxOutstandingRequestBytes`, all of which return a `FlowControlSettings.Builder` instance."],["The `setLimitExceededBehavior` method takes a parameter of type `FlowController.LimitExceededBehavior` while the `setMaxOutstandingElementCount` and `setMaxOutstandingRequestBytes` methods both take a parameter of type `Long`."]]],[]]