|
23 | 23 | "retry_params_name": "default",
|
24 | 24 | },
|
25 | 25 | "GetQueue": {
|
26 |
| - "timeout_millis": 10000, |
| 26 | + "timeout_millis": 60000, |
27 | 27 | "retry_codes_name": "idempotent",
|
28 | 28 | "retry_params_name": "default",
|
29 | 29 | },
|
30 | 30 | "CreateQueue": {
|
31 |
| - "timeout_millis": 10000, |
| 31 | + "timeout_millis": 60000, |
32 | 32 | "retry_codes_name": "non_idempotent",
|
33 | 33 | "retry_params_name": "default",
|
34 | 34 | },
|
35 | 35 | "UpdateQueue": {
|
36 |
| - "timeout_millis": 10000, |
| 36 | + "timeout_millis": 60000, |
37 | 37 | "retry_codes_name": "non_idempotent",
|
38 | 38 | "retry_params_name": "default",
|
39 | 39 | },
|
40 | 40 | "DeleteQueue": {
|
41 |
| - "timeout_millis": 10000, |
42 |
| - "retry_codes_name": "idempotent", |
| 41 | + "timeout_millis": 60000, |
| 42 | + "retry_codes_name": "non_idempotent", |
43 | 43 | "retry_params_name": "default",
|
44 | 44 | },
|
45 | 45 | "PurgeQueue": {
|
46 |
| - "timeout_millis": 10000, |
| 46 | + "timeout_millis": 60000, |
47 | 47 | "retry_codes_name": "non_idempotent",
|
48 | 48 | "retry_params_name": "default",
|
49 | 49 | },
|
50 | 50 | "PauseQueue": {
|
51 |
| - "timeout_millis": 10000, |
| 51 | + "timeout_millis": 60000, |
52 | 52 | "retry_codes_name": "non_idempotent",
|
53 | 53 | "retry_params_name": "default",
|
54 | 54 | },
|
55 | 55 | "ResumeQueue": {
|
56 |
| - "timeout_millis": 10000, |
| 56 | + "timeout_millis": 60000, |
57 | 57 | "retry_codes_name": "non_idempotent",
|
58 | 58 | "retry_params_name": "default",
|
59 | 59 | },
|
60 | 60 | "GetIamPolicy": {
|
61 |
| - "timeout_millis": 10000, |
62 |
| - "retry_codes_name": "idempotent", |
| 61 | + "timeout_millis": 60000, |
| 62 | + "retry_codes_name": "non_idempotent", |
63 | 63 | "retry_params_name": "default",
|
64 | 64 | },
|
65 | 65 | "SetIamPolicy": {
|
66 |
| - "timeout_millis": 10000, |
| 66 | + "timeout_millis": 60000, |
67 | 67 | "retry_codes_name": "non_idempotent",
|
68 | 68 | "retry_params_name": "default",
|
69 | 69 | },
|
70 | 70 | "TestIamPermissions": {
|
71 |
| - "timeout_millis": 10000, |
72 |
| - "retry_codes_name": "idempotent", |
| 71 | + "timeout_millis": 60000, |
| 72 | + "retry_codes_name": "non_idempotent", |
73 | 73 | "retry_params_name": "default",
|
74 | 74 | },
|
75 | 75 | "ListTasks": {
|
76 |
| - "timeout_millis": 10000, |
| 76 | + "timeout_millis": 60000, |
77 | 77 | "retry_codes_name": "idempotent",
|
78 | 78 | "retry_params_name": "default",
|
79 | 79 | },
|
80 | 80 | "GetTask": {
|
81 |
| - "timeout_millis": 10000, |
| 81 | + "timeout_millis": 60000, |
82 | 82 | "retry_codes_name": "idempotent",
|
83 | 83 | "retry_params_name": "default",
|
84 | 84 | },
|
85 | 85 | "CreateTask": {
|
86 |
| - "timeout_millis": 10000, |
| 86 | + "timeout_millis": 60000, |
87 | 87 | "retry_codes_name": "non_idempotent",
|
88 | 88 | "retry_params_name": "default",
|
89 | 89 | },
|
90 | 90 | "DeleteTask": {
|
91 |
| - "timeout_millis": 10000, |
92 |
| - "retry_codes_name": "idempotent", |
| 91 | + "timeout_millis": 60000, |
| 92 | + "retry_codes_name": "non_idempotent", |
93 | 93 | "retry_params_name": "default",
|
94 | 94 | },
|
95 | 95 | "RunTask": {
|
96 |
| - "timeout_millis": 10000, |
| 96 | + "timeout_millis": 60000, |
97 | 97 | "retry_codes_name": "non_idempotent",
|
98 | 98 | "retry_params_name": "default",
|
99 | 99 | },
|
|
0 commit comments