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

Commit

Permalink
fix: indicate that Encrypt, Decrypt, AsymmetricDecrypt, AsymmetricSig…
Browse files Browse the repository at this point in the history
…n are idempotent, such that they're retried
  • Loading branch information
yoshi-automation authored and bcoe committed May 7, 2019
1 parent bc3b298 commit 122b3f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/v1/key_management_service_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
},
"Encrypt": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"Decrypt": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"UpdateCryptoKeyPrimaryVersion": {
Expand All @@ -107,12 +107,12 @@
},
"AsymmetricDecrypt": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"AsymmetricSign": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "idempotent",
"retry_params_name": "default"
},
"SetIamPolicy": {
Expand Down
12 changes: 6 additions & 6 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"updateTime": "2019-03-12T11:16:47.623057Z",
"updateTime": "2019-04-16T11:16:46.228726Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.16",
"dockerImage": "googleapis/artman@sha256:30babbfce7f05a62b1892c63c575aa2c8c502eb4bcc8f3bb90ec83e955d5d319"
"version": "0.16.25",
"dockerImage": "googleapis/artman@sha256:d9597f983d1d4e61272c63cb97b7d8f8234da9999526c35d357de3d781f0ec1b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "abd1c9a99c5cd7179d8e5e0c8d4c8e761054cc78",
"internalRef": "237945492"
"sha": "b7f88d8827df8a78e1bb1d56b0f56a1bc23c6359",
"internalRef": "243675277"
}
},
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2019.2.26"
"version": "2019.4.10"
}
}
],
Expand Down

0 comments on commit 122b3f8

Please sign in to comment.