We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6061b commit 9812585Copy full SHA for 9812585
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java
@@ -488,6 +488,12 @@ public Integer getMaxInboundMetadataSize() {
488
return maxInboundMetadataSize;
489
}
490
491
+ /** The configured channel pool settings used for gRPC's ChannelProvider */
492
+ @BetaApi("Channel pool sizing api is not yet stable")
493
+ public ChannelPoolSettings getChannelPoolSettings() {
494
+ return channelPoolSettings;
495
+ }
496
+
497
@Override
498
public boolean shouldAutoClose() {
499
return true;
0 commit comments