[[["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-09 UTC."],[[["This webpage provides documentation for the `ChannelPoolSettings.Builder` class within the Google API Client Libraries for Java (gax), specifically for managing gRPC channel pool settings."],["The latest version of `ChannelPoolSettings.Builder` available is 2.63.1, and the page lists previous versions down to 2.7.1, allowing users to view documentation for older versions."],["The `ChannelPoolSettings.Builder` class extends the base `java.lang.Object` class and provides methods to configure the channel pool, like `setInitialChannelCount`, `setMaxChannelCount`, `setMaxRpcsPerChannel`, `setMinChannelCount`, `setMinRpcsPerChannel`, and `setPreemptiveRefreshEnabled`."],["The `build()` method creates a new `ChannelPoolSettings` object based on the configured settings, while most other methods return the builder to allow for method chaining when configuring."],["Each version listed corresponds to a specific documentation page, allowing users to see the differences and options available for their current version of the library."]]],[]]