[[["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 `ChannelPoolSettings.Builder` class within the `com.google.api.gax.grpc` package, specifically for Java version 2.54.1."],["The page lists various versions of the `ChannelPoolSettings.Builder` class, ranging from the latest 2.63.1 down to 2.7.1, with links to the documentation for each version."],["`ChannelPoolSettings.Builder` inherits methods from the `java.lang.Object` class, including `clone`, `equals`, `getClass`, and others."],["Key methods for configuring channel pool settings include `build()`, `setInitialChannelCount()`, `setMaxChannelCount()`, `setMaxRpcsPerChannel()`, `setMinChannelCount()`, `setMinRpcsPerChannel()`, and `setPreemptiveRefreshEnabled()`."],["Each setting method, like `setInitialChannelCount(int count)`, allows customization of the channel pool's behavior, taking an integer or boolean as a parameter, and returns a `ChannelPoolSettings.Builder` object."]]],[]]