Skip to content

Commit

Permalink
fix: remove pre launch comments from enableConnectionPool (#2215)
Browse files Browse the repository at this point in the history
* fix: remove pre launch comments from enableConnectionPool

* .

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
yirutang and gcf-owl-bot[bot] authored Jul 28, 2023
1 parent 5a99013 commit fb72c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.19.0')
implementation platform('com.google.cloud:libraries-bom:26.20.0')
implementation 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ public Builder setReconnectAfter10M(boolean reconnectAfter10M) {

/**
* Enable multiplexing for this writer. In multiplexing mode tables will share the same
* connection if possible until the connection is overwhelmed. This feature is still under
* development, please contact write api team before using.
* connection if possible until the connection is overwhelmed.
*
* @param enableConnectionPool
* @return Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,7 @@ public Builder setEndpoint(String endpoint) {

/**
* Enable multiplexing for this writer. In multiplexing mode tables will share the same
* connection if possible until the connection is overwhelmed. This feature is still under
* development, please contact write api team before using.
* connection if possible until the connection is overwhelmed.
*
* @param enableConnectionPool
* @return Builder
Expand Down

0 comments on commit fb72c18

Please sign in to comment.