Skip to content

Commit 2963151

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 32379 b: refs/heads/autosynth-errorreporting c: ebaacf7 h: refs/heads/master i: 32377: adb59d7 32375: 6b5c9cb
1 parent cf35a96 commit 2963151

9 files changed

Lines changed: 25 additions & 11 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 8e9c0e567429c15795e86dba1ed9a34bef6fcbb4
132+
refs/heads/autosynth-errorreporting: ebaacf75c102a87c3d4b0c6d1677a8153b68445c
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/ApplicationServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ public static class Builder
286286
ImmutableMap.builder();
287287
definitions.put(
288288
"idempotent",
289-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
289+
ImmutableSet.copyOf(
290+
Lists.<StatusCode.Code>newArrayList(
291+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
290292
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
291293
RETRYABLE_CODE_DEFINITIONS = definitions.build();
292294
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/CompanyServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ public static class Builder extends StubSettings.Builder<CompanyServiceStubSetti
274274
ImmutableMap.builder();
275275
definitions.put(
276276
"idempotent",
277-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
277+
ImmutableSet.copyOf(
278+
Lists.<StatusCode.Code>newArrayList(
279+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
278280
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
279281
RETRYABLE_CODE_DEFINITIONS = definitions.build();
280282
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/CompletionStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ public static class Builder extends StubSettings.Builder<CompletionStubSettings,
171171
ImmutableMap.builder();
172172
definitions.put(
173173
"idempotent",
174-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
174+
ImmutableSet.copyOf(
175+
Lists.<StatusCode.Code>newArrayList(
176+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
175177
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
176178
RETRYABLE_CODE_DEFINITIONS = definitions.build();
177179
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/EventServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ public static class Builder extends StubSettings.Builder<EventServiceStubSetting
170170
ImmutableMap.builder();
171171
definitions.put(
172172
"idempotent",
173-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
173+
ImmutableSet.copyOf(
174+
Lists.<StatusCode.Code>newArrayList(
175+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
174176
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
175177
RETRYABLE_CODE_DEFINITIONS = definitions.build();
176178
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/JobServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ public static class Builder extends StubSettings.Builder<JobServiceStubSettings,
425425
ImmutableMap.builder();
426426
definitions.put(
427427
"idempotent",
428-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
428+
ImmutableSet.copyOf(
429+
Lists.<StatusCode.Code>newArrayList(
430+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
429431
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
430432
RETRYABLE_CODE_DEFINITIONS = definitions.build();
431433
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/ProfileServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,9 @@ public static class Builder extends StubSettings.Builder<ProfileServiceStubSetti
349349
ImmutableMap.builder();
350350
definitions.put(
351351
"idempotent",
352-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
352+
ImmutableSet.copyOf(
353+
Lists.<StatusCode.Code>newArrayList(
354+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
353355
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
354356
RETRYABLE_CODE_DEFINITIONS = definitions.build();
355357
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/src/main/java/com/google/cloud/talent/v4beta1/stub/TenantServiceStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ public static class Builder extends StubSettings.Builder<TenantServiceStubSettin
273273
ImmutableMap.builder();
274274
definitions.put(
275275
"idempotent",
276-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
276+
ImmutableSet.copyOf(
277+
Lists.<StatusCode.Code>newArrayList(
278+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
277279
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
278280
RETRYABLE_CODE_DEFINITIONS = definitions.build();
279281
}

branches/autosynth-errorreporting/google-cloud-clients/google-cloud-talent/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-08T07:58:34.096931Z",
2+
"updateTime": "2019-05-10T07:54:49.349091Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
16-
"internalRef": "247143125"
15+
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16+
"internalRef": "247530843"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)