@n8n-dev/n8n-nodes-googleapis-serviceusage 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +121 -0
- package/dist/banner.svg +112 -0
- package/dist/credentials/GoogleapisServiceusageApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisServiceusageApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisServiceusageApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-serviceusage.dark.png +0 -0
- package/dist/icons/googleapis-serviceusage.png +0 -0
- package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.d.ts +4 -0
- package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.js +61 -0
- package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.js.map +1 -0
- package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.json +20 -0
- package/dist/nodes/GoogleapisServiceusage/googleapis-serviceusage.dark.png +0 -0
- package/dist/nodes/GoogleapisServiceusage/googleapis-serviceusage.png +0 -0
- package/dist/nodes/GoogleapisServiceusage/resources/index.d.ts +2 -0
- package/dist/nodes/GoogleapisServiceusage/resources/index.js +8 -0
- package/dist/nodes/GoogleapisServiceusage/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisServiceusage/resources/operations/index.d.ts +2 -0
- package/dist/nodes/GoogleapisServiceusage/resources/operations/index.js +153 -0
- package/dist/nodes/GoogleapisServiceusage/resources/operations/index.js.map +1 -0
- package/dist/nodes/GoogleapisServiceusage/resources/services/index.d.ts +2 -0
- package/dist/nodes/GoogleapisServiceusage/resources/services/index.js +1910 -0
- package/dist/nodes/GoogleapisServiceusage/resources/services/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1910 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.servicesDescription = void 0;
|
|
4
|
+
exports.servicesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Services"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete",
|
|
20
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete",
|
|
21
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete",
|
|
22
|
+
"description": "Deletes a consumer override.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "DELETE",
|
|
26
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Get",
|
|
32
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Get",
|
|
33
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Get",
|
|
34
|
+
"description": "Retrieves a summary of quota information for a specific quota limit.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch",
|
|
44
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch",
|
|
45
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch",
|
|
46
|
+
"description": "Updates a consumer override.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "PATCH",
|
|
50
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Serviceusage Services Disable",
|
|
56
|
+
"value": "Serviceusage Services Disable",
|
|
57
|
+
"action": "Serviceusage Services Disable",
|
|
58
|
+
"description": "Disables a service so that it can no longer be used with a project. This prevents unintended usage that may cause unexpected billing charges or security leaks. It is not valid to call the disable method on a service that is not currently enabled. Callers will receive a `FAILED_PRECONDITION` status if the target service is not currently enabled. Operation response type: `google.protobuf.Empty`",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}:disable"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Serviceusage Services Enable",
|
|
68
|
+
"value": "Serviceusage Services Enable",
|
|
69
|
+
"action": "Serviceusage Services Enable",
|
|
70
|
+
"description": "Enables a service so that it can be used with a project. Operation response type: `google.protobuf.Empty`",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}:enable"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List",
|
|
80
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List",
|
|
81
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List",
|
|
82
|
+
"description": "Lists all admin overrides on this limit.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/adminOverrides"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create",
|
|
92
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create",
|
|
93
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create",
|
|
94
|
+
"description": "Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "POST",
|
|
98
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/adminOverrides"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List",
|
|
104
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List",
|
|
105
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List",
|
|
106
|
+
"description": "Lists all consumer overrides on this limit.",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "GET",
|
|
110
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerOverrides"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create",
|
|
116
|
+
"value": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create",
|
|
117
|
+
"action": "Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create",
|
|
118
|
+
"description": "Creates a consumer override. A consumer override is applied to the consumer on its own authority to limit its own quota usage. Consumer overrides cannot be used to grant more quota than would be allowed by admin overrides, producer overrides, or the default limit of the service.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "POST",
|
|
122
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerOverrides"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Serviceusage Services Consumer Quota Metrics List",
|
|
128
|
+
"value": "Serviceusage Services Consumer Quota Metrics List",
|
|
129
|
+
"action": "Serviceusage Services Consumer Quota Metrics List",
|
|
130
|
+
"description": "Retrieves a summary of all quota information visible to the service consumer, organized by service metric. Each metric includes information about all of its defined limits. Each limit includes the limit configuration (quota unit, preciseness, default value), the current effective limit value, and all of the overrides applied to the limit.",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "GET",
|
|
134
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerQuotaMetrics"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Serviceusage Services Consumer Quota Metrics Import Admin Overrides",
|
|
140
|
+
"value": "Serviceusage Services Consumer Quota Metrics Import Admin Overrides",
|
|
141
|
+
"action": "Serviceusage Services Consumer Quota Metrics Import Admin Overrides",
|
|
142
|
+
"description": "Creates or updates multiple admin overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "POST",
|
|
146
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerQuotaMetrics:importAdminOverrides"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Serviceusage Services Consumer Quota Metrics Import Consumer Overrides",
|
|
152
|
+
"value": "Serviceusage Services Consumer Quota Metrics Import Consumer Overrides",
|
|
153
|
+
"action": "Serviceusage Services Consumer Quota Metrics Import Consumer Overrides",
|
|
154
|
+
"description": "Creates or updates multiple consumer overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "POST",
|
|
158
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerQuotaMetrics:importConsumerOverrides"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Serviceusage Services List",
|
|
164
|
+
"value": "Serviceusage Services List",
|
|
165
|
+
"action": "Serviceusage Services List",
|
|
166
|
+
"description": "Lists all services available to the specified project, and the current state of those services with respect to the project. The list includes all public services, all services for which the calling user has the `servicemanagement.services.bind` permission, and all services that have already been enabled on the project. The list can be filtered to only include services in a specific state, for example to only include services enabled on the project.",
|
|
167
|
+
"routing": {
|
|
168
|
+
"request": {
|
|
169
|
+
"method": "GET",
|
|
170
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/services"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Serviceusage Services Batch Enable",
|
|
176
|
+
"value": "Serviceusage Services Batch Enable",
|
|
177
|
+
"action": "Serviceusage Services Batch Enable",
|
|
178
|
+
"description": "Enables multiple services on a project. The operation is atomic: if enabling any service fails, then the entire batch fails, and no state changes occur. Operation response type: `google.protobuf.Empty`",
|
|
179
|
+
"routing": {
|
|
180
|
+
"request": {
|
|
181
|
+
"method": "POST",
|
|
182
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/services:batchEnable"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "Serviceusage Services Generate Service Identity",
|
|
188
|
+
"value": "Serviceusage Services Generate Service Identity",
|
|
189
|
+
"action": "Serviceusage Services Generate Service Identity",
|
|
190
|
+
"description": "Generates service identity for service.",
|
|
191
|
+
"routing": {
|
|
192
|
+
"request": {
|
|
193
|
+
"method": "POST",
|
|
194
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}:generateServiceIdentity"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"default": ""
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"displayName": "DELETE /v1beta1/{name}",
|
|
203
|
+
"name": "operation",
|
|
204
|
+
"type": "notice",
|
|
205
|
+
"typeOptions": {
|
|
206
|
+
"theme": "info"
|
|
207
|
+
},
|
|
208
|
+
"default": "",
|
|
209
|
+
"displayOptions": {
|
|
210
|
+
"show": {
|
|
211
|
+
"resource": [
|
|
212
|
+
"Services"
|
|
213
|
+
],
|
|
214
|
+
"operation": [
|
|
215
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete"
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"displayName": "Name",
|
|
222
|
+
"name": "name",
|
|
223
|
+
"required": true,
|
|
224
|
+
"description": "The resource name of the override to delete. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`",
|
|
225
|
+
"default": "",
|
|
226
|
+
"type": "string",
|
|
227
|
+
"displayOptions": {
|
|
228
|
+
"show": {
|
|
229
|
+
"resource": [
|
|
230
|
+
"Services"
|
|
231
|
+
],
|
|
232
|
+
"operation": [
|
|
233
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete"
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"displayName": "Force",
|
|
240
|
+
"name": "force",
|
|
241
|
+
"description": "Whether to force the deletion of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
242
|
+
"default": true,
|
|
243
|
+
"type": "boolean",
|
|
244
|
+
"routing": {
|
|
245
|
+
"send": {
|
|
246
|
+
"type": "query",
|
|
247
|
+
"property": "force",
|
|
248
|
+
"value": "={{ $value }}",
|
|
249
|
+
"propertyInDotNotation": false
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"displayOptions": {
|
|
253
|
+
"show": {
|
|
254
|
+
"resource": [
|
|
255
|
+
"Services"
|
|
256
|
+
],
|
|
257
|
+
"operation": [
|
|
258
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"displayName": "Force Only",
|
|
265
|
+
"name": "forceOnly",
|
|
266
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
267
|
+
"default": "[\n null\n]",
|
|
268
|
+
"type": "json",
|
|
269
|
+
"routing": {
|
|
270
|
+
"send": {
|
|
271
|
+
"type": "query",
|
|
272
|
+
"property": "forceOnly",
|
|
273
|
+
"value": "={{ $value }}",
|
|
274
|
+
"propertyInDotNotation": false
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"displayOptions": {
|
|
278
|
+
"show": {
|
|
279
|
+
"resource": [
|
|
280
|
+
"Services"
|
|
281
|
+
],
|
|
282
|
+
"operation": [
|
|
283
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Delete"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"displayName": "GET /v1beta1/{name}",
|
|
290
|
+
"name": "operation",
|
|
291
|
+
"type": "notice",
|
|
292
|
+
"typeOptions": {
|
|
293
|
+
"theme": "info"
|
|
294
|
+
},
|
|
295
|
+
"default": "",
|
|
296
|
+
"displayOptions": {
|
|
297
|
+
"show": {
|
|
298
|
+
"resource": [
|
|
299
|
+
"Services"
|
|
300
|
+
],
|
|
301
|
+
"operation": [
|
|
302
|
+
"Serviceusage Services Consumer Quota Metrics Limits Get"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"displayName": "Name",
|
|
309
|
+
"name": "name",
|
|
310
|
+
"required": true,
|
|
311
|
+
"description": "The resource name of the quota limit. Use the quota limit resource name returned by previous ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls.",
|
|
312
|
+
"default": "",
|
|
313
|
+
"type": "string",
|
|
314
|
+
"displayOptions": {
|
|
315
|
+
"show": {
|
|
316
|
+
"resource": [
|
|
317
|
+
"Services"
|
|
318
|
+
],
|
|
319
|
+
"operation": [
|
|
320
|
+
"Serviceusage Services Consumer Quota Metrics Limits Get"
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"displayName": "View",
|
|
327
|
+
"name": "view",
|
|
328
|
+
"description": "Specifies the level of detail for quota information in the response.",
|
|
329
|
+
"default": "QUOTA_VIEW_UNSPECIFIED",
|
|
330
|
+
"type": "options",
|
|
331
|
+
"options": [
|
|
332
|
+
{
|
|
333
|
+
"name": "QUOTA VIEW UNSPECIFIED",
|
|
334
|
+
"value": "QUOTA_VIEW_UNSPECIFIED"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "BASIC",
|
|
338
|
+
"value": "BASIC"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "FULL",
|
|
342
|
+
"value": "FULL"
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"routing": {
|
|
346
|
+
"send": {
|
|
347
|
+
"type": "query",
|
|
348
|
+
"property": "view",
|
|
349
|
+
"value": "={{ $value }}",
|
|
350
|
+
"propertyInDotNotation": false
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"displayOptions": {
|
|
354
|
+
"show": {
|
|
355
|
+
"resource": [
|
|
356
|
+
"Services"
|
|
357
|
+
],
|
|
358
|
+
"operation": [
|
|
359
|
+
"Serviceusage Services Consumer Quota Metrics Limits Get"
|
|
360
|
+
]
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"displayName": "PATCH /v1beta1/{name}",
|
|
366
|
+
"name": "operation",
|
|
367
|
+
"type": "notice",
|
|
368
|
+
"typeOptions": {
|
|
369
|
+
"theme": "info"
|
|
370
|
+
},
|
|
371
|
+
"default": "",
|
|
372
|
+
"displayOptions": {
|
|
373
|
+
"show": {
|
|
374
|
+
"resource": [
|
|
375
|
+
"Services"
|
|
376
|
+
],
|
|
377
|
+
"operation": [
|
|
378
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"displayName": "Name",
|
|
385
|
+
"name": "name",
|
|
386
|
+
"required": true,
|
|
387
|
+
"description": "The resource name of the override to update. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d`",
|
|
388
|
+
"default": "",
|
|
389
|
+
"type": "string",
|
|
390
|
+
"displayOptions": {
|
|
391
|
+
"show": {
|
|
392
|
+
"resource": [
|
|
393
|
+
"Services"
|
|
394
|
+
],
|
|
395
|
+
"operation": [
|
|
396
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
397
|
+
]
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"displayName": "Force",
|
|
403
|
+
"name": "force",
|
|
404
|
+
"description": "Whether to force the update of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
405
|
+
"default": true,
|
|
406
|
+
"type": "boolean",
|
|
407
|
+
"routing": {
|
|
408
|
+
"send": {
|
|
409
|
+
"type": "query",
|
|
410
|
+
"property": "force",
|
|
411
|
+
"value": "={{ $value }}",
|
|
412
|
+
"propertyInDotNotation": false
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"displayOptions": {
|
|
416
|
+
"show": {
|
|
417
|
+
"resource": [
|
|
418
|
+
"Services"
|
|
419
|
+
],
|
|
420
|
+
"operation": [
|
|
421
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
422
|
+
]
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"displayName": "Force Only",
|
|
428
|
+
"name": "forceOnly",
|
|
429
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
430
|
+
"default": "[\n null\n]",
|
|
431
|
+
"type": "json",
|
|
432
|
+
"routing": {
|
|
433
|
+
"send": {
|
|
434
|
+
"type": "query",
|
|
435
|
+
"property": "forceOnly",
|
|
436
|
+
"value": "={{ $value }}",
|
|
437
|
+
"propertyInDotNotation": false
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"displayOptions": {
|
|
441
|
+
"show": {
|
|
442
|
+
"resource": [
|
|
443
|
+
"Services"
|
|
444
|
+
],
|
|
445
|
+
"operation": [
|
|
446
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"displayName": "Update Mask",
|
|
453
|
+
"name": "updateMask",
|
|
454
|
+
"description": "Update only the specified fields of the override. If unset, all fields will be updated.",
|
|
455
|
+
"default": "",
|
|
456
|
+
"type": "string",
|
|
457
|
+
"routing": {
|
|
458
|
+
"send": {
|
|
459
|
+
"type": "query",
|
|
460
|
+
"property": "updateMask",
|
|
461
|
+
"value": "={{ $value }}",
|
|
462
|
+
"propertyInDotNotation": false
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"displayOptions": {
|
|
466
|
+
"show": {
|
|
467
|
+
"resource": [
|
|
468
|
+
"Services"
|
|
469
|
+
],
|
|
470
|
+
"operation": [
|
|
471
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"displayName": "Admin Override Ancestor",
|
|
478
|
+
"name": "adminOverrideAncestor",
|
|
479
|
+
"type": "string",
|
|
480
|
+
"default": "",
|
|
481
|
+
"description": "The resource name of the ancestor that requested the override. For example: `organizations/12345` or `folders/67890`. Used by admin overrides only.",
|
|
482
|
+
"routing": {
|
|
483
|
+
"send": {
|
|
484
|
+
"property": "adminOverrideAncestor",
|
|
485
|
+
"propertyInDotNotation": false,
|
|
486
|
+
"type": "body",
|
|
487
|
+
"value": "={{ $value }}"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"displayOptions": {
|
|
491
|
+
"show": {
|
|
492
|
+
"resource": [
|
|
493
|
+
"Services"
|
|
494
|
+
],
|
|
495
|
+
"operation": [
|
|
496
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"displayName": "Dimensions",
|
|
503
|
+
"name": "dimensions",
|
|
504
|
+
"type": "json",
|
|
505
|
+
"default": "{}",
|
|
506
|
+
"description": "If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit `1/{project}/{region}` could contain an entry with the key `region` and the value `us-east-1`; the override is only applied to quota consumed in that region. This map has the following restrictions: * Keys that are not defined in the limit's unit are not valid keys. Any string appearing in `{brackets}` in the unit (besides `{project}` or `{user}`) is a defined key. * `project` is not a valid key; the project is already specified in the parent resource name. * `user` is not a valid key; the API does not support quota overrides that apply only to a specific user. * If `region` appears as a key, its value must be a valid Cloud region. * If `zone` appears as a key, its value must be a valid Cloud zone. * If any valid key other than `region` or `zone` appears in the map, then all valid keys other than `region` or `zone` must also appear in the map.",
|
|
507
|
+
"routing": {
|
|
508
|
+
"send": {
|
|
509
|
+
"property": "dimensions",
|
|
510
|
+
"propertyInDotNotation": false,
|
|
511
|
+
"type": "body",
|
|
512
|
+
"value": "={{ JSON.parse($value) }}"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"displayOptions": {
|
|
516
|
+
"show": {
|
|
517
|
+
"resource": [
|
|
518
|
+
"Services"
|
|
519
|
+
],
|
|
520
|
+
"operation": [
|
|
521
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"displayName": "Metric",
|
|
528
|
+
"name": "metric",
|
|
529
|
+
"type": "string",
|
|
530
|
+
"default": "",
|
|
531
|
+
"description": "The name of the metric to which this override applies. An example name would be: `compute.googleapis.com/cpus`",
|
|
532
|
+
"routing": {
|
|
533
|
+
"send": {
|
|
534
|
+
"property": "metric",
|
|
535
|
+
"propertyInDotNotation": false,
|
|
536
|
+
"type": "body",
|
|
537
|
+
"value": "={{ $value }}"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"displayOptions": {
|
|
541
|
+
"show": {
|
|
542
|
+
"resource": [
|
|
543
|
+
"Services"
|
|
544
|
+
],
|
|
545
|
+
"operation": [
|
|
546
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"displayName": "Name",
|
|
553
|
+
"name": "name",
|
|
554
|
+
"type": "string",
|
|
555
|
+
"default": "",
|
|
556
|
+
"description": "The resource name of the override. This name is generated by the server when the override is created. Example names would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d` `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.",
|
|
557
|
+
"routing": {
|
|
558
|
+
"send": {
|
|
559
|
+
"property": "name",
|
|
560
|
+
"propertyInDotNotation": false,
|
|
561
|
+
"type": "body",
|
|
562
|
+
"value": "={{ $value }}"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"displayOptions": {
|
|
566
|
+
"show": {
|
|
567
|
+
"resource": [
|
|
568
|
+
"Services"
|
|
569
|
+
],
|
|
570
|
+
"operation": [
|
|
571
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"displayName": "Override Value",
|
|
578
|
+
"name": "overrideValue",
|
|
579
|
+
"type": "string",
|
|
580
|
+
"default": "",
|
|
581
|
+
"description": "The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).",
|
|
582
|
+
"routing": {
|
|
583
|
+
"send": {
|
|
584
|
+
"property": "overrideValue",
|
|
585
|
+
"propertyInDotNotation": false,
|
|
586
|
+
"type": "body",
|
|
587
|
+
"value": "={{ $value }}"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"displayOptions": {
|
|
591
|
+
"show": {
|
|
592
|
+
"resource": [
|
|
593
|
+
"Services"
|
|
594
|
+
],
|
|
595
|
+
"operation": [
|
|
596
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"displayName": "Unit",
|
|
603
|
+
"name": "unit",
|
|
604
|
+
"type": "string",
|
|
605
|
+
"default": "",
|
|
606
|
+
"description": "The limit unit of the limit to which this override applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.",
|
|
607
|
+
"routing": {
|
|
608
|
+
"send": {
|
|
609
|
+
"property": "unit",
|
|
610
|
+
"propertyInDotNotation": false,
|
|
611
|
+
"type": "body",
|
|
612
|
+
"value": "={{ $value }}"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"displayOptions": {
|
|
616
|
+
"show": {
|
|
617
|
+
"resource": [
|
|
618
|
+
"Services"
|
|
619
|
+
],
|
|
620
|
+
"operation": [
|
|
621
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Patch"
|
|
622
|
+
]
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"displayName": "POST /v1beta1/{name}:disable",
|
|
628
|
+
"name": "operation",
|
|
629
|
+
"type": "notice",
|
|
630
|
+
"typeOptions": {
|
|
631
|
+
"theme": "info"
|
|
632
|
+
},
|
|
633
|
+
"default": "",
|
|
634
|
+
"displayOptions": {
|
|
635
|
+
"show": {
|
|
636
|
+
"resource": [
|
|
637
|
+
"Services"
|
|
638
|
+
],
|
|
639
|
+
"operation": [
|
|
640
|
+
"Serviceusage Services Disable"
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"displayName": "Name",
|
|
647
|
+
"name": "name",
|
|
648
|
+
"required": true,
|
|
649
|
+
"description": "Name of the consumer and service to disable the service on. The enable and disable methods currently only support projects. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number (not project ID).",
|
|
650
|
+
"default": "",
|
|
651
|
+
"type": "string",
|
|
652
|
+
"displayOptions": {
|
|
653
|
+
"show": {
|
|
654
|
+
"resource": [
|
|
655
|
+
"Services"
|
|
656
|
+
],
|
|
657
|
+
"operation": [
|
|
658
|
+
"Serviceusage Services Disable"
|
|
659
|
+
]
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"displayName": "POST /v1beta1/{name}:enable",
|
|
665
|
+
"name": "operation",
|
|
666
|
+
"type": "notice",
|
|
667
|
+
"typeOptions": {
|
|
668
|
+
"theme": "info"
|
|
669
|
+
},
|
|
670
|
+
"default": "",
|
|
671
|
+
"displayOptions": {
|
|
672
|
+
"show": {
|
|
673
|
+
"resource": [
|
|
674
|
+
"Services"
|
|
675
|
+
],
|
|
676
|
+
"operation": [
|
|
677
|
+
"Serviceusage Services Enable"
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"displayName": "Name",
|
|
684
|
+
"name": "name",
|
|
685
|
+
"required": true,
|
|
686
|
+
"description": "Name of the consumer and service to enable the service on. The `EnableService` and `DisableService` methods currently only support projects. Enabling a service requires that the service is public or is shared with the user enabling the service. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number (not project ID).",
|
|
687
|
+
"default": "",
|
|
688
|
+
"type": "string",
|
|
689
|
+
"displayOptions": {
|
|
690
|
+
"show": {
|
|
691
|
+
"resource": [
|
|
692
|
+
"Services"
|
|
693
|
+
],
|
|
694
|
+
"operation": [
|
|
695
|
+
"Serviceusage Services Enable"
|
|
696
|
+
]
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"displayName": "GET /v1beta1/{parent}/adminOverrides",
|
|
702
|
+
"name": "operation",
|
|
703
|
+
"type": "notice",
|
|
704
|
+
"typeOptions": {
|
|
705
|
+
"theme": "info"
|
|
706
|
+
},
|
|
707
|
+
"default": "",
|
|
708
|
+
"displayOptions": {
|
|
709
|
+
"show": {
|
|
710
|
+
"resource": [
|
|
711
|
+
"Services"
|
|
712
|
+
],
|
|
713
|
+
"operation": [
|
|
714
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List"
|
|
715
|
+
]
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"displayName": "Parent",
|
|
721
|
+
"name": "parent",
|
|
722
|
+
"required": true,
|
|
723
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
724
|
+
"default": "",
|
|
725
|
+
"type": "string",
|
|
726
|
+
"displayOptions": {
|
|
727
|
+
"show": {
|
|
728
|
+
"resource": [
|
|
729
|
+
"Services"
|
|
730
|
+
],
|
|
731
|
+
"operation": [
|
|
732
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List"
|
|
733
|
+
]
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"displayName": "Page Size",
|
|
739
|
+
"name": "pageSize",
|
|
740
|
+
"description": "Requested size of the next page of data.",
|
|
741
|
+
"default": 0,
|
|
742
|
+
"type": "number",
|
|
743
|
+
"routing": {
|
|
744
|
+
"send": {
|
|
745
|
+
"type": "query",
|
|
746
|
+
"property": "pageSize",
|
|
747
|
+
"value": "={{ $value }}",
|
|
748
|
+
"propertyInDotNotation": false
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"displayOptions": {
|
|
752
|
+
"show": {
|
|
753
|
+
"resource": [
|
|
754
|
+
"Services"
|
|
755
|
+
],
|
|
756
|
+
"operation": [
|
|
757
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List"
|
|
758
|
+
]
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"displayName": "Page Token",
|
|
764
|
+
"name": "pageToken",
|
|
765
|
+
"description": "Token identifying which result to start with; returned by a previous list call.",
|
|
766
|
+
"default": "",
|
|
767
|
+
"type": "string",
|
|
768
|
+
"routing": {
|
|
769
|
+
"send": {
|
|
770
|
+
"type": "query",
|
|
771
|
+
"property": "pageToken",
|
|
772
|
+
"value": "={{ $value }}",
|
|
773
|
+
"propertyInDotNotation": false
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"displayOptions": {
|
|
777
|
+
"show": {
|
|
778
|
+
"resource": [
|
|
779
|
+
"Services"
|
|
780
|
+
],
|
|
781
|
+
"operation": [
|
|
782
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides List"
|
|
783
|
+
]
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"displayName": "POST /v1beta1/{parent}/adminOverrides",
|
|
789
|
+
"name": "operation",
|
|
790
|
+
"type": "notice",
|
|
791
|
+
"typeOptions": {
|
|
792
|
+
"theme": "info"
|
|
793
|
+
},
|
|
794
|
+
"default": "",
|
|
795
|
+
"displayOptions": {
|
|
796
|
+
"show": {
|
|
797
|
+
"resource": [
|
|
798
|
+
"Services"
|
|
799
|
+
],
|
|
800
|
+
"operation": [
|
|
801
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
802
|
+
]
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"displayName": "Parent",
|
|
808
|
+
"name": "parent",
|
|
809
|
+
"required": true,
|
|
810
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
811
|
+
"default": "",
|
|
812
|
+
"type": "string",
|
|
813
|
+
"displayOptions": {
|
|
814
|
+
"show": {
|
|
815
|
+
"resource": [
|
|
816
|
+
"Services"
|
|
817
|
+
],
|
|
818
|
+
"operation": [
|
|
819
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
820
|
+
]
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"displayName": "Force",
|
|
826
|
+
"name": "force",
|
|
827
|
+
"description": "Whether to force the creation of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
828
|
+
"default": true,
|
|
829
|
+
"type": "boolean",
|
|
830
|
+
"routing": {
|
|
831
|
+
"send": {
|
|
832
|
+
"type": "query",
|
|
833
|
+
"property": "force",
|
|
834
|
+
"value": "={{ $value }}",
|
|
835
|
+
"propertyInDotNotation": false
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"displayOptions": {
|
|
839
|
+
"show": {
|
|
840
|
+
"resource": [
|
|
841
|
+
"Services"
|
|
842
|
+
],
|
|
843
|
+
"operation": [
|
|
844
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
845
|
+
]
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"displayName": "Force Only",
|
|
851
|
+
"name": "forceOnly",
|
|
852
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
853
|
+
"default": "[\n null\n]",
|
|
854
|
+
"type": "json",
|
|
855
|
+
"routing": {
|
|
856
|
+
"send": {
|
|
857
|
+
"type": "query",
|
|
858
|
+
"property": "forceOnly",
|
|
859
|
+
"value": "={{ $value }}",
|
|
860
|
+
"propertyInDotNotation": false
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"displayOptions": {
|
|
864
|
+
"show": {
|
|
865
|
+
"resource": [
|
|
866
|
+
"Services"
|
|
867
|
+
],
|
|
868
|
+
"operation": [
|
|
869
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"displayName": "Admin Override Ancestor",
|
|
876
|
+
"name": "adminOverrideAncestor",
|
|
877
|
+
"type": "string",
|
|
878
|
+
"default": "",
|
|
879
|
+
"description": "The resource name of the ancestor that requested the override. For example: `organizations/12345` or `folders/67890`. Used by admin overrides only.",
|
|
880
|
+
"routing": {
|
|
881
|
+
"send": {
|
|
882
|
+
"property": "adminOverrideAncestor",
|
|
883
|
+
"propertyInDotNotation": false,
|
|
884
|
+
"type": "body",
|
|
885
|
+
"value": "={{ $value }}"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"displayOptions": {
|
|
889
|
+
"show": {
|
|
890
|
+
"resource": [
|
|
891
|
+
"Services"
|
|
892
|
+
],
|
|
893
|
+
"operation": [
|
|
894
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
895
|
+
]
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"displayName": "Dimensions",
|
|
901
|
+
"name": "dimensions",
|
|
902
|
+
"type": "json",
|
|
903
|
+
"default": "{}",
|
|
904
|
+
"description": "If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit `1/{project}/{region}` could contain an entry with the key `region` and the value `us-east-1`; the override is only applied to quota consumed in that region. This map has the following restrictions: * Keys that are not defined in the limit's unit are not valid keys. Any string appearing in `{brackets}` in the unit (besides `{project}` or `{user}`) is a defined key. * `project` is not a valid key; the project is already specified in the parent resource name. * `user` is not a valid key; the API does not support quota overrides that apply only to a specific user. * If `region` appears as a key, its value must be a valid Cloud region. * If `zone` appears as a key, its value must be a valid Cloud zone. * If any valid key other than `region` or `zone` appears in the map, then all valid keys other than `region` or `zone` must also appear in the map.",
|
|
905
|
+
"routing": {
|
|
906
|
+
"send": {
|
|
907
|
+
"property": "dimensions",
|
|
908
|
+
"propertyInDotNotation": false,
|
|
909
|
+
"type": "body",
|
|
910
|
+
"value": "={{ JSON.parse($value) }}"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"displayOptions": {
|
|
914
|
+
"show": {
|
|
915
|
+
"resource": [
|
|
916
|
+
"Services"
|
|
917
|
+
],
|
|
918
|
+
"operation": [
|
|
919
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"displayName": "Metric",
|
|
926
|
+
"name": "metric",
|
|
927
|
+
"type": "string",
|
|
928
|
+
"default": "",
|
|
929
|
+
"description": "The name of the metric to which this override applies. An example name would be: `compute.googleapis.com/cpus`",
|
|
930
|
+
"routing": {
|
|
931
|
+
"send": {
|
|
932
|
+
"property": "metric",
|
|
933
|
+
"propertyInDotNotation": false,
|
|
934
|
+
"type": "body",
|
|
935
|
+
"value": "={{ $value }}"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"displayOptions": {
|
|
939
|
+
"show": {
|
|
940
|
+
"resource": [
|
|
941
|
+
"Services"
|
|
942
|
+
],
|
|
943
|
+
"operation": [
|
|
944
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
945
|
+
]
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"displayName": "Name",
|
|
951
|
+
"name": "name",
|
|
952
|
+
"type": "string",
|
|
953
|
+
"default": "",
|
|
954
|
+
"description": "The resource name of the override. This name is generated by the server when the override is created. Example names would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d` `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.",
|
|
955
|
+
"routing": {
|
|
956
|
+
"send": {
|
|
957
|
+
"property": "name",
|
|
958
|
+
"propertyInDotNotation": false,
|
|
959
|
+
"type": "body",
|
|
960
|
+
"value": "={{ $value }}"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"displayOptions": {
|
|
964
|
+
"show": {
|
|
965
|
+
"resource": [
|
|
966
|
+
"Services"
|
|
967
|
+
],
|
|
968
|
+
"operation": [
|
|
969
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
970
|
+
]
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"displayName": "Override Value",
|
|
976
|
+
"name": "overrideValue",
|
|
977
|
+
"type": "string",
|
|
978
|
+
"default": "",
|
|
979
|
+
"description": "The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).",
|
|
980
|
+
"routing": {
|
|
981
|
+
"send": {
|
|
982
|
+
"property": "overrideValue",
|
|
983
|
+
"propertyInDotNotation": false,
|
|
984
|
+
"type": "body",
|
|
985
|
+
"value": "={{ $value }}"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"displayOptions": {
|
|
989
|
+
"show": {
|
|
990
|
+
"resource": [
|
|
991
|
+
"Services"
|
|
992
|
+
],
|
|
993
|
+
"operation": [
|
|
994
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"displayName": "Unit",
|
|
1001
|
+
"name": "unit",
|
|
1002
|
+
"type": "string",
|
|
1003
|
+
"default": "",
|
|
1004
|
+
"description": "The limit unit of the limit to which this override applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.",
|
|
1005
|
+
"routing": {
|
|
1006
|
+
"send": {
|
|
1007
|
+
"property": "unit",
|
|
1008
|
+
"propertyInDotNotation": false,
|
|
1009
|
+
"type": "body",
|
|
1010
|
+
"value": "={{ $value }}"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"displayOptions": {
|
|
1014
|
+
"show": {
|
|
1015
|
+
"resource": [
|
|
1016
|
+
"Services"
|
|
1017
|
+
],
|
|
1018
|
+
"operation": [
|
|
1019
|
+
"Serviceusage Services Consumer Quota Metrics Limits Admin Overrides Create"
|
|
1020
|
+
]
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"displayName": "GET /v1beta1/{parent}/consumerOverrides",
|
|
1026
|
+
"name": "operation",
|
|
1027
|
+
"type": "notice",
|
|
1028
|
+
"typeOptions": {
|
|
1029
|
+
"theme": "info"
|
|
1030
|
+
},
|
|
1031
|
+
"default": "",
|
|
1032
|
+
"displayOptions": {
|
|
1033
|
+
"show": {
|
|
1034
|
+
"resource": [
|
|
1035
|
+
"Services"
|
|
1036
|
+
],
|
|
1037
|
+
"operation": [
|
|
1038
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List"
|
|
1039
|
+
]
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"displayName": "Parent",
|
|
1045
|
+
"name": "parent",
|
|
1046
|
+
"required": true,
|
|
1047
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
1048
|
+
"default": "",
|
|
1049
|
+
"type": "string",
|
|
1050
|
+
"displayOptions": {
|
|
1051
|
+
"show": {
|
|
1052
|
+
"resource": [
|
|
1053
|
+
"Services"
|
|
1054
|
+
],
|
|
1055
|
+
"operation": [
|
|
1056
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List"
|
|
1057
|
+
]
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"displayName": "Page Size",
|
|
1063
|
+
"name": "pageSize",
|
|
1064
|
+
"description": "Requested size of the next page of data.",
|
|
1065
|
+
"default": 0,
|
|
1066
|
+
"type": "number",
|
|
1067
|
+
"routing": {
|
|
1068
|
+
"send": {
|
|
1069
|
+
"type": "query",
|
|
1070
|
+
"property": "pageSize",
|
|
1071
|
+
"value": "={{ $value }}",
|
|
1072
|
+
"propertyInDotNotation": false
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"displayOptions": {
|
|
1076
|
+
"show": {
|
|
1077
|
+
"resource": [
|
|
1078
|
+
"Services"
|
|
1079
|
+
],
|
|
1080
|
+
"operation": [
|
|
1081
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List"
|
|
1082
|
+
]
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"displayName": "Page Token",
|
|
1088
|
+
"name": "pageToken",
|
|
1089
|
+
"description": "Token identifying which result to start with; returned by a previous list call.",
|
|
1090
|
+
"default": "",
|
|
1091
|
+
"type": "string",
|
|
1092
|
+
"routing": {
|
|
1093
|
+
"send": {
|
|
1094
|
+
"type": "query",
|
|
1095
|
+
"property": "pageToken",
|
|
1096
|
+
"value": "={{ $value }}",
|
|
1097
|
+
"propertyInDotNotation": false
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
"displayOptions": {
|
|
1101
|
+
"show": {
|
|
1102
|
+
"resource": [
|
|
1103
|
+
"Services"
|
|
1104
|
+
],
|
|
1105
|
+
"operation": [
|
|
1106
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides List"
|
|
1107
|
+
]
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"displayName": "POST /v1beta1/{parent}/consumerOverrides",
|
|
1113
|
+
"name": "operation",
|
|
1114
|
+
"type": "notice",
|
|
1115
|
+
"typeOptions": {
|
|
1116
|
+
"theme": "info"
|
|
1117
|
+
},
|
|
1118
|
+
"default": "",
|
|
1119
|
+
"displayOptions": {
|
|
1120
|
+
"show": {
|
|
1121
|
+
"resource": [
|
|
1122
|
+
"Services"
|
|
1123
|
+
],
|
|
1124
|
+
"operation": [
|
|
1125
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1126
|
+
]
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"displayName": "Parent",
|
|
1132
|
+
"name": "parent",
|
|
1133
|
+
"required": true,
|
|
1134
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
1135
|
+
"default": "",
|
|
1136
|
+
"type": "string",
|
|
1137
|
+
"displayOptions": {
|
|
1138
|
+
"show": {
|
|
1139
|
+
"resource": [
|
|
1140
|
+
"Services"
|
|
1141
|
+
],
|
|
1142
|
+
"operation": [
|
|
1143
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1144
|
+
]
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"displayName": "Force",
|
|
1150
|
+
"name": "force",
|
|
1151
|
+
"description": "Whether to force the creation of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
1152
|
+
"default": true,
|
|
1153
|
+
"type": "boolean",
|
|
1154
|
+
"routing": {
|
|
1155
|
+
"send": {
|
|
1156
|
+
"type": "query",
|
|
1157
|
+
"property": "force",
|
|
1158
|
+
"value": "={{ $value }}",
|
|
1159
|
+
"propertyInDotNotation": false
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"displayOptions": {
|
|
1163
|
+
"show": {
|
|
1164
|
+
"resource": [
|
|
1165
|
+
"Services"
|
|
1166
|
+
],
|
|
1167
|
+
"operation": [
|
|
1168
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1169
|
+
]
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"displayName": "Force Only",
|
|
1175
|
+
"name": "forceOnly",
|
|
1176
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
1177
|
+
"default": "[\n null\n]",
|
|
1178
|
+
"type": "json",
|
|
1179
|
+
"routing": {
|
|
1180
|
+
"send": {
|
|
1181
|
+
"type": "query",
|
|
1182
|
+
"property": "forceOnly",
|
|
1183
|
+
"value": "={{ $value }}",
|
|
1184
|
+
"propertyInDotNotation": false
|
|
1185
|
+
}
|
|
1186
|
+
},
|
|
1187
|
+
"displayOptions": {
|
|
1188
|
+
"show": {
|
|
1189
|
+
"resource": [
|
|
1190
|
+
"Services"
|
|
1191
|
+
],
|
|
1192
|
+
"operation": [
|
|
1193
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1194
|
+
]
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"displayName": "Admin Override Ancestor",
|
|
1200
|
+
"name": "adminOverrideAncestor",
|
|
1201
|
+
"type": "string",
|
|
1202
|
+
"default": "",
|
|
1203
|
+
"description": "The resource name of the ancestor that requested the override. For example: `organizations/12345` or `folders/67890`. Used by admin overrides only.",
|
|
1204
|
+
"routing": {
|
|
1205
|
+
"send": {
|
|
1206
|
+
"property": "adminOverrideAncestor",
|
|
1207
|
+
"propertyInDotNotation": false,
|
|
1208
|
+
"type": "body",
|
|
1209
|
+
"value": "={{ $value }}"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"displayOptions": {
|
|
1213
|
+
"show": {
|
|
1214
|
+
"resource": [
|
|
1215
|
+
"Services"
|
|
1216
|
+
],
|
|
1217
|
+
"operation": [
|
|
1218
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1219
|
+
]
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"displayName": "Dimensions",
|
|
1225
|
+
"name": "dimensions",
|
|
1226
|
+
"type": "json",
|
|
1227
|
+
"default": "{}",
|
|
1228
|
+
"description": "If this map is nonempty, then this override applies only to specific values for dimensions defined in the limit unit. For example, an override on a limit with the unit `1/{project}/{region}` could contain an entry with the key `region` and the value `us-east-1`; the override is only applied to quota consumed in that region. This map has the following restrictions: * Keys that are not defined in the limit's unit are not valid keys. Any string appearing in `{brackets}` in the unit (besides `{project}` or `{user}`) is a defined key. * `project` is not a valid key; the project is already specified in the parent resource name. * `user` is not a valid key; the API does not support quota overrides that apply only to a specific user. * If `region` appears as a key, its value must be a valid Cloud region. * If `zone` appears as a key, its value must be a valid Cloud zone. * If any valid key other than `region` or `zone` appears in the map, then all valid keys other than `region` or `zone` must also appear in the map.",
|
|
1229
|
+
"routing": {
|
|
1230
|
+
"send": {
|
|
1231
|
+
"property": "dimensions",
|
|
1232
|
+
"propertyInDotNotation": false,
|
|
1233
|
+
"type": "body",
|
|
1234
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"displayOptions": {
|
|
1238
|
+
"show": {
|
|
1239
|
+
"resource": [
|
|
1240
|
+
"Services"
|
|
1241
|
+
],
|
|
1242
|
+
"operation": [
|
|
1243
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1244
|
+
]
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"displayName": "Metric",
|
|
1250
|
+
"name": "metric",
|
|
1251
|
+
"type": "string",
|
|
1252
|
+
"default": "",
|
|
1253
|
+
"description": "The name of the metric to which this override applies. An example name would be: `compute.googleapis.com/cpus`",
|
|
1254
|
+
"routing": {
|
|
1255
|
+
"send": {
|
|
1256
|
+
"property": "metric",
|
|
1257
|
+
"propertyInDotNotation": false,
|
|
1258
|
+
"type": "body",
|
|
1259
|
+
"value": "={{ $value }}"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
"displayOptions": {
|
|
1263
|
+
"show": {
|
|
1264
|
+
"resource": [
|
|
1265
|
+
"Services"
|
|
1266
|
+
],
|
|
1267
|
+
"operation": [
|
|
1268
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1269
|
+
]
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"displayName": "Name",
|
|
1275
|
+
"name": "name",
|
|
1276
|
+
"type": "string",
|
|
1277
|
+
"default": "",
|
|
1278
|
+
"description": "The resource name of the override. This name is generated by the server when the override is created. Example names would be: `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/adminOverrides/4a3f2c1d` `projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/consumerOverrides/4a3f2c1d` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.",
|
|
1279
|
+
"routing": {
|
|
1280
|
+
"send": {
|
|
1281
|
+
"property": "name",
|
|
1282
|
+
"propertyInDotNotation": false,
|
|
1283
|
+
"type": "body",
|
|
1284
|
+
"value": "={{ $value }}"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"displayOptions": {
|
|
1288
|
+
"show": {
|
|
1289
|
+
"resource": [
|
|
1290
|
+
"Services"
|
|
1291
|
+
],
|
|
1292
|
+
"operation": [
|
|
1293
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1294
|
+
]
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"displayName": "Override Value",
|
|
1300
|
+
"name": "overrideValue",
|
|
1301
|
+
"type": "string",
|
|
1302
|
+
"default": "",
|
|
1303
|
+
"description": "The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).",
|
|
1304
|
+
"routing": {
|
|
1305
|
+
"send": {
|
|
1306
|
+
"property": "overrideValue",
|
|
1307
|
+
"propertyInDotNotation": false,
|
|
1308
|
+
"type": "body",
|
|
1309
|
+
"value": "={{ $value }}"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"displayOptions": {
|
|
1313
|
+
"show": {
|
|
1314
|
+
"resource": [
|
|
1315
|
+
"Services"
|
|
1316
|
+
],
|
|
1317
|
+
"operation": [
|
|
1318
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"displayName": "Unit",
|
|
1325
|
+
"name": "unit",
|
|
1326
|
+
"type": "string",
|
|
1327
|
+
"default": "",
|
|
1328
|
+
"description": "The limit unit of the limit to which this override applies. An example unit would be: `1/{project}/{region}` Note that `{project}` and `{region}` are not placeholders in this example; the literal characters `{` and `}` occur in the string.",
|
|
1329
|
+
"routing": {
|
|
1330
|
+
"send": {
|
|
1331
|
+
"property": "unit",
|
|
1332
|
+
"propertyInDotNotation": false,
|
|
1333
|
+
"type": "body",
|
|
1334
|
+
"value": "={{ $value }}"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"displayOptions": {
|
|
1338
|
+
"show": {
|
|
1339
|
+
"resource": [
|
|
1340
|
+
"Services"
|
|
1341
|
+
],
|
|
1342
|
+
"operation": [
|
|
1343
|
+
"Serviceusage Services Consumer Quota Metrics Limits Consumer Overrides Create"
|
|
1344
|
+
]
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"displayName": "GET /v1beta1/{parent}/consumerQuotaMetrics",
|
|
1350
|
+
"name": "operation",
|
|
1351
|
+
"type": "notice",
|
|
1352
|
+
"typeOptions": {
|
|
1353
|
+
"theme": "info"
|
|
1354
|
+
},
|
|
1355
|
+
"default": "",
|
|
1356
|
+
"displayOptions": {
|
|
1357
|
+
"show": {
|
|
1358
|
+
"resource": [
|
|
1359
|
+
"Services"
|
|
1360
|
+
],
|
|
1361
|
+
"operation": [
|
|
1362
|
+
"Serviceusage Services Consumer Quota Metrics List"
|
|
1363
|
+
]
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"displayName": "Parent",
|
|
1369
|
+
"name": "parent",
|
|
1370
|
+
"required": true,
|
|
1371
|
+
"description": "Parent of the quotas resource. Some example names would be: `projects/123/services/serviceconsumermanagement.googleapis.com` `folders/345/services/serviceconsumermanagement.googleapis.com` `organizations/456/services/serviceconsumermanagement.googleapis.com`",
|
|
1372
|
+
"default": "",
|
|
1373
|
+
"type": "string",
|
|
1374
|
+
"displayOptions": {
|
|
1375
|
+
"show": {
|
|
1376
|
+
"resource": [
|
|
1377
|
+
"Services"
|
|
1378
|
+
],
|
|
1379
|
+
"operation": [
|
|
1380
|
+
"Serviceusage Services Consumer Quota Metrics List"
|
|
1381
|
+
]
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"displayName": "Page Size",
|
|
1387
|
+
"name": "pageSize",
|
|
1388
|
+
"description": "Requested size of the next page of data.",
|
|
1389
|
+
"default": 0,
|
|
1390
|
+
"type": "number",
|
|
1391
|
+
"routing": {
|
|
1392
|
+
"send": {
|
|
1393
|
+
"type": "query",
|
|
1394
|
+
"property": "pageSize",
|
|
1395
|
+
"value": "={{ $value }}",
|
|
1396
|
+
"propertyInDotNotation": false
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"displayOptions": {
|
|
1400
|
+
"show": {
|
|
1401
|
+
"resource": [
|
|
1402
|
+
"Services"
|
|
1403
|
+
],
|
|
1404
|
+
"operation": [
|
|
1405
|
+
"Serviceusage Services Consumer Quota Metrics List"
|
|
1406
|
+
]
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"displayName": "Page Token",
|
|
1412
|
+
"name": "pageToken",
|
|
1413
|
+
"description": "Token identifying which result to start with; returned by a previous list call.",
|
|
1414
|
+
"default": "",
|
|
1415
|
+
"type": "string",
|
|
1416
|
+
"routing": {
|
|
1417
|
+
"send": {
|
|
1418
|
+
"type": "query",
|
|
1419
|
+
"property": "pageToken",
|
|
1420
|
+
"value": "={{ $value }}",
|
|
1421
|
+
"propertyInDotNotation": false
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"displayOptions": {
|
|
1425
|
+
"show": {
|
|
1426
|
+
"resource": [
|
|
1427
|
+
"Services"
|
|
1428
|
+
],
|
|
1429
|
+
"operation": [
|
|
1430
|
+
"Serviceusage Services Consumer Quota Metrics List"
|
|
1431
|
+
]
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"displayName": "View",
|
|
1437
|
+
"name": "view",
|
|
1438
|
+
"description": "Specifies the level of detail for quota information in the response.",
|
|
1439
|
+
"default": "QUOTA_VIEW_UNSPECIFIED",
|
|
1440
|
+
"type": "options",
|
|
1441
|
+
"options": [
|
|
1442
|
+
{
|
|
1443
|
+
"name": "QUOTA VIEW UNSPECIFIED",
|
|
1444
|
+
"value": "QUOTA_VIEW_UNSPECIFIED"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "BASIC",
|
|
1448
|
+
"value": "BASIC"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "FULL",
|
|
1452
|
+
"value": "FULL"
|
|
1453
|
+
}
|
|
1454
|
+
],
|
|
1455
|
+
"routing": {
|
|
1456
|
+
"send": {
|
|
1457
|
+
"type": "query",
|
|
1458
|
+
"property": "view",
|
|
1459
|
+
"value": "={{ $value }}",
|
|
1460
|
+
"propertyInDotNotation": false
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
"displayOptions": {
|
|
1464
|
+
"show": {
|
|
1465
|
+
"resource": [
|
|
1466
|
+
"Services"
|
|
1467
|
+
],
|
|
1468
|
+
"operation": [
|
|
1469
|
+
"Serviceusage Services Consumer Quota Metrics List"
|
|
1470
|
+
]
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"displayName": "POST /v1beta1/{parent}/consumerQuotaMetrics:importAdminOverrides",
|
|
1476
|
+
"name": "operation",
|
|
1477
|
+
"type": "notice",
|
|
1478
|
+
"typeOptions": {
|
|
1479
|
+
"theme": "info"
|
|
1480
|
+
},
|
|
1481
|
+
"default": "",
|
|
1482
|
+
"displayOptions": {
|
|
1483
|
+
"show": {
|
|
1484
|
+
"resource": [
|
|
1485
|
+
"Services"
|
|
1486
|
+
],
|
|
1487
|
+
"operation": [
|
|
1488
|
+
"Serviceusage Services Consumer Quota Metrics Import Admin Overrides"
|
|
1489
|
+
]
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"displayName": "Parent",
|
|
1495
|
+
"name": "parent",
|
|
1496
|
+
"required": true,
|
|
1497
|
+
"description": "The resource name of the consumer. An example name would be: `projects/123/services/compute.googleapis.com`",
|
|
1498
|
+
"default": "",
|
|
1499
|
+
"type": "string",
|
|
1500
|
+
"displayOptions": {
|
|
1501
|
+
"show": {
|
|
1502
|
+
"resource": [
|
|
1503
|
+
"Services"
|
|
1504
|
+
],
|
|
1505
|
+
"operation": [
|
|
1506
|
+
"Serviceusage Services Consumer Quota Metrics Import Admin Overrides"
|
|
1507
|
+
]
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"displayName": "Force",
|
|
1513
|
+
"name": "force",
|
|
1514
|
+
"type": "boolean",
|
|
1515
|
+
"default": true,
|
|
1516
|
+
"description": "Whether to force the creation of the quota overrides. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
1517
|
+
"routing": {
|
|
1518
|
+
"send": {
|
|
1519
|
+
"property": "force",
|
|
1520
|
+
"propertyInDotNotation": false,
|
|
1521
|
+
"type": "body",
|
|
1522
|
+
"value": "={{ $value }}"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"displayOptions": {
|
|
1526
|
+
"show": {
|
|
1527
|
+
"resource": [
|
|
1528
|
+
"Services"
|
|
1529
|
+
],
|
|
1530
|
+
"operation": [
|
|
1531
|
+
"Serviceusage Services Consumer Quota Metrics Import Admin Overrides"
|
|
1532
|
+
]
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"displayName": "Force Only",
|
|
1538
|
+
"name": "forceOnly",
|
|
1539
|
+
"type": "json",
|
|
1540
|
+
"default": "[\n null\n]",
|
|
1541
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
1542
|
+
"routing": {
|
|
1543
|
+
"send": {
|
|
1544
|
+
"property": "forceOnly",
|
|
1545
|
+
"propertyInDotNotation": false,
|
|
1546
|
+
"type": "body",
|
|
1547
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"displayOptions": {
|
|
1551
|
+
"show": {
|
|
1552
|
+
"resource": [
|
|
1553
|
+
"Services"
|
|
1554
|
+
],
|
|
1555
|
+
"operation": [
|
|
1556
|
+
"Serviceusage Services Consumer Quota Metrics Import Admin Overrides"
|
|
1557
|
+
]
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"displayName": "Inline Source",
|
|
1563
|
+
"name": "inlineSource",
|
|
1564
|
+
"type": "json",
|
|
1565
|
+
"default": "{\n \"overrides\": [\n {}\n ]\n}",
|
|
1566
|
+
"description": "Import data embedded in the request message",
|
|
1567
|
+
"routing": {
|
|
1568
|
+
"send": {
|
|
1569
|
+
"property": "inlineSource",
|
|
1570
|
+
"propertyInDotNotation": false,
|
|
1571
|
+
"type": "body",
|
|
1572
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
"displayOptions": {
|
|
1576
|
+
"show": {
|
|
1577
|
+
"resource": [
|
|
1578
|
+
"Services"
|
|
1579
|
+
],
|
|
1580
|
+
"operation": [
|
|
1581
|
+
"Serviceusage Services Consumer Quota Metrics Import Admin Overrides"
|
|
1582
|
+
]
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"displayName": "POST /v1beta1/{parent}/consumerQuotaMetrics:importConsumerOverrides",
|
|
1588
|
+
"name": "operation",
|
|
1589
|
+
"type": "notice",
|
|
1590
|
+
"typeOptions": {
|
|
1591
|
+
"theme": "info"
|
|
1592
|
+
},
|
|
1593
|
+
"default": "",
|
|
1594
|
+
"displayOptions": {
|
|
1595
|
+
"show": {
|
|
1596
|
+
"resource": [
|
|
1597
|
+
"Services"
|
|
1598
|
+
],
|
|
1599
|
+
"operation": [
|
|
1600
|
+
"Serviceusage Services Consumer Quota Metrics Import Consumer Overrides"
|
|
1601
|
+
]
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"displayName": "Parent",
|
|
1607
|
+
"name": "parent",
|
|
1608
|
+
"required": true,
|
|
1609
|
+
"description": "The resource name of the consumer. An example name would be: `projects/123/services/compute.googleapis.com`",
|
|
1610
|
+
"default": "",
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"displayOptions": {
|
|
1613
|
+
"show": {
|
|
1614
|
+
"resource": [
|
|
1615
|
+
"Services"
|
|
1616
|
+
],
|
|
1617
|
+
"operation": [
|
|
1618
|
+
"Serviceusage Services Consumer Quota Metrics Import Consumer Overrides"
|
|
1619
|
+
]
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"displayName": "Force",
|
|
1625
|
+
"name": "force",
|
|
1626
|
+
"type": "boolean",
|
|
1627
|
+
"default": true,
|
|
1628
|
+
"description": "Whether to force the creation of the quota overrides. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.",
|
|
1629
|
+
"routing": {
|
|
1630
|
+
"send": {
|
|
1631
|
+
"property": "force",
|
|
1632
|
+
"propertyInDotNotation": false,
|
|
1633
|
+
"type": "body",
|
|
1634
|
+
"value": "={{ $value }}"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"displayOptions": {
|
|
1638
|
+
"show": {
|
|
1639
|
+
"resource": [
|
|
1640
|
+
"Services"
|
|
1641
|
+
],
|
|
1642
|
+
"operation": [
|
|
1643
|
+
"Serviceusage Services Consumer Quota Metrics Import Consumer Overrides"
|
|
1644
|
+
]
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"displayName": "Force Only",
|
|
1650
|
+
"name": "forceOnly",
|
|
1651
|
+
"type": "json",
|
|
1652
|
+
"default": "[\n null\n]",
|
|
1653
|
+
"description": "The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.",
|
|
1654
|
+
"routing": {
|
|
1655
|
+
"send": {
|
|
1656
|
+
"property": "forceOnly",
|
|
1657
|
+
"propertyInDotNotation": false,
|
|
1658
|
+
"type": "body",
|
|
1659
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"displayOptions": {
|
|
1663
|
+
"show": {
|
|
1664
|
+
"resource": [
|
|
1665
|
+
"Services"
|
|
1666
|
+
],
|
|
1667
|
+
"operation": [
|
|
1668
|
+
"Serviceusage Services Consumer Quota Metrics Import Consumer Overrides"
|
|
1669
|
+
]
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"displayName": "Inline Source",
|
|
1675
|
+
"name": "inlineSource",
|
|
1676
|
+
"type": "json",
|
|
1677
|
+
"default": "{\n \"overrides\": [\n {}\n ]\n}",
|
|
1678
|
+
"description": "Import data embedded in the request message",
|
|
1679
|
+
"routing": {
|
|
1680
|
+
"send": {
|
|
1681
|
+
"property": "inlineSource",
|
|
1682
|
+
"propertyInDotNotation": false,
|
|
1683
|
+
"type": "body",
|
|
1684
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"displayOptions": {
|
|
1688
|
+
"show": {
|
|
1689
|
+
"resource": [
|
|
1690
|
+
"Services"
|
|
1691
|
+
],
|
|
1692
|
+
"operation": [
|
|
1693
|
+
"Serviceusage Services Consumer Quota Metrics Import Consumer Overrides"
|
|
1694
|
+
]
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"displayName": "GET /v1beta1/{parent}/services",
|
|
1700
|
+
"name": "operation",
|
|
1701
|
+
"type": "notice",
|
|
1702
|
+
"typeOptions": {
|
|
1703
|
+
"theme": "info"
|
|
1704
|
+
},
|
|
1705
|
+
"default": "",
|
|
1706
|
+
"displayOptions": {
|
|
1707
|
+
"show": {
|
|
1708
|
+
"resource": [
|
|
1709
|
+
"Services"
|
|
1710
|
+
],
|
|
1711
|
+
"operation": [
|
|
1712
|
+
"Serviceusage Services List"
|
|
1713
|
+
]
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"displayName": "Parent",
|
|
1719
|
+
"name": "parent",
|
|
1720
|
+
"required": true,
|
|
1721
|
+
"description": "Parent to search for services on. An example name would be: `projects/123` where `123` is the project number (not project ID).",
|
|
1722
|
+
"default": "",
|
|
1723
|
+
"type": "string",
|
|
1724
|
+
"displayOptions": {
|
|
1725
|
+
"show": {
|
|
1726
|
+
"resource": [
|
|
1727
|
+
"Services"
|
|
1728
|
+
],
|
|
1729
|
+
"operation": [
|
|
1730
|
+
"Serviceusage Services List"
|
|
1731
|
+
]
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"displayName": "Filter",
|
|
1737
|
+
"name": "filter",
|
|
1738
|
+
"description": "Only list services that conform to the given filter. The allowed filter strings are `state:ENABLED` and `state:DISABLED`.",
|
|
1739
|
+
"default": "",
|
|
1740
|
+
"type": "string",
|
|
1741
|
+
"routing": {
|
|
1742
|
+
"send": {
|
|
1743
|
+
"type": "query",
|
|
1744
|
+
"property": "filter",
|
|
1745
|
+
"value": "={{ $value }}",
|
|
1746
|
+
"propertyInDotNotation": false
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
"displayOptions": {
|
|
1750
|
+
"show": {
|
|
1751
|
+
"resource": [
|
|
1752
|
+
"Services"
|
|
1753
|
+
],
|
|
1754
|
+
"operation": [
|
|
1755
|
+
"Serviceusage Services List"
|
|
1756
|
+
]
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"displayName": "Page Size",
|
|
1762
|
+
"name": "pageSize",
|
|
1763
|
+
"description": "Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.",
|
|
1764
|
+
"default": 0,
|
|
1765
|
+
"type": "number",
|
|
1766
|
+
"routing": {
|
|
1767
|
+
"send": {
|
|
1768
|
+
"type": "query",
|
|
1769
|
+
"property": "pageSize",
|
|
1770
|
+
"value": "={{ $value }}",
|
|
1771
|
+
"propertyInDotNotation": false
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
"displayOptions": {
|
|
1775
|
+
"show": {
|
|
1776
|
+
"resource": [
|
|
1777
|
+
"Services"
|
|
1778
|
+
],
|
|
1779
|
+
"operation": [
|
|
1780
|
+
"Serviceusage Services List"
|
|
1781
|
+
]
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"displayName": "Page Token",
|
|
1787
|
+
"name": "pageToken",
|
|
1788
|
+
"description": "Token identifying which result to start with, which is returned by a previous list call.",
|
|
1789
|
+
"default": "",
|
|
1790
|
+
"type": "string",
|
|
1791
|
+
"routing": {
|
|
1792
|
+
"send": {
|
|
1793
|
+
"type": "query",
|
|
1794
|
+
"property": "pageToken",
|
|
1795
|
+
"value": "={{ $value }}",
|
|
1796
|
+
"propertyInDotNotation": false
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
"displayOptions": {
|
|
1800
|
+
"show": {
|
|
1801
|
+
"resource": [
|
|
1802
|
+
"Services"
|
|
1803
|
+
],
|
|
1804
|
+
"operation": [
|
|
1805
|
+
"Serviceusage Services List"
|
|
1806
|
+
]
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"displayName": "POST /v1beta1/{parent}/services:batchEnable",
|
|
1812
|
+
"name": "operation",
|
|
1813
|
+
"type": "notice",
|
|
1814
|
+
"typeOptions": {
|
|
1815
|
+
"theme": "info"
|
|
1816
|
+
},
|
|
1817
|
+
"default": "",
|
|
1818
|
+
"displayOptions": {
|
|
1819
|
+
"show": {
|
|
1820
|
+
"resource": [
|
|
1821
|
+
"Services"
|
|
1822
|
+
],
|
|
1823
|
+
"operation": [
|
|
1824
|
+
"Serviceusage Services Batch Enable"
|
|
1825
|
+
]
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"displayName": "Parent",
|
|
1831
|
+
"name": "parent",
|
|
1832
|
+
"required": true,
|
|
1833
|
+
"description": "Parent to enable services on. An example name would be: `projects/123` where `123` is the project number (not project ID). The `BatchEnableServices` method currently only supports projects.",
|
|
1834
|
+
"default": "",
|
|
1835
|
+
"type": "string",
|
|
1836
|
+
"displayOptions": {
|
|
1837
|
+
"show": {
|
|
1838
|
+
"resource": [
|
|
1839
|
+
"Services"
|
|
1840
|
+
],
|
|
1841
|
+
"operation": [
|
|
1842
|
+
"Serviceusage Services Batch Enable"
|
|
1843
|
+
]
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"displayName": "Service Ids",
|
|
1849
|
+
"name": "serviceIds",
|
|
1850
|
+
"type": "json",
|
|
1851
|
+
"default": "[\n null\n]",
|
|
1852
|
+
"description": "The identifiers of the services to enable on the project. A valid identifier would be: serviceusage.googleapis.com Enabling services requires that each service is public or is shared with the user enabling the service. Two or more services must be specified. To enable a single service, use the `EnableService` method instead. A single request can enable a maximum of 20 services at a time. If more than 20 services are specified, the request will fail, and no state changes will occur.",
|
|
1853
|
+
"routing": {
|
|
1854
|
+
"send": {
|
|
1855
|
+
"property": "serviceIds",
|
|
1856
|
+
"propertyInDotNotation": false,
|
|
1857
|
+
"type": "body",
|
|
1858
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
"displayOptions": {
|
|
1862
|
+
"show": {
|
|
1863
|
+
"resource": [
|
|
1864
|
+
"Services"
|
|
1865
|
+
],
|
|
1866
|
+
"operation": [
|
|
1867
|
+
"Serviceusage Services Batch Enable"
|
|
1868
|
+
]
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"displayName": "POST /v1beta1/{parent}:generateServiceIdentity",
|
|
1874
|
+
"name": "operation",
|
|
1875
|
+
"type": "notice",
|
|
1876
|
+
"typeOptions": {
|
|
1877
|
+
"theme": "info"
|
|
1878
|
+
},
|
|
1879
|
+
"default": "",
|
|
1880
|
+
"displayOptions": {
|
|
1881
|
+
"show": {
|
|
1882
|
+
"resource": [
|
|
1883
|
+
"Services"
|
|
1884
|
+
],
|
|
1885
|
+
"operation": [
|
|
1886
|
+
"Serviceusage Services Generate Service Identity"
|
|
1887
|
+
]
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"displayName": "Parent",
|
|
1893
|
+
"name": "parent",
|
|
1894
|
+
"required": true,
|
|
1895
|
+
"description": "Name of the consumer and service to generate an identity for. The `GenerateServiceIdentity` methods currently only support projects. An example name would be: `projects/123/services/example.googleapis.com` where `123` is the project number.",
|
|
1896
|
+
"default": "",
|
|
1897
|
+
"type": "string",
|
|
1898
|
+
"displayOptions": {
|
|
1899
|
+
"show": {
|
|
1900
|
+
"resource": [
|
|
1901
|
+
"Services"
|
|
1902
|
+
],
|
|
1903
|
+
"operation": [
|
|
1904
|
+
"Serviceusage Services Generate Service Identity"
|
|
1905
|
+
]
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
];
|
|
1910
|
+
//# sourceMappingURL=index.js.map
|