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

Commit

Permalink
fix(regen): deleteQueue marked as idempotent for retry settings (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 13, 2020
1 parent 3e74646 commit 2782770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -606,7 +606,7 @@ private static Builder initDefaults(Builder builder) {

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

builder
Expand Down
Expand Up @@ -556,7 +556,7 @@ private static Builder initDefaults(Builder builder) {

builder
.deleteQueueSettings()
.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": "2020-01-09T09:07:17.447487Z",
"updateTime": "2020-01-11T09:06:27.353071Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6ace586805c08896fef43e28a261337fcf3f022b",
"internalRef": "288783603"
"sha": "b08714b378e8e5b0c4ecdde73f92c36d6303b4b6",
"internalRef": "289189004"
}
},
{
Expand Down

0 comments on commit 2782770

Please sign in to comment.