Skip to content

Commit e6d4cfe

Browse files
refactor: changes retry code in config (#404)
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
1 parent 7b0a71a commit e6d4cfe

8 files changed

+3201
-3211
lines changed

packages/google-cloud-oslogin/protos/protos.d.ts

+616-616
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-oslogin/protos/protos.js

+2,376-2,376
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-oslogin/protos/protos.json

+192-192
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-oslogin/src/v1/os_login_service_client_config.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,27 @@
2121
},
2222
"methods": {
2323
"DeletePosixAccount": {
24-
"timeout_millis": 10000,
25-
"retry_codes_name": "idempotent",
24+
"retry_codes_name": "non_idempotent",
2625
"retry_params_name": "default"
2726
},
2827
"DeleteSshPublicKey": {
29-
"timeout_millis": 10000,
30-
"retry_codes_name": "idempotent",
28+
"retry_codes_name": "non_idempotent",
3129
"retry_params_name": "default"
3230
},
3331
"GetLoginProfile": {
34-
"timeout_millis": 10000,
35-
"retry_codes_name": "idempotent",
32+
"retry_codes_name": "non_idempotent",
3633
"retry_params_name": "default"
3734
},
3835
"GetSshPublicKey": {
39-
"timeout_millis": 10000,
40-
"retry_codes_name": "idempotent",
36+
"retry_codes_name": "non_idempotent",
4137
"retry_params_name": "default"
4238
},
4339
"ImportSshPublicKey": {
44-
"timeout_millis": 10000,
45-
"retry_codes_name": "idempotent",
40+
"retry_codes_name": "non_idempotent",
4641
"retry_params_name": "default"
4742
},
4843
"UpdateSshPublicKey": {
49-
"timeout_millis": 10000,
50-
"retry_codes_name": "idempotent",
44+
"retry_codes_name": "non_idempotent",
5145
"retry_params_name": "default"
5246
}
5347
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[
2+
"../../protos/google/cloud/oslogin/common/common.proto",
23
"../../protos/google/cloud/oslogin/v1/oslogin.proto"
34
]

packages/google-cloud-oslogin/src/v1beta/os_login_service_client_config.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,27 @@
2121
},
2222
"methods": {
2323
"DeletePosixAccount": {
24-
"timeout_millis": 10000,
25-
"retry_codes_name": "idempotent",
24+
"retry_codes_name": "non_idempotent",
2625
"retry_params_name": "default"
2726
},
2827
"DeleteSshPublicKey": {
29-
"timeout_millis": 10000,
30-
"retry_codes_name": "idempotent",
28+
"retry_codes_name": "non_idempotent",
3129
"retry_params_name": "default"
3230
},
3331
"GetLoginProfile": {
34-
"timeout_millis": 10000,
35-
"retry_codes_name": "idempotent",
32+
"retry_codes_name": "non_idempotent",
3633
"retry_params_name": "default"
3734
},
3835
"GetSshPublicKey": {
39-
"timeout_millis": 10000,
40-
"retry_codes_name": "idempotent",
36+
"retry_codes_name": "non_idempotent",
4137
"retry_params_name": "default"
4238
},
4339
"ImportSshPublicKey": {
44-
"timeout_millis": 10000,
45-
"retry_codes_name": "idempotent",
40+
"retry_codes_name": "non_idempotent",
4641
"retry_params_name": "default"
4742
},
4843
"UpdateSshPublicKey": {
49-
"timeout_millis": 10000,
50-
"retry_codes_name": "idempotent",
44+
"retry_codes_name": "non_idempotent",
5145
"retry_params_name": "default"
5246
}
5347
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[
2+
"../../protos/google/cloud/oslogin/common/common.proto",
23
"../../protos/google/cloud/oslogin/v1beta/oslogin.proto"
34
]

packages/google-cloud-oslogin/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-os-login.git",
7-
"sha": "e2547a90031a46a4ad044318c26c160d8fb04ff6"
7+
"sha": "fc5bef388545dfa48efa27a3ea9620ccbf8d0d86"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
15-
"internalRef": "343187793"
14+
"sha": "ff715bf31a53a32d0901564f0a277ea25ed1b628",
15+
"internalRef": "344845744"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)