@n8n-dev/n8n-nodes-googleapis-serviceconsumermanagement 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 +106 -0
- package/dist/banner.svg +119 -0
- package/dist/credentials/GoogleapisServiceconsumermanagementApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisServiceconsumermanagementApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisServiceconsumermanagementApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-serviceconsumermanagement.dark.png +0 -0
- package/dist/icons/googleapis-serviceconsumermanagement.png +0 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/GoogleapisServiceconsumermanagement.node.d.ts +4 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/GoogleapisServiceconsumermanagement.node.js +54 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/GoogleapisServiceconsumermanagement.node.js.map +1 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/GoogleapisServiceconsumermanagement.node.json +20 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/googleapis-serviceconsumermanagement.dark.png +0 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/googleapis-serviceconsumermanagement.png +0 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/resources/index.js +6 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/resources/services/index.d.ts +2 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/resources/services/index.js +1093 -0
- package/dist/nodes/GoogleapisServiceconsumermanagement/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,1093 @@
|
|
|
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": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete",
|
|
20
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete",
|
|
21
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete",
|
|
22
|
+
"description": "Deletes a producer override.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "DELETE",
|
|
26
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Get",
|
|
32
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Get",
|
|
33
|
+
"action": "Serviceconsumermanagement 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": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch",
|
|
44
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch",
|
|
45
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch",
|
|
46
|
+
"description": "Updates a producer override.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "PATCH",
|
|
50
|
+
"url": "=/v1beta1/{{$parameter[\"name\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Serviceconsumermanagement Services Consumer Quota Metrics List",
|
|
56
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics List",
|
|
57
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics List",
|
|
58
|
+
"description": "Retrieves a summary of all quota information about this consumer that is visible to the service producer, for each quota metric defined by the service. 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.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerQuotaMetrics"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides",
|
|
68
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides",
|
|
69
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides",
|
|
70
|
+
"description": "Create or update multiple producer 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.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/consumerQuotaMetrics:importProducerOverrides"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List",
|
|
80
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List",
|
|
81
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List",
|
|
82
|
+
"description": "Lists all producer overrides on this limit.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/producerOverrides"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create",
|
|
92
|
+
"value": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create",
|
|
93
|
+
"action": "Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create",
|
|
94
|
+
"description": "Creates a producer override. A producer override is applied by the owner or administrator of a service to increase or decrease the amount of quota a consumer of the service is allowed to use. To create multiple overrides at once, use ImportProducerOverrides instead. If an override with the specified dimensions already exists, this call will fail. To overwrite an existing override if one is already present (\"upsert\" semantics), use ImportProducerOverrides instead.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "POST",
|
|
98
|
+
"url": "=/v1beta1/{{$parameter[\"parent\"]}}/producerOverrides"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"default": ""
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"displayName": "DELETE /v1beta1/{name}",
|
|
107
|
+
"name": "operation",
|
|
108
|
+
"type": "notice",
|
|
109
|
+
"typeOptions": {
|
|
110
|
+
"theme": "info"
|
|
111
|
+
},
|
|
112
|
+
"default": "",
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Services"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"displayName": "Name",
|
|
126
|
+
"name": "name",
|
|
127
|
+
"required": true,
|
|
128
|
+
"description": "The resource name of the override to delete. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`",
|
|
129
|
+
"default": "",
|
|
130
|
+
"type": "string",
|
|
131
|
+
"displayOptions": {
|
|
132
|
+
"show": {
|
|
133
|
+
"resource": [
|
|
134
|
+
"Services"
|
|
135
|
+
],
|
|
136
|
+
"operation": [
|
|
137
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete"
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"displayName": "Force",
|
|
144
|
+
"name": "force",
|
|
145
|
+
"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.",
|
|
146
|
+
"default": true,
|
|
147
|
+
"type": "boolean",
|
|
148
|
+
"routing": {
|
|
149
|
+
"send": {
|
|
150
|
+
"type": "query",
|
|
151
|
+
"property": "force",
|
|
152
|
+
"value": "={{ $value }}",
|
|
153
|
+
"propertyInDotNotation": false
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"displayOptions": {
|
|
157
|
+
"show": {
|
|
158
|
+
"resource": [
|
|
159
|
+
"Services"
|
|
160
|
+
],
|
|
161
|
+
"operation": [
|
|
162
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"displayName": "Force Only",
|
|
169
|
+
"name": "forceOnly",
|
|
170
|
+
"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.",
|
|
171
|
+
"default": "[\n null\n]",
|
|
172
|
+
"type": "json",
|
|
173
|
+
"routing": {
|
|
174
|
+
"send": {
|
|
175
|
+
"type": "query",
|
|
176
|
+
"property": "forceOnly",
|
|
177
|
+
"value": "={{ $value }}",
|
|
178
|
+
"propertyInDotNotation": false
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"displayOptions": {
|
|
182
|
+
"show": {
|
|
183
|
+
"resource": [
|
|
184
|
+
"Services"
|
|
185
|
+
],
|
|
186
|
+
"operation": [
|
|
187
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Delete"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"displayName": "GET /v1beta1/{name}",
|
|
194
|
+
"name": "operation",
|
|
195
|
+
"type": "notice",
|
|
196
|
+
"typeOptions": {
|
|
197
|
+
"theme": "info"
|
|
198
|
+
},
|
|
199
|
+
"default": "",
|
|
200
|
+
"displayOptions": {
|
|
201
|
+
"show": {
|
|
202
|
+
"resource": [
|
|
203
|
+
"Services"
|
|
204
|
+
],
|
|
205
|
+
"operation": [
|
|
206
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Get"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"displayName": "Name",
|
|
213
|
+
"name": "name",
|
|
214
|
+
"required": true,
|
|
215
|
+
"description": "The resource name of the quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
216
|
+
"default": "",
|
|
217
|
+
"type": "string",
|
|
218
|
+
"displayOptions": {
|
|
219
|
+
"show": {
|
|
220
|
+
"resource": [
|
|
221
|
+
"Services"
|
|
222
|
+
],
|
|
223
|
+
"operation": [
|
|
224
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Get"
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"displayName": "View",
|
|
231
|
+
"name": "view",
|
|
232
|
+
"description": "Specifies the level of detail for quota information in the response.",
|
|
233
|
+
"default": "QUOTA_VIEW_UNSPECIFIED",
|
|
234
|
+
"type": "options",
|
|
235
|
+
"options": [
|
|
236
|
+
{
|
|
237
|
+
"name": "QUOTA VIEW UNSPECIFIED",
|
|
238
|
+
"value": "QUOTA_VIEW_UNSPECIFIED"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "BASIC",
|
|
242
|
+
"value": "BASIC"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "FULL",
|
|
246
|
+
"value": "FULL"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"routing": {
|
|
250
|
+
"send": {
|
|
251
|
+
"type": "query",
|
|
252
|
+
"property": "view",
|
|
253
|
+
"value": "={{ $value }}",
|
|
254
|
+
"propertyInDotNotation": false
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"displayOptions": {
|
|
258
|
+
"show": {
|
|
259
|
+
"resource": [
|
|
260
|
+
"Services"
|
|
261
|
+
],
|
|
262
|
+
"operation": [
|
|
263
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Get"
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"displayName": "PATCH /v1beta1/{name}",
|
|
270
|
+
"name": "operation",
|
|
271
|
+
"type": "notice",
|
|
272
|
+
"typeOptions": {
|
|
273
|
+
"theme": "info"
|
|
274
|
+
},
|
|
275
|
+
"default": "",
|
|
276
|
+
"displayOptions": {
|
|
277
|
+
"show": {
|
|
278
|
+
"resource": [
|
|
279
|
+
"Services"
|
|
280
|
+
],
|
|
281
|
+
"operation": [
|
|
282
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"displayName": "Name",
|
|
289
|
+
"name": "name",
|
|
290
|
+
"required": true,
|
|
291
|
+
"description": "The resource name of the override to update. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`",
|
|
292
|
+
"default": "",
|
|
293
|
+
"type": "string",
|
|
294
|
+
"displayOptions": {
|
|
295
|
+
"show": {
|
|
296
|
+
"resource": [
|
|
297
|
+
"Services"
|
|
298
|
+
],
|
|
299
|
+
"operation": [
|
|
300
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
301
|
+
]
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"displayName": "Force",
|
|
307
|
+
"name": "force",
|
|
308
|
+
"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.",
|
|
309
|
+
"default": true,
|
|
310
|
+
"type": "boolean",
|
|
311
|
+
"routing": {
|
|
312
|
+
"send": {
|
|
313
|
+
"type": "query",
|
|
314
|
+
"property": "force",
|
|
315
|
+
"value": "={{ $value }}",
|
|
316
|
+
"propertyInDotNotation": false
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"displayOptions": {
|
|
320
|
+
"show": {
|
|
321
|
+
"resource": [
|
|
322
|
+
"Services"
|
|
323
|
+
],
|
|
324
|
+
"operation": [
|
|
325
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
326
|
+
]
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"displayName": "Force Only",
|
|
332
|
+
"name": "forceOnly",
|
|
333
|
+
"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.",
|
|
334
|
+
"default": "[\n null\n]",
|
|
335
|
+
"type": "json",
|
|
336
|
+
"routing": {
|
|
337
|
+
"send": {
|
|
338
|
+
"type": "query",
|
|
339
|
+
"property": "forceOnly",
|
|
340
|
+
"value": "={{ $value }}",
|
|
341
|
+
"propertyInDotNotation": false
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"displayOptions": {
|
|
345
|
+
"show": {
|
|
346
|
+
"resource": [
|
|
347
|
+
"Services"
|
|
348
|
+
],
|
|
349
|
+
"operation": [
|
|
350
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
351
|
+
]
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"displayName": "Update Mask",
|
|
357
|
+
"name": "updateMask",
|
|
358
|
+
"description": "Update only the specified fields. If unset, all modifiable fields will be updated.",
|
|
359
|
+
"default": "",
|
|
360
|
+
"type": "string",
|
|
361
|
+
"routing": {
|
|
362
|
+
"send": {
|
|
363
|
+
"type": "query",
|
|
364
|
+
"property": "updateMask",
|
|
365
|
+
"value": "={{ $value }}",
|
|
366
|
+
"propertyInDotNotation": false
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"displayOptions": {
|
|
370
|
+
"show": {
|
|
371
|
+
"resource": [
|
|
372
|
+
"Services"
|
|
373
|
+
],
|
|
374
|
+
"operation": [
|
|
375
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
376
|
+
]
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"displayName": "Admin Override Ancestor",
|
|
382
|
+
"name": "adminOverrideAncestor",
|
|
383
|
+
"type": "string",
|
|
384
|
+
"default": "",
|
|
385
|
+
"description": "The resource name of the ancestor that requested the override. For example: \"organizations/12345\" or \"folders/67890\". Used by admin overrides only.",
|
|
386
|
+
"routing": {
|
|
387
|
+
"send": {
|
|
388
|
+
"property": "adminOverrideAncestor",
|
|
389
|
+
"propertyInDotNotation": false,
|
|
390
|
+
"type": "body",
|
|
391
|
+
"value": "={{ $value }}"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"displayOptions": {
|
|
395
|
+
"show": {
|
|
396
|
+
"resource": [
|
|
397
|
+
"Services"
|
|
398
|
+
],
|
|
399
|
+
"operation": [
|
|
400
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"displayName": "Dimensions",
|
|
407
|
+
"name": "dimensions",
|
|
408
|
+
"type": "json",
|
|
409
|
+
"default": "{}",
|
|
410
|
+
"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.",
|
|
411
|
+
"routing": {
|
|
412
|
+
"send": {
|
|
413
|
+
"property": "dimensions",
|
|
414
|
+
"propertyInDotNotation": false,
|
|
415
|
+
"type": "body",
|
|
416
|
+
"value": "={{ JSON.parse($value) }}"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"displayOptions": {
|
|
420
|
+
"show": {
|
|
421
|
+
"resource": [
|
|
422
|
+
"Services"
|
|
423
|
+
],
|
|
424
|
+
"operation": [
|
|
425
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
426
|
+
]
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"displayName": "Metric",
|
|
432
|
+
"name": "metric",
|
|
433
|
+
"type": "string",
|
|
434
|
+
"default": "",
|
|
435
|
+
"description": "The name of the metric to which this override applies. An example name would be: `compute.googleapis.com/cpus`",
|
|
436
|
+
"routing": {
|
|
437
|
+
"send": {
|
|
438
|
+
"property": "metric",
|
|
439
|
+
"propertyInDotNotation": false,
|
|
440
|
+
"type": "body",
|
|
441
|
+
"value": "={{ $value }}"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"displayOptions": {
|
|
445
|
+
"show": {
|
|
446
|
+
"resource": [
|
|
447
|
+
"Services"
|
|
448
|
+
],
|
|
449
|
+
"operation": [
|
|
450
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"displayName": "Name",
|
|
457
|
+
"name": "name",
|
|
458
|
+
"type": "string",
|
|
459
|
+
"default": "",
|
|
460
|
+
"description": "The resource name of the producer override. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`",
|
|
461
|
+
"routing": {
|
|
462
|
+
"send": {
|
|
463
|
+
"property": "name",
|
|
464
|
+
"propertyInDotNotation": false,
|
|
465
|
+
"type": "body",
|
|
466
|
+
"value": "={{ $value }}"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"displayOptions": {
|
|
470
|
+
"show": {
|
|
471
|
+
"resource": [
|
|
472
|
+
"Services"
|
|
473
|
+
],
|
|
474
|
+
"operation": [
|
|
475
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
476
|
+
]
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"displayName": "Override Value",
|
|
482
|
+
"name": "overrideValue",
|
|
483
|
+
"type": "string",
|
|
484
|
+
"default": "",
|
|
485
|
+
"description": "The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).",
|
|
486
|
+
"routing": {
|
|
487
|
+
"send": {
|
|
488
|
+
"property": "overrideValue",
|
|
489
|
+
"propertyInDotNotation": false,
|
|
490
|
+
"type": "body",
|
|
491
|
+
"value": "={{ $value }}"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"displayOptions": {
|
|
495
|
+
"show": {
|
|
496
|
+
"resource": [
|
|
497
|
+
"Services"
|
|
498
|
+
],
|
|
499
|
+
"operation": [
|
|
500
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
501
|
+
]
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"displayName": "Unit",
|
|
507
|
+
"name": "unit",
|
|
508
|
+
"type": "string",
|
|
509
|
+
"default": "",
|
|
510
|
+
"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.",
|
|
511
|
+
"routing": {
|
|
512
|
+
"send": {
|
|
513
|
+
"property": "unit",
|
|
514
|
+
"propertyInDotNotation": false,
|
|
515
|
+
"type": "body",
|
|
516
|
+
"value": "={{ $value }}"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"displayOptions": {
|
|
520
|
+
"show": {
|
|
521
|
+
"resource": [
|
|
522
|
+
"Services"
|
|
523
|
+
],
|
|
524
|
+
"operation": [
|
|
525
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Patch"
|
|
526
|
+
]
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"displayName": "GET /v1beta1/{parent}/consumerQuotaMetrics",
|
|
532
|
+
"name": "operation",
|
|
533
|
+
"type": "notice",
|
|
534
|
+
"typeOptions": {
|
|
535
|
+
"theme": "info"
|
|
536
|
+
},
|
|
537
|
+
"default": "",
|
|
538
|
+
"displayOptions": {
|
|
539
|
+
"show": {
|
|
540
|
+
"resource": [
|
|
541
|
+
"Services"
|
|
542
|
+
],
|
|
543
|
+
"operation": [
|
|
544
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics List"
|
|
545
|
+
]
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"displayName": "Parent",
|
|
551
|
+
"name": "parent",
|
|
552
|
+
"required": true,
|
|
553
|
+
"description": "Parent of the quotas resource. An example parent would be: `services/serviceconsumermanagement.googleapis.com/projects/123`",
|
|
554
|
+
"default": "",
|
|
555
|
+
"type": "string",
|
|
556
|
+
"displayOptions": {
|
|
557
|
+
"show": {
|
|
558
|
+
"resource": [
|
|
559
|
+
"Services"
|
|
560
|
+
],
|
|
561
|
+
"operation": [
|
|
562
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics List"
|
|
563
|
+
]
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"displayName": "Page Size",
|
|
569
|
+
"name": "pageSize",
|
|
570
|
+
"description": "Requested size of the next page of data.",
|
|
571
|
+
"default": 0,
|
|
572
|
+
"type": "number",
|
|
573
|
+
"routing": {
|
|
574
|
+
"send": {
|
|
575
|
+
"type": "query",
|
|
576
|
+
"property": "pageSize",
|
|
577
|
+
"value": "={{ $value }}",
|
|
578
|
+
"propertyInDotNotation": false
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"displayOptions": {
|
|
582
|
+
"show": {
|
|
583
|
+
"resource": [
|
|
584
|
+
"Services"
|
|
585
|
+
],
|
|
586
|
+
"operation": [
|
|
587
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics List"
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"displayName": "Page Token",
|
|
594
|
+
"name": "pageToken",
|
|
595
|
+
"description": "Token identifying which result to start with; returned by a previous list call.",
|
|
596
|
+
"default": "",
|
|
597
|
+
"type": "string",
|
|
598
|
+
"routing": {
|
|
599
|
+
"send": {
|
|
600
|
+
"type": "query",
|
|
601
|
+
"property": "pageToken",
|
|
602
|
+
"value": "={{ $value }}",
|
|
603
|
+
"propertyInDotNotation": false
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"displayOptions": {
|
|
607
|
+
"show": {
|
|
608
|
+
"resource": [
|
|
609
|
+
"Services"
|
|
610
|
+
],
|
|
611
|
+
"operation": [
|
|
612
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics List"
|
|
613
|
+
]
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"displayName": "View",
|
|
619
|
+
"name": "view",
|
|
620
|
+
"description": "Specifies the level of detail for quota information in the response.",
|
|
621
|
+
"default": "QUOTA_VIEW_UNSPECIFIED",
|
|
622
|
+
"type": "options",
|
|
623
|
+
"options": [
|
|
624
|
+
{
|
|
625
|
+
"name": "QUOTA VIEW UNSPECIFIED",
|
|
626
|
+
"value": "QUOTA_VIEW_UNSPECIFIED"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "BASIC",
|
|
630
|
+
"value": "BASIC"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "FULL",
|
|
634
|
+
"value": "FULL"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"routing": {
|
|
638
|
+
"send": {
|
|
639
|
+
"type": "query",
|
|
640
|
+
"property": "view",
|
|
641
|
+
"value": "={{ $value }}",
|
|
642
|
+
"propertyInDotNotation": false
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"displayOptions": {
|
|
646
|
+
"show": {
|
|
647
|
+
"resource": [
|
|
648
|
+
"Services"
|
|
649
|
+
],
|
|
650
|
+
"operation": [
|
|
651
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics List"
|
|
652
|
+
]
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"displayName": "POST /v1beta1/{parent}/consumerQuotaMetrics:importProducerOverrides",
|
|
658
|
+
"name": "operation",
|
|
659
|
+
"type": "notice",
|
|
660
|
+
"typeOptions": {
|
|
661
|
+
"theme": "info"
|
|
662
|
+
},
|
|
663
|
+
"default": "",
|
|
664
|
+
"displayOptions": {
|
|
665
|
+
"show": {
|
|
666
|
+
"resource": [
|
|
667
|
+
"Services"
|
|
668
|
+
],
|
|
669
|
+
"operation": [
|
|
670
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides"
|
|
671
|
+
]
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"displayName": "Parent",
|
|
677
|
+
"name": "parent",
|
|
678
|
+
"required": true,
|
|
679
|
+
"description": "The resource name of the consumer. An example name would be: `services/compute.googleapis.com/projects/123`",
|
|
680
|
+
"default": "",
|
|
681
|
+
"type": "string",
|
|
682
|
+
"displayOptions": {
|
|
683
|
+
"show": {
|
|
684
|
+
"resource": [
|
|
685
|
+
"Services"
|
|
686
|
+
],
|
|
687
|
+
"operation": [
|
|
688
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides"
|
|
689
|
+
]
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"displayName": "Force",
|
|
695
|
+
"name": "force",
|
|
696
|
+
"type": "boolean",
|
|
697
|
+
"default": true,
|
|
698
|
+
"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.",
|
|
699
|
+
"routing": {
|
|
700
|
+
"send": {
|
|
701
|
+
"property": "force",
|
|
702
|
+
"propertyInDotNotation": false,
|
|
703
|
+
"type": "body",
|
|
704
|
+
"value": "={{ $value }}"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"displayOptions": {
|
|
708
|
+
"show": {
|
|
709
|
+
"resource": [
|
|
710
|
+
"Services"
|
|
711
|
+
],
|
|
712
|
+
"operation": [
|
|
713
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides"
|
|
714
|
+
]
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"displayName": "Force Only",
|
|
720
|
+
"name": "forceOnly",
|
|
721
|
+
"type": "json",
|
|
722
|
+
"default": "[\n null\n]",
|
|
723
|
+
"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.",
|
|
724
|
+
"routing": {
|
|
725
|
+
"send": {
|
|
726
|
+
"property": "forceOnly",
|
|
727
|
+
"propertyInDotNotation": false,
|
|
728
|
+
"type": "body",
|
|
729
|
+
"value": "={{ JSON.parse($value) }}"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"displayOptions": {
|
|
733
|
+
"show": {
|
|
734
|
+
"resource": [
|
|
735
|
+
"Services"
|
|
736
|
+
],
|
|
737
|
+
"operation": [
|
|
738
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides"
|
|
739
|
+
]
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"displayName": "Inline Source",
|
|
745
|
+
"name": "inlineSource",
|
|
746
|
+
"type": "json",
|
|
747
|
+
"default": "{\n \"overrides\": [\n {}\n ]\n}",
|
|
748
|
+
"description": "Import data embedded in the request message",
|
|
749
|
+
"routing": {
|
|
750
|
+
"send": {
|
|
751
|
+
"property": "inlineSource",
|
|
752
|
+
"propertyInDotNotation": false,
|
|
753
|
+
"type": "body",
|
|
754
|
+
"value": "={{ JSON.parse($value) }}"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"displayOptions": {
|
|
758
|
+
"show": {
|
|
759
|
+
"resource": [
|
|
760
|
+
"Services"
|
|
761
|
+
],
|
|
762
|
+
"operation": [
|
|
763
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Import Producer Overrides"
|
|
764
|
+
]
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"displayName": "GET /v1beta1/{parent}/producerOverrides",
|
|
770
|
+
"name": "operation",
|
|
771
|
+
"type": "notice",
|
|
772
|
+
"typeOptions": {
|
|
773
|
+
"theme": "info"
|
|
774
|
+
},
|
|
775
|
+
"default": "",
|
|
776
|
+
"displayOptions": {
|
|
777
|
+
"show": {
|
|
778
|
+
"resource": [
|
|
779
|
+
"Services"
|
|
780
|
+
],
|
|
781
|
+
"operation": [
|
|
782
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List"
|
|
783
|
+
]
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"displayName": "Parent",
|
|
789
|
+
"name": "parent",
|
|
790
|
+
"required": true,
|
|
791
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
792
|
+
"default": "",
|
|
793
|
+
"type": "string",
|
|
794
|
+
"displayOptions": {
|
|
795
|
+
"show": {
|
|
796
|
+
"resource": [
|
|
797
|
+
"Services"
|
|
798
|
+
],
|
|
799
|
+
"operation": [
|
|
800
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List"
|
|
801
|
+
]
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"displayName": "Page Size",
|
|
807
|
+
"name": "pageSize",
|
|
808
|
+
"description": "Requested size of the next page of data.",
|
|
809
|
+
"default": 0,
|
|
810
|
+
"type": "number",
|
|
811
|
+
"routing": {
|
|
812
|
+
"send": {
|
|
813
|
+
"type": "query",
|
|
814
|
+
"property": "pageSize",
|
|
815
|
+
"value": "={{ $value }}",
|
|
816
|
+
"propertyInDotNotation": false
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"displayOptions": {
|
|
820
|
+
"show": {
|
|
821
|
+
"resource": [
|
|
822
|
+
"Services"
|
|
823
|
+
],
|
|
824
|
+
"operation": [
|
|
825
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List"
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"displayName": "Page Token",
|
|
832
|
+
"name": "pageToken",
|
|
833
|
+
"description": "Token identifying which result to start with; returned by a previous list call.",
|
|
834
|
+
"default": "",
|
|
835
|
+
"type": "string",
|
|
836
|
+
"routing": {
|
|
837
|
+
"send": {
|
|
838
|
+
"type": "query",
|
|
839
|
+
"property": "pageToken",
|
|
840
|
+
"value": "={{ $value }}",
|
|
841
|
+
"propertyInDotNotation": false
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"displayOptions": {
|
|
845
|
+
"show": {
|
|
846
|
+
"resource": [
|
|
847
|
+
"Services"
|
|
848
|
+
],
|
|
849
|
+
"operation": [
|
|
850
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides List"
|
|
851
|
+
]
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"displayName": "POST /v1beta1/{parent}/producerOverrides",
|
|
857
|
+
"name": "operation",
|
|
858
|
+
"type": "notice",
|
|
859
|
+
"typeOptions": {
|
|
860
|
+
"theme": "info"
|
|
861
|
+
},
|
|
862
|
+
"default": "",
|
|
863
|
+
"displayOptions": {
|
|
864
|
+
"show": {
|
|
865
|
+
"resource": [
|
|
866
|
+
"Services"
|
|
867
|
+
],
|
|
868
|
+
"operation": [
|
|
869
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"displayName": "Parent",
|
|
876
|
+
"name": "parent",
|
|
877
|
+
"required": true,
|
|
878
|
+
"description": "The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`",
|
|
879
|
+
"default": "",
|
|
880
|
+
"type": "string",
|
|
881
|
+
"displayOptions": {
|
|
882
|
+
"show": {
|
|
883
|
+
"resource": [
|
|
884
|
+
"Services"
|
|
885
|
+
],
|
|
886
|
+
"operation": [
|
|
887
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
888
|
+
]
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"displayName": "Force",
|
|
894
|
+
"name": "force",
|
|
895
|
+
"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.",
|
|
896
|
+
"default": true,
|
|
897
|
+
"type": "boolean",
|
|
898
|
+
"routing": {
|
|
899
|
+
"send": {
|
|
900
|
+
"type": "query",
|
|
901
|
+
"property": "force",
|
|
902
|
+
"value": "={{ $value }}",
|
|
903
|
+
"propertyInDotNotation": false
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"displayOptions": {
|
|
907
|
+
"show": {
|
|
908
|
+
"resource": [
|
|
909
|
+
"Services"
|
|
910
|
+
],
|
|
911
|
+
"operation": [
|
|
912
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
913
|
+
]
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"displayName": "Force Only",
|
|
919
|
+
"name": "forceOnly",
|
|
920
|
+
"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.",
|
|
921
|
+
"default": "[\n null\n]",
|
|
922
|
+
"type": "json",
|
|
923
|
+
"routing": {
|
|
924
|
+
"send": {
|
|
925
|
+
"type": "query",
|
|
926
|
+
"property": "forceOnly",
|
|
927
|
+
"value": "={{ $value }}",
|
|
928
|
+
"propertyInDotNotation": false
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"displayOptions": {
|
|
932
|
+
"show": {
|
|
933
|
+
"resource": [
|
|
934
|
+
"Services"
|
|
935
|
+
],
|
|
936
|
+
"operation": [
|
|
937
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
938
|
+
]
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"displayName": "Admin Override Ancestor",
|
|
944
|
+
"name": "adminOverrideAncestor",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"default": "",
|
|
947
|
+
"description": "The resource name of the ancestor that requested the override. For example: \"organizations/12345\" or \"folders/67890\". Used by admin overrides only.",
|
|
948
|
+
"routing": {
|
|
949
|
+
"send": {
|
|
950
|
+
"property": "adminOverrideAncestor",
|
|
951
|
+
"propertyInDotNotation": false,
|
|
952
|
+
"type": "body",
|
|
953
|
+
"value": "={{ $value }}"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"displayOptions": {
|
|
957
|
+
"show": {
|
|
958
|
+
"resource": [
|
|
959
|
+
"Services"
|
|
960
|
+
],
|
|
961
|
+
"operation": [
|
|
962
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
963
|
+
]
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"displayName": "Dimensions",
|
|
969
|
+
"name": "dimensions",
|
|
970
|
+
"type": "json",
|
|
971
|
+
"default": "{}",
|
|
972
|
+
"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.",
|
|
973
|
+
"routing": {
|
|
974
|
+
"send": {
|
|
975
|
+
"property": "dimensions",
|
|
976
|
+
"propertyInDotNotation": false,
|
|
977
|
+
"type": "body",
|
|
978
|
+
"value": "={{ JSON.parse($value) }}"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"displayOptions": {
|
|
982
|
+
"show": {
|
|
983
|
+
"resource": [
|
|
984
|
+
"Services"
|
|
985
|
+
],
|
|
986
|
+
"operation": [
|
|
987
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
988
|
+
]
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"displayName": "Metric",
|
|
994
|
+
"name": "metric",
|
|
995
|
+
"type": "string",
|
|
996
|
+
"default": "",
|
|
997
|
+
"description": "The name of the metric to which this override applies. An example name would be: `compute.googleapis.com/cpus`",
|
|
998
|
+
"routing": {
|
|
999
|
+
"send": {
|
|
1000
|
+
"property": "metric",
|
|
1001
|
+
"propertyInDotNotation": false,
|
|
1002
|
+
"type": "body",
|
|
1003
|
+
"value": "={{ $value }}"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"displayOptions": {
|
|
1007
|
+
"show": {
|
|
1008
|
+
"resource": [
|
|
1009
|
+
"Services"
|
|
1010
|
+
],
|
|
1011
|
+
"operation": [
|
|
1012
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"displayName": "Name",
|
|
1019
|
+
"name": "name",
|
|
1020
|
+
"type": "string",
|
|
1021
|
+
"default": "",
|
|
1022
|
+
"description": "The resource name of the producer override. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`",
|
|
1023
|
+
"routing": {
|
|
1024
|
+
"send": {
|
|
1025
|
+
"property": "name",
|
|
1026
|
+
"propertyInDotNotation": false,
|
|
1027
|
+
"type": "body",
|
|
1028
|
+
"value": "={{ $value }}"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"displayOptions": {
|
|
1032
|
+
"show": {
|
|
1033
|
+
"resource": [
|
|
1034
|
+
"Services"
|
|
1035
|
+
],
|
|
1036
|
+
"operation": [
|
|
1037
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
1038
|
+
]
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"displayName": "Override Value",
|
|
1044
|
+
"name": "overrideValue",
|
|
1045
|
+
"type": "string",
|
|
1046
|
+
"default": "",
|
|
1047
|
+
"description": "The overriding quota limit value. Can be any nonnegative integer, or -1 (unlimited quota).",
|
|
1048
|
+
"routing": {
|
|
1049
|
+
"send": {
|
|
1050
|
+
"property": "overrideValue",
|
|
1051
|
+
"propertyInDotNotation": false,
|
|
1052
|
+
"type": "body",
|
|
1053
|
+
"value": "={{ $value }}"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
"displayOptions": {
|
|
1057
|
+
"show": {
|
|
1058
|
+
"resource": [
|
|
1059
|
+
"Services"
|
|
1060
|
+
],
|
|
1061
|
+
"operation": [
|
|
1062
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
1063
|
+
]
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"displayName": "Unit",
|
|
1069
|
+
"name": "unit",
|
|
1070
|
+
"type": "string",
|
|
1071
|
+
"default": "",
|
|
1072
|
+
"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.",
|
|
1073
|
+
"routing": {
|
|
1074
|
+
"send": {
|
|
1075
|
+
"property": "unit",
|
|
1076
|
+
"propertyInDotNotation": false,
|
|
1077
|
+
"type": "body",
|
|
1078
|
+
"value": "={{ $value }}"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"displayOptions": {
|
|
1082
|
+
"show": {
|
|
1083
|
+
"resource": [
|
|
1084
|
+
"Services"
|
|
1085
|
+
],
|
|
1086
|
+
"operation": [
|
|
1087
|
+
"Serviceconsumermanagement Services Consumer Quota Metrics Limits Producer Overrides Create"
|
|
1088
|
+
]
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
];
|
|
1093
|
+
//# sourceMappingURL=index.js.map
|