[[["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."],[[["The latest version of the `ChannelPoolSettings.Builder` is 2.63.1, and the page provides links to the documentation for numerous prior versions, down to 2.7.1."],["`ChannelPoolSettings.Builder` is a class that extends `java.lang.Object`, inheriting several standard object methods like `clone()`, `equals()`, and `toString()`."],["The `ChannelPoolSettings.Builder` class has a constructor `Builder()` and a `build()` method that returns a `ChannelPoolSettings` object."],["The class provides methods to configure channel pooling, such as `setInitialChannelCount()`, `setMaxChannelCount()`, `setMaxRpcsPerChannel()`, `setMinChannelCount()`, `setMinRpcsPerChannel()`, and `setPreemptiveRefreshEnabled()`, each accepting an input parameter and returning a `ChannelPoolSettings.Builder`."],["The methods in the builder class allow you to specify a number of variables for the channel pool such as the amount of channels, or the amount of rpcs per channel."]]],[]]