Skip to content

Commit 719fbb3

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 29697 b: refs/heads/autosynth-pubsub c: ebaacf7 h: refs/heads/master i: 29695: 0bbc4da
1 parent 2bda407 commit 719fbb3

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
@@ -114,7 +114,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117-
refs/heads/autosynth-pubsub: 8e9c0e567429c15795e86dba1ed9a34bef6fcbb4
117+
refs/heads/autosynth-pubsub: ebaacf75c102a87c3d4b0c6d1677a8153b68445c
118118
refs/heads/autosynth-video-intelligence: 82b145665822830c46d47eb8925edb2d842d6815
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131

branches/autosynth-pubsub/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-pubsub/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-pubsub/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-pubsub/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-pubsub/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-pubsub/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-pubsub/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-pubsub/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)