Skip to content

Commit 54ab1b5

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 29079 b: refs/heads/autosynth-logging c: 9285b8d h: refs/heads/master i: 29077: 805fb1d 29075: 419d15e 29071: 7b07a31
1 parent 5d520e9 commit 54ab1b5

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
@@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106
refs/heads/autosynth-dlp: 49572edd157e407b5d979154c583b984e144c79f
107-
refs/heads/autosynth-logging: 13bdb60095bb894735b32a6b79d2a93d5f6fa17c
107+
refs/heads/autosynth-logging: 9285b8df8b826d4d2fc9fc866e4a8415bce21393
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

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