Skip to content

Commit

Permalink
chore: Update generation configuration at Thu Sep 19 02:24:25 UTC 2024 (
Browse files Browse the repository at this point in the history
#2648)

* chore: Update generation configuration at Wed Sep 18 02:21:47 UTC 2024

* chore: Update generation configuration at Thu Sep 19 02:24:25 UTC 2024

* chore: generate libraries at Thu Sep 19 02:24:45 UTC 2024
  • Loading branch information
cloud-java-bot authored Sep 19, 2024
1 parent 00fb78d commit 26e6d33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.45.0')
implementation platform('com.google.cloud:libraries-bom:26.46.0')
implementation 'com.google.cloud:google-cloud-bigquerystorage'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.45.0
googleapis_commitish: 4082d5e51e8481f6ccc384cacd896f4e78f19dee
libraries_bom_version: 26.45.0
googleapis_commitish: 607c2ae82620153880a66898bcbf0a46d38d7d10
libraries_bom_version: 26.46.0
libraries:
- api_shortname: bigquerystorage
name_pretty: BigQuery Storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,18 @@ public static class Builder
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(120000L))
.setInitialRpcTimeout(Duration.ofMillis(240000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(120000L))
.setTotalTimeout(Duration.ofMillis(120000L))
.setMaxRpcTimeout(Duration.ofMillis(240000L))
.setTotalTimeout(Duration.ofMillis(240000L))
.build();
definitions.put("retry_policy_0_params", settings);
settings =
RetrySettings.newBuilder()
.setInitialRpcTimeout(Duration.ofMillis(120000L))
.setInitialRpcTimeout(Duration.ofMillis(240000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(120000L))
.setTotalTimeout(Duration.ofMillis(120000L))
.setMaxRpcTimeout(Duration.ofMillis(240000L))
.setTotalTimeout(Duration.ofMillis(240000L))
.build();
definitions.put("no_retry_1_params", settings);
RETRY_PARAM_DEFINITIONS = definitions.build();
Expand Down

0 comments on commit 26e6d33

Please sign in to comment.