Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix: do not retry on 13 INTERNAL (#396)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a7d32ac5-d75c-4316-9418-8435525bdb8d/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 357022763
Source-Link: googleapis/googleapis@3f914b8
PiperOrigin-RevId: 351867503
Source-Link: googleapis/googleapis@f1b2cc9
PiperOrigin-RevId: 350949863
Source-Link: googleapis/googleapis@91e206b
PiperOrigin-RevId: 350067652
Source-Link: googleapis/googleapis@ad3bb00
PiperOrigin-RevId: 347036369
Source-Link: googleapis/googleapis@6d65640
PiperOrigin-RevId: 346440719
Source-Link: googleapis/googleapis@85a5954

chore: migrate kms to the Java microgenerator
chore: update gapic-generator-java to 0.0.11
chore: update gapic-generator-java to 0.0.16
chore: update gapic-generator-java to 0.0.18
chore: un-migrate kms from the Java microgenerator to the monolith
  • Loading branch information
yoshi-automation committed Feb 16, 2021
1 parent ea62725 commit ea2f95a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Expand Up @@ -718,9 +718,7 @@ public static class Builder
"retry_policy_1_codes",
ImmutableSet.copyOf(
Lists.<StatusCode.Code>newArrayList(
StatusCode.Code.INTERNAL,
StatusCode.Code.UNAVAILABLE,
StatusCode.Code.DEADLINE_EXCEEDED)));
StatusCode.Code.UNAVAILABLE, StatusCode.Code.DEADLINE_EXCEEDED)));
definitions.put("no_retry_codes", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
definitions.put(
"no_retry_1_codes", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-kms.git",
"sha": "bf9209b84f26b6ab14905b8f0c36681d6f82c744"
"sha": "2d145998f3cd0ee5a02262f65df44f295350a8fa"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3a935fab757e09c72afd4aa121147a4c97dccc3e",
"internalRef": "336931287"
"sha": "3f914b89ae1ef459955f470f9ccb498314ad28d5",
"internalRef": "357022763"
}
},
{
Expand Down

0 comments on commit ea2f95a

Please sign in to comment.