Skip to content

Commit 79b4c58

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate speech client (googleapis#5781)
1 parent 609cdd0 commit 79b4c58

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

google-cloud-clients/google-cloud-speech/src/main/java/com/google/cloud/speech/v1/stub/SpeechStubSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private static Builder initDefaults(Builder builder) {
287287
.setInitialCallSettings(
288288
UnaryCallSettings
289289
.<LongRunningRecognizeRequest, OperationSnapshot>newUnaryCallSettingsBuilder()
290-
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
290+
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
291291
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"))
292292
.build())
293293
.setResponseTransformer(

google-cloud-clients/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/stub/SpeechStubSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ private static Builder initDefaults(Builder builder) {
287287
.setInitialCallSettings(
288288
UnaryCallSettings
289289
.<LongRunningRecognizeRequest, OperationSnapshot>newUnaryCallSettingsBuilder()
290-
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
290+
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
291291
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"))
292292
.build())
293293
.setResponseTransformer(

google-cloud-clients/google-cloud-speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-27T07:54:55.815171Z",
2+
"updateTime": "2019-07-19T07:58:08.107049Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.29.1",
8-
"dockerImage": "googleapis/artman@sha256:b2a73f4dda03ef8fcaa973e3ba26d0cf34091f6c22c70add663af325931aef4d"
7+
"version": "0.30.1",
8+
"dockerImage": "googleapis/artman@sha256:f1a2e851e5e012c59e1da4125480bb19878f86a4e7fac4f375f2e819956b5aa3"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f46206aff84f4b2cde590f1e0791112214f07080",
16-
"internalRef": "255318896"
15+
"sha": "f78612e8d008b9678252da84c035da12e92c0093",
16+
"internalRef": "258869625"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)