Skip to content

Commit

Permalink
refactor: changes retry code in config (#404)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2554b21a-3dbe-4b83-a22f-6181e45c24bb/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 344845744
Source-Link: googleapis/googleapis@ff715bf
  • Loading branch information
yoshi-automation authored Dec 21, 2020
1 parent 6619e71 commit 4d27f23
Show file tree
Hide file tree
Showing 8 changed files with 3,201 additions and 3,211 deletions.
1,232 changes: 616 additions & 616 deletions packages/google-cloud-oslogin/protos/protos.d.ts

Large diffs are not rendered by default.

4,752 changes: 2,376 additions & 2,376 deletions packages/google-cloud-oslogin/protos/protos.js

Large diffs are not rendered by default.

384 changes: 192 additions & 192 deletions packages/google-cloud-oslogin/protos/protos.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,27 @@
},
"methods": {
"DeletePosixAccount": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetLoginProfile": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ImportSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"UpdateSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"../../protos/google/cloud/oslogin/common/common.proto",
"../../protos/google/cloud/oslogin/v1/oslogin.proto"
]
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,27 @@
},
"methods": {
"DeletePosixAccount": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"DeleteSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetLoginProfile": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"ImportSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"UpdateSshPublicKey": {
"timeout_millis": 10000,
"retry_codes_name": "idempotent",
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"../../protos/google/cloud/oslogin/common/common.proto",
"../../protos/google/cloud/oslogin/v1beta/oslogin.proto"
]
6 changes: 3 additions & 3 deletions packages/google-cloud-oslogin/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-os-login.git",
"sha": "e2547a90031a46a4ad044318c26c160d8fb04ff6"
"sha": "fc5bef388545dfa48efa27a3ea9620ccbf8d0d86"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
"internalRef": "343187793"
"sha": "ff715bf31a53a32d0901564f0a277ea25ed1b628",
"internalRef": "344845744"
}
},
{
Expand Down

0 comments on commit 4d27f23

Please sign in to comment.