[[["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 access to various historical versions, including the current page's context of version 2.50.0."],["`ChannelPoolSettings.Builder` is a class that inherits from `java.lang.Object` and includes inherited members like `clone()`, `equals(Object)`, and `hashCode()`."],["The `ChannelPoolSettings.Builder` class provides methods to configure the channel pool settings, such as `setInitialChannelCount`, `setMaxChannelCount`, `setMaxRpcsPerChannel`, `setMinChannelCount`, `setMinRpcsPerChannel`, and `setPreemptiveRefreshEnabled`, and it also has a `build()` method to construct the `ChannelPoolSettings`."],["Each of the methods for configuring the channel pool settings takes in a parameter, either `int count`, or `boolean enabled`, and all of them return the `ChannelPoolSettings.Builder` type."],["The Builder method constructs a new Builder object, while the build() method constructs a new ChannelPoolSettings object."]]],[]]