Skip to content

Commit

Permalink
fix: updating the v1 retry params name for ListInsights, GetInsight, …
Browse files Browse the repository at this point in the history
…and MarkInsightAccepted. (#128)

PiperOrigin-RevId: 339319071

Source-Author: Google APIs <[email protected]>
Source-Date: Tue Oct 27 13:36:00 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 9bdc6e729faad989b2a6c3994281b8304908f32c
Source-Link: googleapis/googleapis@9bdc6e7
  • Loading branch information
yoshi-automation authored Oct 29, 2020
1 parent 83a2a5b commit 3ed6039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
},
"methods": {
"ListInsights": {
"retry_codes_name": "non_idempotent",
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"GetInsight": {
"retry_codes_name": "non_idempotent",
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"MarkInsightAccepted": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-recommender/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-recommender.git",
"sha": "802b53f95ff1ee68c63f8f4143c2df368a020cc6"
"sha": "d525e829f01bb746aade57e7eb95573ef19f5d08"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "4c5071b615d96ef9dfd6a63d8429090f1f2872bb",
"internalRef": "327369997"
"sha": "9bdc6e729faad989b2a6c3994281b8304908f32c",
"internalRef": "339319071"
}
},
{
Expand Down

0 comments on commit 3ed6039

Please sign in to comment.