[[["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 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."]]],[]]