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

Commit b6ef0eb

Browse files
fix: restore GAPIC v2 retry configs (#140)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b94bacd6-05ee-45c2-be4d-b0f667030fab/targets PiperOrigin-RevId: 312088359 Source-Link: googleapis/googleapis@5a90d46
1 parent 42a9863 commit b6ef0eb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

google-cloud-vision/src/main/java/com/google/cloud/vision/v1p3beta1/stub/ImageAnnotatorStubSettings.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ public static class Builder extends StubSettings.Builder<ImageAnnotatorStubSetti
230230
.setInitialRetryDelay(Duration.ofMillis(100L))
231231
.setRetryDelayMultiplier(1.3)
232232
.setMaxRetryDelay(Duration.ofMillis(60000L))
233-
.setInitialRpcTimeout(Duration.ofMillis(20000L))
233+
.setInitialRpcTimeout(Duration.ofMillis(60000L))
234234
.setRpcTimeoutMultiplier(1.0)
235-
.setMaxRpcTimeout(Duration.ofMillis(20000L))
235+
.setMaxRpcTimeout(Duration.ofMillis(60000L))
236236
.setTotalTimeout(Duration.ofMillis(600000L))
237237
.build();
238238
definitions.put("default", settings);

synth.metadata

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,40 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
15-
"internalRef": "310660461"
14+
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
15+
"internalRef": "312088359"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
23-
"internalRef": "310660461"
22+
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
23+
"internalRef": "312088359"
2424
}
2525
},
2626
{
2727
"git": {
2828
"name": "googleapis",
2929
"remote": "https://github.com/googleapis/googleapis.git",
30-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
31-
"internalRef": "310660461"
30+
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
31+
"internalRef": "312088359"
3232
}
3333
},
3434
{
3535
"git": {
3636
"name": "googleapis",
3737
"remote": "https://github.com/googleapis/googleapis.git",
38-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
39-
"internalRef": "310660461"
38+
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
39+
"internalRef": "312088359"
4040
}
4141
},
4242
{
4343
"git": {
4444
"name": "googleapis",
4545
"remote": "https://github.com/googleapis/googleapis.git",
46-
"sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7",
47-
"internalRef": "310660461"
46+
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
47+
"internalRef": "312088359"
4848
}
4949
},
5050
{

0 commit comments

Comments
 (0)