Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit af46f54

Browse files
fix: update generated retry settings (#136)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/58020715-0b4b-44c4-95c1-cbec2e342b42/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 320087063 Source-Link: googleapis/googleapis@519265c
1 parent 8d80537 commit af46f54

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta2/stub/DocumentUnderstandingServiceStubSettings.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ public static class Builder
228228
.setInitialRetryDelay(Duration.ofMillis(100L))
229229
.setRetryDelayMultiplier(1.3)
230230
.setMaxRetryDelay(Duration.ofMillis(60000L))
231-
.setInitialRpcTimeout(Duration.ofMillis(60000L))
231+
.setInitialRpcTimeout(Duration.ofMillis(120000L))
232232
.setRpcTimeoutMultiplier(1.0)
233-
.setMaxRpcTimeout(Duration.ofMillis(60000L))
234-
.setTotalTimeout(Duration.ofMillis(60000L))
233+
.setMaxRpcTimeout(Duration.ofMillis(120000L))
234+
.setTotalTimeout(Duration.ofMillis(120000L))
235235
.build();
236236
definitions.put("retry_policy_1_params", settings);
237237
settings = RetrySettings.newBuilder().setRpcTimeoutMultiplier(1.0).build();

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-document-ai.git",
7-
"sha": "d5b4aa361453b76bb702fa2d0aa076ca416c4d54"
7+
"sha": "48a216a5ddaf8c249f85e3adfcdab2b8e795cc0e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "0edf3ff6625f50cdcab5b3c40f2ef109bf73cef4",
15-
"internalRef": "315961930"
14+
"sha": "519265ce99de513ee6f1b7e8d6f23ecd7c4d83cf",
15+
"internalRef": "320087063"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "0edf3ff6625f50cdcab5b3c40f2ef109bf73cef4",
23-
"internalRef": "315961930"
22+
"sha": "519265ce99de513ee6f1b7e8d6f23ecd7c4d83cf",
23+
"internalRef": "320087063"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)