[[["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-03-21 UTC."],[[["This webpage provides documentation for the `ChannelPoolSettings.Builder` class within the `com.google.api.gax.grpc` package, specifically for version 2.48.1, but also including a range of other versions up to the latest 2.63.1."],["The `ChannelPoolSettings.Builder` class inherits from `java.lang.Object` and includes inherited members such as `clone()`, `equals(Object)`, `hashCode()`, and `toString()`."],["The class has a default constructor `Builder()` and a `build()` method that returns a `ChannelPoolSettings` object."],["There are several methods available to set channel pool configurations like: `setInitialChannelCount(int)`, `setMaxChannelCount(int)`, `setMaxRpcsPerChannel(int)`, `setMinChannelCount(int)`, `setMinRpcsPerChannel(int)`, and `setPreemptiveRefreshEnabled(boolean)`."],["Each configuration method returns a `ChannelPoolSettings.Builder` object, allowing for method chaining when configuring."]]],[]]