in src/main/java/com/spotify/google/cloud/pubsub/client/Pubsub.java [1076:1080]
public Builder allowPoolingConnections(final boolean allowPoolingConnections) {
clientConfig.setAllowPoolingConnections(allowPoolingConnections);
clientConfig.setAllowPoolingSslConnections(allowPoolingConnections);
return this;
}