[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version of the `ChannelPoolSettings.Builder` is 2.63.1, and the page provides access to various historical versions, dating back to 2.7.1."],["The `ChannelPoolSettings.Builder` class is a subclass of `java.lang.Object` and inherits methods like `clone()`, `equals()`, and `toString()`."],["The `ChannelPoolSettings.Builder` class can construct a new `ChannelPoolSettings` object via the `build()` method."],["It provides methods to configure the channel pool, including setting the initial, minimum, and maximum channel counts via `setInitialChannelCount(int count)`, `setMinChannelCount(int count)`, and `setMaxChannelCount(int count)`, respectively."],["The class offers methods to manage RPCs per channel, allowing to set the minimum and maximum values with `setMinRpcsPerChannel(int count)` and `setMaxRpcsPerChannel(int count)`, alongside the ability to enable preemptive refresh of these settings with `setPreemptiveRefreshEnabled(boolean enabled)`."]]],[]]