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

Commit

Permalink
fix: DEADLINE_EXCEEDED is idempotent (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 10, 2019
1 parent 9e5baee commit affbbd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/v1/text_to_speech_client_config.json
Expand Up @@ -3,6 +3,7 @@
"google.cloud.texttospeech.v1.TextToSpeech": {
"retry_codes": {
"idempotent": [

This comment has been minimized.

Copy link
@happys33

happys33 Oct 4, 2019

DEADLINE_EXCEEDED",

"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
"non_idempotent": []
Expand Down
1 change: 1 addition & 0 deletions src/v1beta1/text_to_speech_client_config.json
Expand Up @@ -3,6 +3,7 @@
"google.cloud.texttospeech.v1beta1.TextToSpeech": {
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"

This comment has been minimized.

Copy link
@happys33

happys33 Oct 4, 2019

"DEADLINE_EXCEEDED

],
"non_idempotent": []
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-08T12:11:05.578097Z",

This comment has been minimized.

Copy link
@happys33

happys33 Oct 4, 2019

"updateTime": "2019-05-10T12:16:10.906134Z",

"updateTime": "2019-05-10T12:16:10.906134Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "51145ff7812d2bb44c1219d0b76dac92a8bd94b2",
"internalRef": "247143125"
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
"internalRef": "247530843"
}
},
{
Expand Down

1 comment on commit affbbd1

@happys33
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

07883be5bf3c3233095e99d8e92b8094f5d7084a

247530843

Please sign in to comment.