|
2 | 2 | "interfaces": { |
3 | 3 | "google.cloud.datacatalog.v1.DataCatalog": { |
4 | 4 | "retry_codes": { |
5 | | - "idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"], |
6 | | - "non_idempotent": [], |
| 5 | + "retry_policy_1_codes": ["UNAVAILABLE"], |
| 6 | + "no_retry_codes": [], |
| 7 | + "no_retry_1_codes": [], |
7 | 8 | }, |
8 | 9 | "retry_params": { |
9 | | - "default": { |
| 10 | + "retry_policy_1_params": { |
10 | 11 | "initial_retry_delay_millis": 100, |
11 | 12 | "retry_delay_multiplier": 1.3, |
12 | 13 | "max_retry_delay_millis": 60000, |
13 | | - "initial_rpc_timeout_millis": 20000, |
| 14 | + "initial_rpc_timeout_millis": 60000, |
14 | 15 | "rpc_timeout_multiplier": 1.0, |
15 | | - "max_rpc_timeout_millis": 20000, |
16 | | - "total_timeout_millis": 600000, |
17 | | - } |
| 16 | + "max_rpc_timeout_millis": 60000, |
| 17 | + "total_timeout_millis": 60000, |
| 18 | + }, |
| 19 | + "no_retry_params": { |
| 20 | + "initial_retry_delay_millis": 0, |
| 21 | + "retry_delay_multiplier": 0.0, |
| 22 | + "max_retry_delay_millis": 0, |
| 23 | + "initial_rpc_timeout_millis": 0, |
| 24 | + "rpc_timeout_multiplier": 1.0, |
| 25 | + "max_rpc_timeout_millis": 0, |
| 26 | + "total_timeout_millis": 0, |
| 27 | + }, |
| 28 | + "no_retry_1_params": { |
| 29 | + "initial_retry_delay_millis": 0, |
| 30 | + "retry_delay_multiplier": 0.0, |
| 31 | + "max_retry_delay_millis": 0, |
| 32 | + "initial_rpc_timeout_millis": 60000, |
| 33 | + "rpc_timeout_multiplier": 1.0, |
| 34 | + "max_rpc_timeout_millis": 60000, |
| 35 | + "total_timeout_millis": 60000, |
| 36 | + }, |
18 | 37 | }, |
19 | 38 | "methods": { |
20 | 39 | "SearchCatalog": { |
21 | 40 | "timeout_millis": 60000, |
22 | | - "retry_codes_name": "non_idempotent", |
23 | | - "retry_params_name": "default", |
| 41 | + "retry_codes_name": "retry_policy_1_codes", |
| 42 | + "retry_params_name": "retry_policy_1_params", |
24 | 43 | }, |
25 | 44 | "CreateEntryGroup": { |
26 | 45 | "timeout_millis": 60000, |
27 | | - "retry_codes_name": "non_idempotent", |
28 | | - "retry_params_name": "default", |
| 46 | + "retry_codes_name": "no_retry_1_codes", |
| 47 | + "retry_params_name": "no_retry_1_params", |
29 | 48 | }, |
30 | 49 | "GetEntryGroup": { |
31 | 50 | "timeout_millis": 60000, |
32 | | - "retry_codes_name": "idempotent", |
33 | | - "retry_params_name": "default", |
| 51 | + "retry_codes_name": "retry_policy_1_codes", |
| 52 | + "retry_params_name": "retry_policy_1_params", |
34 | 53 | }, |
35 | 54 | "UpdateEntryGroup": { |
36 | 55 | "timeout_millis": 60000, |
37 | | - "retry_codes_name": "non_idempotent", |
38 | | - "retry_params_name": "default", |
| 56 | + "retry_codes_name": "no_retry_1_codes", |
| 57 | + "retry_params_name": "no_retry_1_params", |
39 | 58 | }, |
40 | 59 | "DeleteEntryGroup": { |
41 | 60 | "timeout_millis": 60000, |
42 | | - "retry_codes_name": "non_idempotent", |
43 | | - "retry_params_name": "default", |
| 61 | + "retry_codes_name": "no_retry_1_codes", |
| 62 | + "retry_params_name": "no_retry_1_params", |
44 | 63 | }, |
45 | 64 | "ListEntryGroups": { |
46 | 65 | "timeout_millis": 60000, |
47 | | - "retry_codes_name": "idempotent", |
48 | | - "retry_params_name": "default", |
| 66 | + "retry_codes_name": "retry_policy_1_codes", |
| 67 | + "retry_params_name": "retry_policy_1_params", |
49 | 68 | }, |
50 | 69 | "CreateEntry": { |
51 | 70 | "timeout_millis": 60000, |
52 | | - "retry_codes_name": "non_idempotent", |
53 | | - "retry_params_name": "default", |
| 71 | + "retry_codes_name": "no_retry_1_codes", |
| 72 | + "retry_params_name": "no_retry_1_params", |
54 | 73 | }, |
55 | 74 | "UpdateEntry": { |
56 | 75 | "timeout_millis": 60000, |
57 | | - "retry_codes_name": "non_idempotent", |
58 | | - "retry_params_name": "default", |
| 76 | + "retry_codes_name": "no_retry_1_codes", |
| 77 | + "retry_params_name": "no_retry_1_params", |
59 | 78 | }, |
60 | 79 | "DeleteEntry": { |
61 | 80 | "timeout_millis": 60000, |
62 | | - "retry_codes_name": "non_idempotent", |
63 | | - "retry_params_name": "default", |
| 81 | + "retry_codes_name": "no_retry_1_codes", |
| 82 | + "retry_params_name": "no_retry_1_params", |
64 | 83 | }, |
65 | 84 | "GetEntry": { |
66 | 85 | "timeout_millis": 60000, |
67 | | - "retry_codes_name": "idempotent", |
68 | | - "retry_params_name": "default", |
| 86 | + "retry_codes_name": "retry_policy_1_codes", |
| 87 | + "retry_params_name": "retry_policy_1_params", |
69 | 88 | }, |
70 | 89 | "LookupEntry": { |
71 | 90 | "timeout_millis": 60000, |
72 | | - "retry_codes_name": "idempotent", |
73 | | - "retry_params_name": "default", |
| 91 | + "retry_codes_name": "retry_policy_1_codes", |
| 92 | + "retry_params_name": "retry_policy_1_params", |
74 | 93 | }, |
75 | 94 | "ListEntries": { |
76 | 95 | "timeout_millis": 60000, |
77 | | - "retry_codes_name": "idempotent", |
78 | | - "retry_params_name": "default", |
| 96 | + "retry_codes_name": "retry_policy_1_codes", |
| 97 | + "retry_params_name": "retry_policy_1_params", |
79 | 98 | }, |
80 | 99 | "CreateTagTemplate": { |
81 | 100 | "timeout_millis": 60000, |
82 | | - "retry_codes_name": "non_idempotent", |
83 | | - "retry_params_name": "default", |
| 101 | + "retry_codes_name": "no_retry_1_codes", |
| 102 | + "retry_params_name": "no_retry_1_params", |
84 | 103 | }, |
85 | 104 | "GetTagTemplate": { |
86 | 105 | "timeout_millis": 60000, |
87 | | - "retry_codes_name": "idempotent", |
88 | | - "retry_params_name": "default", |
| 106 | + "retry_codes_name": "no_retry_1_codes", |
| 107 | + "retry_params_name": "no_retry_1_params", |
89 | 108 | }, |
90 | 109 | "UpdateTagTemplate": { |
91 | 110 | "timeout_millis": 60000, |
92 | | - "retry_codes_name": "non_idempotent", |
93 | | - "retry_params_name": "default", |
| 111 | + "retry_codes_name": "no_retry_1_codes", |
| 112 | + "retry_params_name": "no_retry_1_params", |
94 | 113 | }, |
95 | 114 | "DeleteTagTemplate": { |
96 | 115 | "timeout_millis": 60000, |
97 | | - "retry_codes_name": "non_idempotent", |
98 | | - "retry_params_name": "default", |
| 116 | + "retry_codes_name": "no_retry_1_codes", |
| 117 | + "retry_params_name": "no_retry_1_params", |
99 | 118 | }, |
100 | 119 | "CreateTagTemplateField": { |
101 | 120 | "timeout_millis": 60000, |
102 | | - "retry_codes_name": "non_idempotent", |
103 | | - "retry_params_name": "default", |
| 121 | + "retry_codes_name": "no_retry_1_codes", |
| 122 | + "retry_params_name": "no_retry_1_params", |
104 | 123 | }, |
105 | 124 | "UpdateTagTemplateField": { |
106 | 125 | "timeout_millis": 60000, |
107 | | - "retry_codes_name": "non_idempotent", |
108 | | - "retry_params_name": "default", |
| 126 | + "retry_codes_name": "no_retry_1_codes", |
| 127 | + "retry_params_name": "no_retry_1_params", |
109 | 128 | }, |
110 | 129 | "RenameTagTemplateField": { |
111 | 130 | "timeout_millis": 60000, |
112 | | - "retry_codes_name": "non_idempotent", |
113 | | - "retry_params_name": "default", |
| 131 | + "retry_codes_name": "no_retry_1_codes", |
| 132 | + "retry_params_name": "no_retry_1_params", |
114 | 133 | }, |
115 | 134 | "DeleteTagTemplateField": { |
116 | 135 | "timeout_millis": 60000, |
117 | | - "retry_codes_name": "non_idempotent", |
118 | | - "retry_params_name": "default", |
| 136 | + "retry_codes_name": "no_retry_1_codes", |
| 137 | + "retry_params_name": "no_retry_1_params", |
119 | 138 | }, |
120 | 139 | "CreateTag": { |
121 | 140 | "timeout_millis": 60000, |
122 | | - "retry_codes_name": "non_idempotent", |
123 | | - "retry_params_name": "default", |
| 141 | + "retry_codes_name": "no_retry_1_codes", |
| 142 | + "retry_params_name": "no_retry_1_params", |
124 | 143 | }, |
125 | 144 | "UpdateTag": { |
126 | 145 | "timeout_millis": 60000, |
127 | | - "retry_codes_name": "non_idempotent", |
128 | | - "retry_params_name": "default", |
| 146 | + "retry_codes_name": "no_retry_1_codes", |
| 147 | + "retry_params_name": "no_retry_1_params", |
129 | 148 | }, |
130 | 149 | "DeleteTag": { |
131 | 150 | "timeout_millis": 60000, |
132 | | - "retry_codes_name": "non_idempotent", |
133 | | - "retry_params_name": "default", |
| 151 | + "retry_codes_name": "no_retry_1_codes", |
| 152 | + "retry_params_name": "no_retry_1_params", |
134 | 153 | }, |
135 | 154 | "ListTags": { |
136 | 155 | "timeout_millis": 60000, |
137 | | - "retry_codes_name": "idempotent", |
138 | | - "retry_params_name": "default", |
| 156 | + "retry_codes_name": "retry_policy_1_codes", |
| 157 | + "retry_params_name": "retry_policy_1_params", |
139 | 158 | }, |
140 | 159 | "SetIamPolicy": { |
141 | 160 | "timeout_millis": 60000, |
142 | | - "retry_codes_name": "non_idempotent", |
143 | | - "retry_params_name": "default", |
| 161 | + "retry_codes_name": "no_retry_1_codes", |
| 162 | + "retry_params_name": "no_retry_1_params", |
144 | 163 | }, |
145 | 164 | "GetIamPolicy": { |
146 | 165 | "timeout_millis": 60000, |
147 | | - "retry_codes_name": "non_idempotent", |
148 | | - "retry_params_name": "default", |
| 166 | + "retry_codes_name": "retry_policy_1_codes", |
| 167 | + "retry_params_name": "retry_policy_1_params", |
149 | 168 | }, |
150 | 169 | "TestIamPermissions": { |
151 | 170 | "timeout_millis": 60000, |
152 | | - "retry_codes_name": "non_idempotent", |
153 | | - "retry_params_name": "default", |
| 171 | + "retry_codes_name": "no_retry_1_codes", |
| 172 | + "retry_params_name": "no_retry_1_params", |
154 | 173 | }, |
155 | 174 | }, |
156 | 175 | } |
|
0 commit comments