[[["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."],[[["This webpage provides documentation for the `ChannelPoolSettings.Builder` class in the Google API Client Library for Java (gax), specifically for managing gRPC channel pool settings."],["The latest version documented is 2.63.1, and the page lists versions of the class, with links to their respective documentation, going as far back as version 2.7.1."],["The `ChannelPoolSettings.Builder` class inherits from `java.lang.Object` and includes methods for setting parameters like initial, maximum, and minimum channel counts, as well as maximum and minimum RPCs per channel."],["Key methods include `build()`, which returns `ChannelPoolSettings`, and setter methods such as `setInitialChannelCount()`, `setMaxChannelCount()`, `setMinChannelCount()`, `setMaxRpcsPerChannel()`, `setMinRpcsPerChannel()` and `setPreemptiveRefreshEnabled()` for configuring the channel pool."],["The class has a default constructor `Builder()`, and the inherited members from `Object` are listed, such as `clone()`, `equals()`, `toString()`, and others."]]],[]]