Skip to content

Commit fae5dcc

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: DEADLINE_EXCEEDED is idempotent (#351)
1 parent c18c6fe commit fae5dcc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/google-cloud-node/src/v1/speech_client_config.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"google.cloud.speech.v1.Speech": {
44
"retry_codes": {
55
"idempotent": [
6+
"DEADLINE_EXCEEDED",
67
"UNAVAILABLE"
78
],
89
"non_idempotent": []

packages/google-cloud-node/src/v1p1beta1/speech_client_config.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"google.cloud.speech.v1p1beta1.Speech": {
44
"retry_codes": {
55
"idempotent": [
6+
"DEADLINE_EXCEEDED",
67
"UNAVAILABLE"
78
],
89
"non_idempotent": []

packages/google-cloud-node/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-08T12:08:27.410124Z",
2+
"updateTime": "2019-05-10T12:13:39.301828Z",
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)