[[["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 current page is documenting version 2.53.0."],["This page provides documentation for the `ChannelPoolSettings.Builder` class, which is used for configuring settings for a channel pool in the gRPC framework."],["The `ChannelPoolSettings.Builder` class provides methods to set various parameters, such as `setInitialChannelCount`, `setMaxChannelCount`, `setMaxRpcsPerChannel`, `setMinChannelCount`, `setMinRpcsPerChannel`, and `setPreemptiveRefreshEnabled`, all returning a `ChannelPoolSettings.Builder` instance."],["The `build()` method creates a `ChannelPoolSettings` object based on the configured builder settings, which is the return type for this method."],["This is an abstract class, extending `java.lang.Object`, inheriting common methods like `clone()`, `equals()`, `getClass()`, and others."]]],[]]