[[["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 `com.google.api.gax.grpc` package, specifically for version 2.58.0 of the library."],["The `ChannelPoolSettings.Builder` class allows for the configuration of channel pool settings, and it can set the initial, minimum, and maximum number of channels, as well as the minimum and maximum RPCs per channel."],["It is an abstract class that extends `java.lang.Object`, inheriting its members, such as `clone()`, `equals()`, and `wait()`."],["There are methods such as `build()`, which returns a `ChannelPoolSettings` instance, and methods that return a `ChannelPoolSettings.Builder` such as, `setInitialChannelCount(int count)`, `setMaxChannelCount(int count)`, `setMinChannelCount(int count)`, `setMinRpcsPerChannel(int count)`, `setMaxRpcsPerChannel(int count)`, and `setPreemptiveRefreshEnabled(boolean enabled)`."],["The page provides links to documentation for various past versions, along with the latest version, of the same `ChannelPoolSettings.Builder` class."]]],[]]