[[["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-07 UTC."],[[["The latest version available is 2.63.1, with a comprehensive list of versions extending back to 2.7.1 for the `com.google.api.gax.grpc.ChannelPoolSettings.Builder`."],["This documentation outlines the `ChannelPoolSettings.Builder` class, which inherits from `java.lang.Object` and includes inherited members like `clone()`, `equals()`, and `hashCode()`."],["The `Builder` class has a constructor `Builder()` and offers a `build()` method to create `ChannelPoolSettings`, along with methods to configure the channel pool, including `setInitialChannelCount()`, `setMaxChannelCount()`, `setMaxRpcsPerChannel()`, `setMinChannelCount()`, `setMinRpcsPerChannel()`, and `setPreemptiveRefreshEnabled()`."],["The channel pool settings can be adjusted by setting the initial, minimum, and maximum number of channels, as well as the maximum and minimum number of RPCs per channel."],["Each of the settings methods like `setInitialChannelCount()` takes an `int` parameter that represents a count and returns a `ChannelPoolSettings.Builder` object, enabling fluent configuration."]]],[]]