[[["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 in the Google API Client Library for Java (gax), specifically for managing gRPC channel pool settings."],["The latest version documented is 2.63.1, and the page lists versions of the class, with links to their respective documentation, going as far back as version 2.7.1."],["The `ChannelPoolSettings.Builder` class inherits from `java.lang.Object` and includes methods for setting parameters like initial, maximum, and minimum channel counts, as well as maximum and minimum RPCs per channel."],["Key methods include `build()`, which returns `ChannelPoolSettings`, and setter methods such as `setInitialChannelCount()`, `setMaxChannelCount()`, `setMinChannelCount()`, `setMaxRpcsPerChannel()`, `setMinRpcsPerChannel()` and `setPreemptiveRefreshEnabled()` for configuring the channel pool."],["The class has a default constructor `Builder()`, and the inherited members from `Object` are listed, such as `clone()`, `equals()`, `toString()`, and others."]]],[]]