File tree Expand file tree Collapse file tree
branches/autosynth-datalabeling/google-cloud-clients/google-cloud-bigquerystorage
src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ refs/heads/v4support: aa837fd70877f5a0628d8036e88952db035b792c
180180refs/tags/v0.82.0: 7b9807d5d0a400c757b8905fee768be4c85eba25
181181refs/tags/v0.83.0: 370ec5a1131a86b36db8efce4f1a943607de8a60
182182refs/tags/v0.84.0: 71e85198495a39f4524afa2669434b5075c17c3d
183- refs/heads/autosynth-datalabeling: c125436358fe3e278aa4c552829a2045cc4dccc3
183+ refs/heads/autosynth-datalabeling: 098ee165990f2025057944498d6f256b979bfb13
184184refs/heads/autosynth-webrisk: e006df2927fba3a0af121e0afd18f73da01a8214
185185"refs/heads/cscc_examples": 2813feef0c9a80293739b67fd53a4b4a2f856b24
186186refs/heads/marktaskga: 9b161cd985cf38ee44a5e2ab6c53fc00e50a9184
Original file line number Diff line number Diff line change @@ -246,6 +246,17 @@ public static class Builder extends StubSettings.Builder<BigQueryStorageStubSett
246246 .setTotalTimeout (Duration .ofMillis (600000L ))
247247 .build ();
248248 definitions .put ("default" , settings );
249+ settings =
250+ RetrySettings .newBuilder ()
251+ .setInitialRetryDelay (Duration .ofMillis (100L ))
252+ .setRetryDelayMultiplier (1.3 )
253+ .setMaxRetryDelay (Duration .ofMillis (60000L ))
254+ .setInitialRpcTimeout (Duration .ofMillis (120000L ))
255+ .setRpcTimeoutMultiplier (1.0 )
256+ .setMaxRpcTimeout (Duration .ofMillis (120000L ))
257+ .setTotalTimeout (Duration .ofMillis (600000L ))
258+ .build ();
259+ definitions .put ("create_read_session" , settings );
249260 RETRY_PARAM_DEFINITIONS = definitions .build ();
250261 }
251262
@@ -290,7 +301,7 @@ private static Builder initDefaults(Builder builder) {
290301 builder
291302 .createReadSessionSettings ()
292303 .setRetryableCodes (RETRYABLE_CODE_DEFINITIONS .get ("idempotent" ))
293- .setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("default " ));
304+ .setRetrySettings (RETRY_PARAM_DEFINITIONS .get ("create_read_session " ));
294305
295306 builder
296307 .readRowsSettings ()
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-04-02T07 :35:11.912831Z ",
2+ "updateTime": "2019-04-04T07 :35:31.563852Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.16.22 ",
8- "dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320 "
7+ "version": "0.16.23 ",
8+ "dockerImage": "googleapis/artman@sha256:f3a3f88000dc1cd1b4826104c5574aa5c534f6793fbf66e888d11c0d7ef5762e "
99 }
1010 },
1111 {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d ",
16- "internalRef": "241437588 "
15+ "sha": "04193ea2f8121388c998ab49c382f2c03417dcce ",
16+ "internalRef": "241828309 "
1717 }
1818 }
1919 ],
You can’t perform that action at this time.
0 commit comments