[[["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 document outlines the `DynamicFlowControlSettings` class, which is used to configure settings for dynamic flow control in the `com.google.api.gax.batching` package within the Java API client library, specifically in version 2.45.0."],["The `DynamicFlowControlSettings` class is abstract, inheriting from `java.lang.Object`, and is used to adjust flow control behaviors based on the number of outstanding elements and bytes, allowing for dynamic adjustment of flow control limits."],["Key configurations within `DynamicFlowControlSettings` include the initial, minimum, and maximum limits for both the number of outstanding elements and the number of outstanding request bytes, as well as the behavior when these limits are exceeded."],["The document provides access to static method `newBuilder()` to construct new instances and `toBuilder()` to modify current objects, returning a `DynamicFlowControlSettings.Builder`."],["The `DynamicFlowControlSettings` class has been updated frequently with many previous versions listed, with version 2.63.1 being the latest."]]],[]]