Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit affbbd1

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: DEADLINE_EXCEEDED is idempotent (#224)
1 parent 9e5baee commit affbbd1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/v1/text_to_speech_client_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"google.cloud.texttospeech.v1.TextToSpeech": {
44
"retry_codes": {
55
"idempotent": [
6+
"DEADLINE_EXCEEDED",
67
"UNAVAILABLE"
78
],
89
"non_idempotent": []

src/v1beta1/text_to_speech_client_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"google.cloud.texttospeech.v1beta1.TextToSpeech": {
44
"retry_codes": {
55
"idempotent": [
6+
"DEADLINE_EXCEEDED",
67
"UNAVAILABLE"
78
],
89
"non_idempotent": []

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-08T12:11:05.578097Z",
2+
"updateTime": "2019-05-10T12:16:10.906134Z",
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)