Navigation Menu

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

Commit

Permalink
fix(regen): speech recognize marked as an idempotent method for retry (
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 21, 2019
1 parent c0e747e commit 7b621c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -277,7 +277,7 @@ private static Builder initDefaults(Builder builder) {

builder
.recognizeSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));

builder
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-19T19:58:50.713609Z",
"updateTime": "2019-11-21T08:53:48.781511Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5af83f47b9656261cafcf88b0b3334521ab266b3",
"internalRef": "281334391"
"sha": "5bc0fecee454f857cec042fb99fe2d22e1bff5bc",
"internalRef": "281635572"
}
},
{
Expand Down

0 comments on commit 7b621c8

Please sign in to comment.