Skip to content

Commit dd2e3bc

Browse files
yoshi-automationbusunkim96
authored andcommitted
[CHANGE ME] Re-generated speech to pick up changes in the API or client library generator. (googleapis#7939)
1 parent 24b055b commit dd2e3bc

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

speech/google/cloud/speech_v1/gapic/speech_client_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
config = {
22
"interfaces": {
33
"google.cloud.speech.v1.Speech": {
4-
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
4+
"retry_codes": {
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"non_idempotent": [],
7+
},
58
"retry_params": {
69
"default": {
710
"initial_retry_delay_millis": 100,

speech/google/cloud/speech_v1p1beta1/gapic/speech_client_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
config = {
22
"interfaces": {
33
"google.cloud.speech.v1p1beta1.Speech": {
4-
"retry_codes": {"idempotent": ["UNAVAILABLE"], "non_idempotent": []},
4+
"retry_codes": {
5+
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"non_idempotent": [],
7+
},
58
"retry_params": {
69
"default": {
710
"initial_retry_delay_millis": 100,

speech/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:25:33.092321Z",
2+
"updateTime": "2019-05-10T12:36:34.249538Z",
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)