Skip to content

Commit de149b0

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 29999 b: refs/heads/autosynth-vision c: 9285b8d h: refs/heads/master i: 29997: 474eed2 29995: a16b4b5 29991: c9a080e 29983: ffacd8c
1 parent 32b49b8 commit de149b0

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
@@ -116,7 +116,7 @@ refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118118
refs/heads/autosynth-video-intelligence: 446556ef9bbe1a1fa6f18e1ca3ce7e849d891f4b
119-
refs/heads/autosynth-vision: 13bdb60095bb894735b32a6b79d2a93d5f6fa17c
119+
refs/heads/autosynth-vision: 9285b8df8b826d4d2fc9fc866e4a8415bce21393
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea

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