Skip to content

Commit af790a7

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 35655 b: refs/heads/autosynth-iamcredentials c: 9285b8d h: refs/heads/master i: 35653: 401b0fe 35651: 759b611 35647: 7c91f4b
1 parent d83c2da commit af790a7

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ refs/heads/pubsub-ordering-keys: 3ea3dc93288c90e1776339a2c059a076e2e2fd1d
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
162-
refs/heads/autosynth-iamcredentials: 13bdb60095bb894735b32a6b79d2a93d5f6fa17c
162+
refs/heads/autosynth-iamcredentials: 9285b8df8b826d4d2fc9fc866e4a8415bce21393
163163
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
164164
refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
165165
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/DataCatalogStubSettings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ public static class Builder extends StubSettings.Builder<DataCatalogStubSettings
166166
ImmutableMap.builder();
167167
definitions.put(
168168
"idempotent",
169-
ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList(StatusCode.Code.UNAVAILABLE)));
169+
ImmutableSet.copyOf(
170+
Lists.<StatusCode.Code>newArrayList(
171+
StatusCode.Code.DEADLINE_EXCEEDED, StatusCode.Code.UNAVAILABLE)));
170172
definitions.put("non_idempotent", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
171173
RETRYABLE_CODE_DEFINITIONS = definitions.build();
172174
}

branches/autosynth-iamcredentials/google-cloud-clients/google-cloud-datacatalog/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-09T07:39:59.248247Z",
2+
"updateTime": "2019-05-14T07:38:20.728600Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "2f6e293d9a0097167ed5160fd366403c21b5fa49",
16-
"internalRef": "247230302"
15+
"sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416",
16+
"internalRef": "248066377"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)