|
21 | 21 | },
|
22 | 22 | "methods": {
|
23 | 23 | "ExportAssets": {
|
| 24 | + "timeout_millis": 60000, |
24 | 25 | "retry_codes_name": "non_idempotent",
|
25 | 26 | "retry_params_name": "default"
|
26 | 27 | },
|
27 | 28 | "BatchGetAssetsHistory": {
|
28 |
| - "retry_codes_name": "non_idempotent", |
| 29 | + "timeout_millis": 60000, |
| 30 | + "retry_codes_name": "idempotent", |
29 | 31 | "retry_params_name": "default"
|
30 | 32 | },
|
31 | 33 | "CreateFeed": {
|
| 34 | + "timeout_millis": 60000, |
32 | 35 | "retry_codes_name": "non_idempotent",
|
33 | 36 | "retry_params_name": "default"
|
34 | 37 | },
|
35 | 38 | "GetFeed": {
|
36 |
| - "retry_codes_name": "non_idempotent", |
| 39 | + "timeout_millis": 60000, |
| 40 | + "retry_codes_name": "idempotent", |
37 | 41 | "retry_params_name": "default"
|
38 | 42 | },
|
39 | 43 | "ListFeeds": {
|
40 |
| - "retry_codes_name": "non_idempotent", |
| 44 | + "timeout_millis": 60000, |
| 45 | + "retry_codes_name": "idempotent", |
41 | 46 | "retry_params_name": "default"
|
42 | 47 | },
|
43 | 48 | "UpdateFeed": {
|
| 49 | + "timeout_millis": 60000, |
44 | 50 | "retry_codes_name": "non_idempotent",
|
45 | 51 | "retry_params_name": "default"
|
46 | 52 | },
|
47 | 53 | "DeleteFeed": {
|
48 |
| - "retry_codes_name": "non_idempotent", |
| 54 | + "timeout_millis": 60000, |
| 55 | + "retry_codes_name": "idempotent", |
49 | 56 | "retry_params_name": "default"
|
50 | 57 | },
|
51 | 58 | "SearchAllResources": {
|
52 |
| - "retry_codes_name": "non_idempotent", |
| 59 | + "timeout_millis": 15000, |
| 60 | + "retry_codes_name": "idempotent", |
53 | 61 | "retry_params_name": "default"
|
54 | 62 | },
|
55 | 63 | "SearchAllIamPolicies": {
|
56 |
| - "retry_codes_name": "non_idempotent", |
| 64 | + "timeout_millis": 15000, |
| 65 | + "retry_codes_name": "idempotent", |
57 | 66 | "retry_params_name": "default"
|
58 | 67 | }
|
59 | 68 | }
|
|
0 commit comments