[[["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 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."]]],[]]