[[["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."],[[["This webpage provides documentation for the `ChannelPoolSettings.Builder` class within the Google API Client Library for Java (gax), specifically for managing gRPC channel pool settings."],["The latest version of `ChannelPoolSettings.Builder` available is 2.63.1, and the page lists previous versions down to version 2.7.1, each with links to their respective documentation."],["The `ChannelPoolSettings.Builder` class extends from the `java.lang.Object` class and includes inherited methods like `clone()`, `equals()`, `hashCode()`, and `toString()`."],["Key methods for configuring channel pool settings include `build()`, which returns `ChannelPoolSettings`, and setter methods like `setInitialChannelCount()`, `setMaxChannelCount()`, `setMaxRpcsPerChannel()`, `setMinChannelCount()`, `setMinRpcsPerChannel()`, and `setPreemptiveRefreshEnabled()`, which allow for the adjustment of the channel pool size, rpcs, and preemptive refresh options."],["The `ChannelPoolSettings.Builder()` constructor is available for creating a new instance of the builder, allowing users to instantiate it and then configure their desired channel pool settings through the setter methods before calling `build()` to return the final configuration."]]],[]]