Skip to content

Commit fb72c18

Browse files
fix: remove pre launch comments from enableConnectionPool (#2215)
* 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>
1 parent 5a99013 commit fb72c18

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.19.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.20.0')
5454
5555
implementation 'com.google.cloud:google-cloud-bigquerystorage'
5656
```

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/JsonStreamWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ public Builder setReconnectAfter10M(boolean reconnectAfter10M) {
313313

314314
/**
315315
* Enable multiplexing for this writer. In multiplexing mode tables will share the same
316-
* connection if possible until the connection is overwhelmed. This feature is still under
317-
* development, please contact write api team before using.
316+
* connection if possible until the connection is overwhelmed.
318317
*
319318
* @param enableConnectionPool
320319
* @return Builder

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/StreamWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,7 @@ public Builder setEndpoint(String endpoint) {
636636

637637
/**
638638
* Enable multiplexing for this writer. In multiplexing mode tables will share the same
639-
* connection if possible until the connection is overwhelmed. This feature is still under
640-
* development, please contact write api team before using.
639+
* connection if possible until the connection is overwhelmed.
641640
*
642641
* @param enableConnectionPool
643642
* @return Builder

0 commit comments

Comments
 (0)