[[["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 version 2.23.3 of the library, and lists previous versions."],["The `ChannelPoolSettings.Builder` class is used to configure settings for channel pools and inherits from `java.lang.Object`, including its methods such as `clone()`, `equals(Object)`, and `hashCode()`."],["The `Builder()` constructor is used to create new instances of `ChannelPoolSettings.Builder`, and the `build()` method returns a `ChannelPoolSettings` object."],["Key methods of the `ChannelPoolSettings.Builder` class include setting the initial, maximum, and minimum channel counts, along with the maximum and minimum RPCs per channel, and enabling preemptive refreshing through the setting methods `setInitialChannelCount(int)`, `setMaxChannelCount(int)`, `setMinChannelCount(int)`, `setMaxRpcsPerChannel(int)`, `setMinRpcsPerChannel(int)`, and `setPreemptiveRefreshEnabled(boolean)`."]]],[]]