[[["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 `DynamicFlowControlSettings.Builder` class within the Google API Client Libraries for Java (gax), specifically version 2.39.0."],["The page lists all the previous version releases of this class, with the latest being 2.63.1, and direct links to the corresponding documentation for each version."],["The `DynamicFlowControlSettings.Builder` class inherits from `java.lang.Object` and includes inherited members like `clone()`, `equals()`, `hashCode()`, and more, as well as includes a constructor `Builder()` and a `build()` method."],["The class provides methods for configuring dynamic flow control, such as setting initial, maximum, and minimum values for outstanding element count and request bytes, and specifying the limit exceeded behavior using `setInitialOutstandingElementCount`, `setMaxOutstandingRequestBytes` and `setLimitExceededBehavior`, and others."],["Each of the methods to configure dynamic flow control takes in a parameter named `value` of type `Long`, except for `setLimitExceededBehavior`, which takes in a parameter named `value` of type `FlowController.LimitExceededBehavior`, returning a `DynamicFlowControlSettings.Builder`."]]],[]]