Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit ca7db70

Browse files
chore: generate libraries at Mon Jul 7 15:23:48 UTC 2025
1 parent e44dac5 commit ca7db70

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.62.0</version>
22+
<version>26.63.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -48,7 +48,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-bigquerystorage</artifactId>
51-
<version>3.15.2</version>
51+
<version>3.15.3</version>
5252
</dependency>
5353

5454
```
@@ -63,13 +63,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
6363
If you are using Gradle without BOM, add this to your dependencies:
6464

6565
```Groovy
66-
implementation 'com.google.cloud:google-cloud-bigquerystorage:3.15.3'
66+
implementation 'com.google.cloud:google-cloud-bigquerystorage:3.16.0'
6767
```
6868

6969
If you are using SBT, add this to your dependencies:
7070

7171
```Scala
72-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.15.3"
72+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.16.0"
7373
```
7474

7575
## Authentication
@@ -256,7 +256,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
256256
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java11.html
257257
[stability-image]: https://img.shields.io/badge/stability-stable-green
258258
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg
259-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.15.3
259+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.16.0
260260
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
261261
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
262262
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private JsonStreamWriter createStreamWriter(String tableName)
185185
.setChannelsPerCpu(2)
186186
.build())
187187
.setEnableConnectionPool(true)
188-
// This will allow connection pool to scale up better.
188+
// This will allow connection pool to scale up better.
189189
.setFlowControlSettings(
190190
FlowControlSettings.newBuilder().setMaxOutstandingElementCount(100L).build())
191191
// If value is missing in json and there is a default value configured on bigquery

0 commit comments

Comments
 (0)