Skip to content

Commit

Permalink
feat: add RPC retry information for MacSign, MacVerify, and GenerateR…
Browse files Browse the repository at this point in the history
…andomBytes Committer: @bdhess (#506)

* feat: add RPC retry information for MacSign, MacVerify, and GenerateRandomBytes Committer: @bdhess

PiperOrigin-RevId: 399925901

Source-Link: googleapis/googleapis@ae7e399

Source-Link: googleapis/googleapis-gen@3a81285
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2E4MTI4NTI4Y2VkZGJhMGMxNzc1NDAxZWVmNTdlY2I1ODJkYjM1MCJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 1, 2021
1 parent 3033d3c commit 9dd1317
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,18 @@
"retry_params_name": "default"
},
"MacSign": {
"retry_codes_name": "non_idempotent",
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"MacVerify": {
"retry_codes_name": "non_idempotent",
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"GenerateRandomBytes": {
"retry_codes_name": "non_idempotent",
"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_params_name": "default"
}
}
Expand Down

0 comments on commit 9dd1317

Please sign in to comment.