[[["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, with version 2.63.1 being the latest."],["The `ChannelPoolSettings.Builder` class is an abstract static class that inherits from `java.lang.Object`, and it offers methods to configure channel pool settings for gRPC."],["The available methods include `build()`, which produces `ChannelPoolSettings`, and several setter methods like `setInitialChannelCount()`, `setMaxChannelCount()`, `setMaxRpcsPerChannel()`, `setMinChannelCount()`, `setMinRpcsPerChannel()`, and `setPreemptiveRefreshEnabled()` that return the builder to allow for chaining."],["The webpage lists numerous previous versions, from 2.62.0 down to 2.7.1, each with a corresponding link to the `ChannelPoolSettings.Builder` documentation for that version."],["Each parameter in the methods are given a description alongside it's name, and the data type it expects."]]],[]]