We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4942bc1 commit d0c5191Copy full SHA for d0c5191
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java
@@ -473,6 +473,12 @@ public Integer getMaxInboundMetadataSize() {
473
return maxInboundMetadataSize;
474
}
475
476
+ /** The configured channel pool settings used for gRPC's ChannelProvider */
477
+ @BetaApi("Channel pool sizing api is not yet stable")
478
+ public ChannelPoolSettings getChannelPoolSettings() {
479
+ return channelPoolSettings;
480
+ }
481
+
482
@Override
483
public boolean shouldAutoClose() {
484
return true;
0 commit comments