[[["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-03-21 UTC."],[[["This webpage provides documentation for `DynamicFlowControlSettings`, a class used for configuring dynamic flow control in the Google API Client Libraries for Java, with the latest version being 2.63.1."],["`DynamicFlowControlSettings` manages the flow of requests by setting limits on the number of outstanding elements and bytes that are permitted, with adjustable minimum and maximum thresholds for outstanding elements and request bytes."],["The class offers methods to control the behavior of a `FlowController`, such as determining what happens when a limit is exceeded, and `newBuilder()` allowing for the construction of the settings."],["The document includes a list of all previous versions of the class, going back to 2.7.1, which will link to the documentation of that version, making it easier to navigate through the history of the API."],["The `DynamicFlowControlSettings` class inherits methods from the `Object` class and offers several methods for controlling flow, including `getInitialOutstandingElementCount()`, `getInitialOutstandingRequestBytes()`, `getLimitExceededBehavior()`, `getMaxOutstandingElementCount()`, `getMaxOutstandingRequestBytes()`, `getMinOutstandingElementCount()`, `getMinOutstandingRequestBytes()`, and `toBuilder()`."]]],[]]