@n8n-dev/n8n-nodes-googleapis-runtimeconfig 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.
@@ -0,0 +1,1562 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.projectsDescription = void 0;
4
+ exports.projectsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Projects"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Runtimeconfig Projects Configs Waiters Delete",
20
+ "value": "Runtimeconfig Projects Configs Waiters Delete",
21
+ "action": "Runtimeconfig Projects Configs Waiters Delete",
22
+ "description": "Deletes the waiter with the specified name.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Runtimeconfig Projects Configs Waiters Get",
32
+ "value": "Runtimeconfig Projects Configs Waiters Get",
33
+ "action": "Runtimeconfig Projects Configs Waiters Get",
34
+ "description": "Gets information about a single waiter.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Runtimeconfig Projects Configs Variables Update",
44
+ "value": "Runtimeconfig Projects Configs Variables Update",
45
+ "action": "Runtimeconfig Projects Configs Variables Update",
46
+ "description": "Updates an existing variable with a new value.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "PUT",
50
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Runtimeconfig Projects Configs Variables Watch",
56
+ "value": "Runtimeconfig Projects Configs Variables Watch",
57
+ "action": "Runtimeconfig Projects Configs Variables Watch",
58
+ "description": "Watches a specific variable and waits for a change in the variable's value. When there is a change, this method returns the new value or times out. If a variable is deleted while being watched, the `variableState` state is set to `DELETED` and the method returns the last known variable `value`. If you set the deadline for watching to a larger value than internal timeout (60 seconds), the current variable value is returned and the `variableState` will be `VARIABLE_STATE_UNSPECIFIED`. To learn more about creating a watcher, read the [Watching a Variable for Changes](/deployment-manager/runtime-configurator/watching-a-variable) documentation.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}:watch"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Runtimeconfig Projects Configs List",
68
+ "value": "Runtimeconfig Projects Configs List",
69
+ "action": "Runtimeconfig Projects Configs List",
70
+ "description": "Lists all the RuntimeConfig resources within project.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/configs"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Runtimeconfig Projects Configs Create",
80
+ "value": "Runtimeconfig Projects Configs Create",
81
+ "action": "Runtimeconfig Projects Configs Create",
82
+ "description": "Creates a new RuntimeConfig resource. The configuration name must be unique within project.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/configs"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Runtimeconfig Projects Configs Variables List",
92
+ "value": "Runtimeconfig Projects Configs Variables List",
93
+ "action": "Runtimeconfig Projects Configs Variables List",
94
+ "description": "Lists variables within given a configuration, matching any provided filters. This only lists variable names, not the values, unless `return_values` is true, in which case only variables that user has IAM permission to GetVariable will be returned.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/variables"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Runtimeconfig Projects Configs Variables Create",
104
+ "value": "Runtimeconfig Projects Configs Variables Create",
105
+ "action": "Runtimeconfig Projects Configs Variables Create",
106
+ "description": "Creates a variable within the given configuration. You cannot create a variable with a name that is a prefix of an existing variable name, or a name that has an existing variable name as a prefix. To learn more about creating a variable, read the [Setting and Getting Data](/deployment-manager/runtime-configurator/set-and-get-variables) documentation.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/variables"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Runtimeconfig Projects Configs Waiters List",
116
+ "value": "Runtimeconfig Projects Configs Waiters List",
117
+ "action": "Runtimeconfig Projects Configs Waiters List",
118
+ "description": "List waiters within the given configuration.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/waiters"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Runtimeconfig Projects Configs Waiters Create",
128
+ "value": "Runtimeconfig Projects Configs Waiters Create",
129
+ "action": "Runtimeconfig Projects Configs Waiters Create",
130
+ "description": "Creates a Waiter resource. This operation returns a long-running Operation resource which can be polled for completion. However, a waiter with the given name will exist (and can be retrieved) prior to the operation completing. If the operation fails, the failed Waiter resource will still exist and must be deleted prior to subsequent creation attempts.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/waiters"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Runtimeconfig Projects Configs Get Iam Policy",
140
+ "value": "Runtimeconfig Projects Configs Get Iam Policy",
141
+ "action": "Runtimeconfig Projects Configs Get Iam Policy",
142
+ "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:getIamPolicy"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Runtimeconfig Projects Configs Set Iam Policy",
152
+ "value": "Runtimeconfig Projects Configs Set Iam Policy",
153
+ "action": "Runtimeconfig Projects Configs Set Iam Policy",
154
+ "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:setIamPolicy"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Runtimeconfig Projects Configs Waiters Test Iam Permissions",
164
+ "value": "Runtimeconfig Projects Configs Waiters Test Iam Permissions",
165
+ "action": "Runtimeconfig Projects Configs Waiters Test Iam Permissions",
166
+ "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "POST",
170
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:testIamPermissions"
171
+ }
172
+ }
173
+ }
174
+ ],
175
+ "default": ""
176
+ },
177
+ {
178
+ "displayName": "DELETE /v1beta1/{name}",
179
+ "name": "operation",
180
+ "type": "notice",
181
+ "typeOptions": {
182
+ "theme": "info"
183
+ },
184
+ "default": "",
185
+ "displayOptions": {
186
+ "show": {
187
+ "resource": [
188
+ "Projects"
189
+ ],
190
+ "operation": [
191
+ "Runtimeconfig Projects Configs Waiters Delete"
192
+ ]
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "displayName": "Name",
198
+ "name": "name",
199
+ "required": true,
200
+ "description": "The Waiter resource to delete, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`",
201
+ "default": "",
202
+ "type": "string",
203
+ "displayOptions": {
204
+ "show": {
205
+ "resource": [
206
+ "Projects"
207
+ ],
208
+ "operation": [
209
+ "Runtimeconfig Projects Configs Waiters Delete"
210
+ ]
211
+ }
212
+ }
213
+ },
214
+ {
215
+ "displayName": "Recursive",
216
+ "name": "recursive",
217
+ "description": "Set to `true` to recursively delete multiple variables with the same prefix.",
218
+ "default": true,
219
+ "type": "boolean",
220
+ "routing": {
221
+ "send": {
222
+ "type": "query",
223
+ "property": "recursive",
224
+ "value": "={{ $value }}",
225
+ "propertyInDotNotation": false
226
+ }
227
+ },
228
+ "displayOptions": {
229
+ "show": {
230
+ "resource": [
231
+ "Projects"
232
+ ],
233
+ "operation": [
234
+ "Runtimeconfig Projects Configs Waiters Delete"
235
+ ]
236
+ }
237
+ }
238
+ },
239
+ {
240
+ "displayName": "GET /v1beta1/{name}",
241
+ "name": "operation",
242
+ "type": "notice",
243
+ "typeOptions": {
244
+ "theme": "info"
245
+ },
246
+ "default": "",
247
+ "displayOptions": {
248
+ "show": {
249
+ "resource": [
250
+ "Projects"
251
+ ],
252
+ "operation": [
253
+ "Runtimeconfig Projects Configs Waiters Get"
254
+ ]
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "displayName": "Name",
260
+ "name": "name",
261
+ "required": true,
262
+ "description": "The fully-qualified name of the Waiter resource object to retrieve, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]`",
263
+ "default": "",
264
+ "type": "string",
265
+ "displayOptions": {
266
+ "show": {
267
+ "resource": [
268
+ "Projects"
269
+ ],
270
+ "operation": [
271
+ "Runtimeconfig Projects Configs Waiters Get"
272
+ ]
273
+ }
274
+ }
275
+ },
276
+ {
277
+ "displayName": "PUT /v1beta1/{name}",
278
+ "name": "operation",
279
+ "type": "notice",
280
+ "typeOptions": {
281
+ "theme": "info"
282
+ },
283
+ "default": "",
284
+ "displayOptions": {
285
+ "show": {
286
+ "resource": [
287
+ "Projects"
288
+ ],
289
+ "operation": [
290
+ "Runtimeconfig Projects Configs Variables Update"
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ {
296
+ "displayName": "Name",
297
+ "name": "name",
298
+ "required": true,
299
+ "description": "The name of the variable to update, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]`",
300
+ "default": "",
301
+ "type": "string",
302
+ "displayOptions": {
303
+ "show": {
304
+ "resource": [
305
+ "Projects"
306
+ ],
307
+ "operation": [
308
+ "Runtimeconfig Projects Configs Variables Update"
309
+ ]
310
+ }
311
+ }
312
+ },
313
+ {
314
+ "displayName": "Name",
315
+ "name": "name",
316
+ "type": "string",
317
+ "default": "",
318
+ "description": "The name of the variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME] The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system file path naming. The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and dashes. Slashes are used as path element separators and are not part of the `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one non-slash character. Multiple slashes are coalesced into single slash character. Each path segment should match [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression. The length of a `[VARIABLE_NAME]` must be less than 256 characters. Once you create a variable, you cannot change the variable name.",
319
+ "routing": {
320
+ "send": {
321
+ "property": "name",
322
+ "propertyInDotNotation": false,
323
+ "type": "body",
324
+ "value": "={{ $value }}"
325
+ }
326
+ },
327
+ "displayOptions": {
328
+ "show": {
329
+ "resource": [
330
+ "Projects"
331
+ ],
332
+ "operation": [
333
+ "Runtimeconfig Projects Configs Variables Update"
334
+ ]
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "displayName": "State",
340
+ "name": "state",
341
+ "type": "options",
342
+ "default": "VARIABLE_STATE_UNSPECIFIED",
343
+ "description": "Output only. The current state of the variable. The variable state indicates the outcome of the `variables().watch` call and is visible through the `get` and `list` calls.",
344
+ "options": [
345
+ {
346
+ "name": "VARIABLE STATE UNSPECIFIED",
347
+ "value": "VARIABLE_STATE_UNSPECIFIED"
348
+ },
349
+ {
350
+ "name": "UPDATED",
351
+ "value": "UPDATED"
352
+ },
353
+ {
354
+ "name": "DELETED",
355
+ "value": "DELETED"
356
+ }
357
+ ],
358
+ "routing": {
359
+ "send": {
360
+ "property": "state",
361
+ "propertyInDotNotation": false,
362
+ "type": "body",
363
+ "value": "={{ $value }}"
364
+ }
365
+ },
366
+ "displayOptions": {
367
+ "show": {
368
+ "resource": [
369
+ "Projects"
370
+ ],
371
+ "operation": [
372
+ "Runtimeconfig Projects Configs Variables Update"
373
+ ]
374
+ }
375
+ }
376
+ },
377
+ {
378
+ "displayName": "Text",
379
+ "name": "text",
380
+ "type": "string",
381
+ "default": "",
382
+ "description": "The string value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. For example, `text: \"my text value\"`. The string must be valid UTF-8.",
383
+ "routing": {
384
+ "send": {
385
+ "property": "text",
386
+ "propertyInDotNotation": false,
387
+ "type": "body",
388
+ "value": "={{ $value }}"
389
+ }
390
+ },
391
+ "displayOptions": {
392
+ "show": {
393
+ "resource": [
394
+ "Projects"
395
+ ],
396
+ "operation": [
397
+ "Runtimeconfig Projects Configs Variables Update"
398
+ ]
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "displayName": "Update Time",
404
+ "name": "updateTime",
405
+ "type": "string",
406
+ "default": "",
407
+ "description": "Output only. The time of the last variable update. Timestamp will be UTC timestamp.",
408
+ "routing": {
409
+ "send": {
410
+ "property": "updateTime",
411
+ "propertyInDotNotation": false,
412
+ "type": "body",
413
+ "value": "={{ $value }}"
414
+ }
415
+ },
416
+ "displayOptions": {
417
+ "show": {
418
+ "resource": [
419
+ "Projects"
420
+ ],
421
+ "operation": [
422
+ "Runtimeconfig Projects Configs Variables Update"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "displayName": "Value",
429
+ "name": "value",
430
+ "type": "string",
431
+ "default": "",
432
+ "description": "The binary value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. The value must be base64 encoded, and must comply with IETF RFC4648 (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text` can be set.",
433
+ "routing": {
434
+ "send": {
435
+ "property": "value",
436
+ "propertyInDotNotation": false,
437
+ "type": "body",
438
+ "value": "={{ $value }}"
439
+ }
440
+ },
441
+ "displayOptions": {
442
+ "show": {
443
+ "resource": [
444
+ "Projects"
445
+ ],
446
+ "operation": [
447
+ "Runtimeconfig Projects Configs Variables Update"
448
+ ]
449
+ }
450
+ }
451
+ },
452
+ {
453
+ "displayName": "POST /v1beta1/{name}:watch",
454
+ "name": "operation",
455
+ "type": "notice",
456
+ "typeOptions": {
457
+ "theme": "info"
458
+ },
459
+ "default": "",
460
+ "displayOptions": {
461
+ "show": {
462
+ "resource": [
463
+ "Projects"
464
+ ],
465
+ "operation": [
466
+ "Runtimeconfig Projects Configs Variables Watch"
467
+ ]
468
+ }
469
+ }
470
+ },
471
+ {
472
+ "displayName": "Name",
473
+ "name": "name",
474
+ "required": true,
475
+ "description": "The name of the variable to watch, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`",
476
+ "default": "",
477
+ "type": "string",
478
+ "displayOptions": {
479
+ "show": {
480
+ "resource": [
481
+ "Projects"
482
+ ],
483
+ "operation": [
484
+ "Runtimeconfig Projects Configs Variables Watch"
485
+ ]
486
+ }
487
+ }
488
+ },
489
+ {
490
+ "displayName": "Newer Than",
491
+ "name": "newerThan",
492
+ "type": "string",
493
+ "default": "",
494
+ "description": "If specified, checks the current timestamp of the variable and if the current timestamp is newer than `newerThan` timestamp, the method returns immediately. If not specified or the variable has an older timestamp, the watcher waits for a the value to change before returning.",
495
+ "routing": {
496
+ "send": {
497
+ "property": "newerThan",
498
+ "propertyInDotNotation": false,
499
+ "type": "body",
500
+ "value": "={{ $value }}"
501
+ }
502
+ },
503
+ "displayOptions": {
504
+ "show": {
505
+ "resource": [
506
+ "Projects"
507
+ ],
508
+ "operation": [
509
+ "Runtimeconfig Projects Configs Variables Watch"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "displayName": "GET /v1beta1/{parent}/configs",
516
+ "name": "operation",
517
+ "type": "notice",
518
+ "typeOptions": {
519
+ "theme": "info"
520
+ },
521
+ "default": "",
522
+ "displayOptions": {
523
+ "show": {
524
+ "resource": [
525
+ "Projects"
526
+ ],
527
+ "operation": [
528
+ "Runtimeconfig Projects Configs List"
529
+ ]
530
+ }
531
+ }
532
+ },
533
+ {
534
+ "displayName": "Parent",
535
+ "name": "parent",
536
+ "required": true,
537
+ "description": "The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848) for this request, in the format `projects/[PROJECT_ID]`.",
538
+ "default": "",
539
+ "type": "string",
540
+ "displayOptions": {
541
+ "show": {
542
+ "resource": [
543
+ "Projects"
544
+ ],
545
+ "operation": [
546
+ "Runtimeconfig Projects Configs List"
547
+ ]
548
+ }
549
+ }
550
+ },
551
+ {
552
+ "displayName": "Page Size",
553
+ "name": "pageSize",
554
+ "description": "Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.",
555
+ "default": 0,
556
+ "type": "number",
557
+ "routing": {
558
+ "send": {
559
+ "type": "query",
560
+ "property": "pageSize",
561
+ "value": "={{ $value }}",
562
+ "propertyInDotNotation": false
563
+ }
564
+ },
565
+ "displayOptions": {
566
+ "show": {
567
+ "resource": [
568
+ "Projects"
569
+ ],
570
+ "operation": [
571
+ "Runtimeconfig Projects Configs List"
572
+ ]
573
+ }
574
+ }
575
+ },
576
+ {
577
+ "displayName": "Page Token",
578
+ "name": "pageToken",
579
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.",
580
+ "default": "",
581
+ "type": "string",
582
+ "routing": {
583
+ "send": {
584
+ "type": "query",
585
+ "property": "pageToken",
586
+ "value": "={{ $value }}",
587
+ "propertyInDotNotation": false
588
+ }
589
+ },
590
+ "displayOptions": {
591
+ "show": {
592
+ "resource": [
593
+ "Projects"
594
+ ],
595
+ "operation": [
596
+ "Runtimeconfig Projects Configs List"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "displayName": "POST /v1beta1/{parent}/configs",
603
+ "name": "operation",
604
+ "type": "notice",
605
+ "typeOptions": {
606
+ "theme": "info"
607
+ },
608
+ "default": "",
609
+ "displayOptions": {
610
+ "show": {
611
+ "resource": [
612
+ "Projects"
613
+ ],
614
+ "operation": [
615
+ "Runtimeconfig Projects Configs Create"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "displayName": "Parent",
622
+ "name": "parent",
623
+ "required": true,
624
+ "description": "The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848) for this request, in the format `projects/[PROJECT_ID]`.",
625
+ "default": "",
626
+ "type": "string",
627
+ "displayOptions": {
628
+ "show": {
629
+ "resource": [
630
+ "Projects"
631
+ ],
632
+ "operation": [
633
+ "Runtimeconfig Projects Configs Create"
634
+ ]
635
+ }
636
+ }
637
+ },
638
+ {
639
+ "displayName": "Request ID",
640
+ "name": "requestId",
641
+ "description": "An optional but recommended unique `request_id`. If the server receives two `create()` requests with the same `request_id`, then the second request will be ignored and the first resource created and stored in the backend is returned. Empty `request_id` fields are ignored. It is responsibility of the client to ensure uniqueness of the `request_id` strings. `request_id` strings are limited to 64 characters.",
642
+ "default": "",
643
+ "type": "string",
644
+ "routing": {
645
+ "send": {
646
+ "type": "query",
647
+ "property": "requestId",
648
+ "value": "={{ $value }}",
649
+ "propertyInDotNotation": false
650
+ }
651
+ },
652
+ "displayOptions": {
653
+ "show": {
654
+ "resource": [
655
+ "Projects"
656
+ ],
657
+ "operation": [
658
+ "Runtimeconfig Projects Configs Create"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ {
664
+ "displayName": "Description",
665
+ "name": "description",
666
+ "type": "string",
667
+ "default": "",
668
+ "description": "An optional description of the RuntimeConfig object.",
669
+ "routing": {
670
+ "send": {
671
+ "property": "description",
672
+ "propertyInDotNotation": false,
673
+ "type": "body",
674
+ "value": "={{ $value }}"
675
+ }
676
+ },
677
+ "displayOptions": {
678
+ "show": {
679
+ "resource": [
680
+ "Projects"
681
+ ],
682
+ "operation": [
683
+ "Runtimeconfig Projects Configs Create"
684
+ ]
685
+ }
686
+ }
687
+ },
688
+ {
689
+ "displayName": "Name",
690
+ "name": "name",
691
+ "type": "string",
692
+ "default": "",
693
+ "description": "The resource name of a runtime config. The name must have the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME] The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an arbitrary name that matches the `[0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?` regular expression. The length of `[CONFIG_NAME]` must be less than 64 characters. You pick the RuntimeConfig resource name, but the server will validate that the name adheres to this format. After you create the resource, you cannot change the resource's name.",
694
+ "routing": {
695
+ "send": {
696
+ "property": "name",
697
+ "propertyInDotNotation": false,
698
+ "type": "body",
699
+ "value": "={{ $value }}"
700
+ }
701
+ },
702
+ "displayOptions": {
703
+ "show": {
704
+ "resource": [
705
+ "Projects"
706
+ ],
707
+ "operation": [
708
+ "Runtimeconfig Projects Configs Create"
709
+ ]
710
+ }
711
+ }
712
+ },
713
+ {
714
+ "displayName": "GET /v1beta1/{parent}/variables",
715
+ "name": "operation",
716
+ "type": "notice",
717
+ "typeOptions": {
718
+ "theme": "info"
719
+ },
720
+ "default": "",
721
+ "displayOptions": {
722
+ "show": {
723
+ "resource": [
724
+ "Projects"
725
+ ],
726
+ "operation": [
727
+ "Runtimeconfig Projects Configs Variables List"
728
+ ]
729
+ }
730
+ }
731
+ },
732
+ {
733
+ "displayName": "Parent",
734
+ "name": "parent",
735
+ "required": true,
736
+ "description": "The path to the RuntimeConfig resource for which you want to list variables. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`",
737
+ "default": "",
738
+ "type": "string",
739
+ "displayOptions": {
740
+ "show": {
741
+ "resource": [
742
+ "Projects"
743
+ ],
744
+ "operation": [
745
+ "Runtimeconfig Projects Configs Variables List"
746
+ ]
747
+ }
748
+ }
749
+ },
750
+ {
751
+ "displayName": "Filter",
752
+ "name": "filter",
753
+ "description": "Filters variables by matching the specified filter. For example: `projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.",
754
+ "default": "",
755
+ "type": "string",
756
+ "routing": {
757
+ "send": {
758
+ "type": "query",
759
+ "property": "filter",
760
+ "value": "={{ $value }}",
761
+ "propertyInDotNotation": false
762
+ }
763
+ },
764
+ "displayOptions": {
765
+ "show": {
766
+ "resource": [
767
+ "Projects"
768
+ ],
769
+ "operation": [
770
+ "Runtimeconfig Projects Configs Variables List"
771
+ ]
772
+ }
773
+ }
774
+ },
775
+ {
776
+ "displayName": "Page Size",
777
+ "name": "pageSize",
778
+ "description": "Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.",
779
+ "default": 0,
780
+ "type": "number",
781
+ "routing": {
782
+ "send": {
783
+ "type": "query",
784
+ "property": "pageSize",
785
+ "value": "={{ $value }}",
786
+ "propertyInDotNotation": false
787
+ }
788
+ },
789
+ "displayOptions": {
790
+ "show": {
791
+ "resource": [
792
+ "Projects"
793
+ ],
794
+ "operation": [
795
+ "Runtimeconfig Projects Configs Variables List"
796
+ ]
797
+ }
798
+ }
799
+ },
800
+ {
801
+ "displayName": "Page Token",
802
+ "name": "pageToken",
803
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.",
804
+ "default": "",
805
+ "type": "string",
806
+ "routing": {
807
+ "send": {
808
+ "type": "query",
809
+ "property": "pageToken",
810
+ "value": "={{ $value }}",
811
+ "propertyInDotNotation": false
812
+ }
813
+ },
814
+ "displayOptions": {
815
+ "show": {
816
+ "resource": [
817
+ "Projects"
818
+ ],
819
+ "operation": [
820
+ "Runtimeconfig Projects Configs Variables List"
821
+ ]
822
+ }
823
+ }
824
+ },
825
+ {
826
+ "displayName": "Return Values",
827
+ "name": "returnValues",
828
+ "description": "The flag indicates whether the user wants to return values of variables. If true, then only those variables that user has IAM GetVariable permission will be returned along with their values.",
829
+ "default": true,
830
+ "type": "boolean",
831
+ "routing": {
832
+ "send": {
833
+ "type": "query",
834
+ "property": "returnValues",
835
+ "value": "={{ $value }}",
836
+ "propertyInDotNotation": false
837
+ }
838
+ },
839
+ "displayOptions": {
840
+ "show": {
841
+ "resource": [
842
+ "Projects"
843
+ ],
844
+ "operation": [
845
+ "Runtimeconfig Projects Configs Variables List"
846
+ ]
847
+ }
848
+ }
849
+ },
850
+ {
851
+ "displayName": "POST /v1beta1/{parent}/variables",
852
+ "name": "operation",
853
+ "type": "notice",
854
+ "typeOptions": {
855
+ "theme": "info"
856
+ },
857
+ "default": "",
858
+ "displayOptions": {
859
+ "show": {
860
+ "resource": [
861
+ "Projects"
862
+ ],
863
+ "operation": [
864
+ "Runtimeconfig Projects Configs Variables Create"
865
+ ]
866
+ }
867
+ }
868
+ },
869
+ {
870
+ "displayName": "Parent",
871
+ "name": "parent",
872
+ "required": true,
873
+ "description": "The path to the RutimeConfig resource that this variable should belong to. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`",
874
+ "default": "",
875
+ "type": "string",
876
+ "displayOptions": {
877
+ "show": {
878
+ "resource": [
879
+ "Projects"
880
+ ],
881
+ "operation": [
882
+ "Runtimeconfig Projects Configs Variables Create"
883
+ ]
884
+ }
885
+ }
886
+ },
887
+ {
888
+ "displayName": "Request ID",
889
+ "name": "requestId",
890
+ "description": "An optional but recommended unique `request_id`. If the server receives two `create()` requests with the same `request_id`, then the second request will be ignored and the first resource created and stored in the backend is returned. Empty `request_id` fields are ignored. It is responsibility of the client to ensure uniqueness of the `request_id` strings. `request_id` strings are limited to 64 characters.",
891
+ "default": "",
892
+ "type": "string",
893
+ "routing": {
894
+ "send": {
895
+ "type": "query",
896
+ "property": "requestId",
897
+ "value": "={{ $value }}",
898
+ "propertyInDotNotation": false
899
+ }
900
+ },
901
+ "displayOptions": {
902
+ "show": {
903
+ "resource": [
904
+ "Projects"
905
+ ],
906
+ "operation": [
907
+ "Runtimeconfig Projects Configs Variables Create"
908
+ ]
909
+ }
910
+ }
911
+ },
912
+ {
913
+ "displayName": "Name",
914
+ "name": "name",
915
+ "type": "string",
916
+ "default": "",
917
+ "description": "The name of the variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME] The `[PROJECT_ID]` must be a valid project ID, `[CONFIG_NAME]` must be a valid RuntimeConfig resource and `[VARIABLE_NAME]` follows Unix file system file path naming. The `[VARIABLE_NAME]` can contain ASCII letters, numbers, slashes and dashes. Slashes are used as path element separators and are not part of the `[VARIABLE_NAME]` itself, so `[VARIABLE_NAME]` must contain at least one non-slash character. Multiple slashes are coalesced into single slash character. Each path segment should match [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression. The length of a `[VARIABLE_NAME]` must be less than 256 characters. Once you create a variable, you cannot change the variable name.",
918
+ "routing": {
919
+ "send": {
920
+ "property": "name",
921
+ "propertyInDotNotation": false,
922
+ "type": "body",
923
+ "value": "={{ $value }}"
924
+ }
925
+ },
926
+ "displayOptions": {
927
+ "show": {
928
+ "resource": [
929
+ "Projects"
930
+ ],
931
+ "operation": [
932
+ "Runtimeconfig Projects Configs Variables Create"
933
+ ]
934
+ }
935
+ }
936
+ },
937
+ {
938
+ "displayName": "State",
939
+ "name": "state",
940
+ "type": "options",
941
+ "default": "VARIABLE_STATE_UNSPECIFIED",
942
+ "description": "Output only. The current state of the variable. The variable state indicates the outcome of the `variables().watch` call and is visible through the `get` and `list` calls.",
943
+ "options": [
944
+ {
945
+ "name": "VARIABLE STATE UNSPECIFIED",
946
+ "value": "VARIABLE_STATE_UNSPECIFIED"
947
+ },
948
+ {
949
+ "name": "UPDATED",
950
+ "value": "UPDATED"
951
+ },
952
+ {
953
+ "name": "DELETED",
954
+ "value": "DELETED"
955
+ }
956
+ ],
957
+ "routing": {
958
+ "send": {
959
+ "property": "state",
960
+ "propertyInDotNotation": false,
961
+ "type": "body",
962
+ "value": "={{ $value }}"
963
+ }
964
+ },
965
+ "displayOptions": {
966
+ "show": {
967
+ "resource": [
968
+ "Projects"
969
+ ],
970
+ "operation": [
971
+ "Runtimeconfig Projects Configs Variables Create"
972
+ ]
973
+ }
974
+ }
975
+ },
976
+ {
977
+ "displayName": "Text",
978
+ "name": "text",
979
+ "type": "string",
980
+ "default": "",
981
+ "description": "The string value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. For example, `text: \"my text value\"`. The string must be valid UTF-8.",
982
+ "routing": {
983
+ "send": {
984
+ "property": "text",
985
+ "propertyInDotNotation": false,
986
+ "type": "body",
987
+ "value": "={{ $value }}"
988
+ }
989
+ },
990
+ "displayOptions": {
991
+ "show": {
992
+ "resource": [
993
+ "Projects"
994
+ ],
995
+ "operation": [
996
+ "Runtimeconfig Projects Configs Variables Create"
997
+ ]
998
+ }
999
+ }
1000
+ },
1001
+ {
1002
+ "displayName": "Update Time",
1003
+ "name": "updateTime",
1004
+ "type": "string",
1005
+ "default": "",
1006
+ "description": "Output only. The time of the last variable update. Timestamp will be UTC timestamp.",
1007
+ "routing": {
1008
+ "send": {
1009
+ "property": "updateTime",
1010
+ "propertyInDotNotation": false,
1011
+ "type": "body",
1012
+ "value": "={{ $value }}"
1013
+ }
1014
+ },
1015
+ "displayOptions": {
1016
+ "show": {
1017
+ "resource": [
1018
+ "Projects"
1019
+ ],
1020
+ "operation": [
1021
+ "Runtimeconfig Projects Configs Variables Create"
1022
+ ]
1023
+ }
1024
+ }
1025
+ },
1026
+ {
1027
+ "displayName": "Value",
1028
+ "name": "value",
1029
+ "type": "string",
1030
+ "default": "",
1031
+ "description": "The binary value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. The value must be base64 encoded, and must comply with IETF RFC4648 (https://www.ietf.org/rfc/rfc4648.txt). Only one of `value` or `text` can be set.",
1032
+ "routing": {
1033
+ "send": {
1034
+ "property": "value",
1035
+ "propertyInDotNotation": false,
1036
+ "type": "body",
1037
+ "value": "={{ $value }}"
1038
+ }
1039
+ },
1040
+ "displayOptions": {
1041
+ "show": {
1042
+ "resource": [
1043
+ "Projects"
1044
+ ],
1045
+ "operation": [
1046
+ "Runtimeconfig Projects Configs Variables Create"
1047
+ ]
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "displayName": "GET /v1beta1/{parent}/waiters",
1053
+ "name": "operation",
1054
+ "type": "notice",
1055
+ "typeOptions": {
1056
+ "theme": "info"
1057
+ },
1058
+ "default": "",
1059
+ "displayOptions": {
1060
+ "show": {
1061
+ "resource": [
1062
+ "Projects"
1063
+ ],
1064
+ "operation": [
1065
+ "Runtimeconfig Projects Configs Waiters List"
1066
+ ]
1067
+ }
1068
+ }
1069
+ },
1070
+ {
1071
+ "displayName": "Parent",
1072
+ "name": "parent",
1073
+ "required": true,
1074
+ "description": "The path to the configuration for which you want to get a list of waiters. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`",
1075
+ "default": "",
1076
+ "type": "string",
1077
+ "displayOptions": {
1078
+ "show": {
1079
+ "resource": [
1080
+ "Projects"
1081
+ ],
1082
+ "operation": [
1083
+ "Runtimeconfig Projects Configs Waiters List"
1084
+ ]
1085
+ }
1086
+ }
1087
+ },
1088
+ {
1089
+ "displayName": "Page Size",
1090
+ "name": "pageSize",
1091
+ "description": "Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.",
1092
+ "default": 0,
1093
+ "type": "number",
1094
+ "routing": {
1095
+ "send": {
1096
+ "type": "query",
1097
+ "property": "pageSize",
1098
+ "value": "={{ $value }}",
1099
+ "propertyInDotNotation": false
1100
+ }
1101
+ },
1102
+ "displayOptions": {
1103
+ "show": {
1104
+ "resource": [
1105
+ "Projects"
1106
+ ],
1107
+ "operation": [
1108
+ "Runtimeconfig Projects Configs Waiters List"
1109
+ ]
1110
+ }
1111
+ }
1112
+ },
1113
+ {
1114
+ "displayName": "Page Token",
1115
+ "name": "pageToken",
1116
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.",
1117
+ "default": "",
1118
+ "type": "string",
1119
+ "routing": {
1120
+ "send": {
1121
+ "type": "query",
1122
+ "property": "pageToken",
1123
+ "value": "={{ $value }}",
1124
+ "propertyInDotNotation": false
1125
+ }
1126
+ },
1127
+ "displayOptions": {
1128
+ "show": {
1129
+ "resource": [
1130
+ "Projects"
1131
+ ],
1132
+ "operation": [
1133
+ "Runtimeconfig Projects Configs Waiters List"
1134
+ ]
1135
+ }
1136
+ }
1137
+ },
1138
+ {
1139
+ "displayName": "POST /v1beta1/{parent}/waiters",
1140
+ "name": "operation",
1141
+ "type": "notice",
1142
+ "typeOptions": {
1143
+ "theme": "info"
1144
+ },
1145
+ "default": "",
1146
+ "displayOptions": {
1147
+ "show": {
1148
+ "resource": [
1149
+ "Projects"
1150
+ ],
1151
+ "operation": [
1152
+ "Runtimeconfig Projects Configs Waiters Create"
1153
+ ]
1154
+ }
1155
+ }
1156
+ },
1157
+ {
1158
+ "displayName": "Parent",
1159
+ "name": "parent",
1160
+ "required": true,
1161
+ "description": "The path to the configuration that will own the waiter. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`.",
1162
+ "default": "",
1163
+ "type": "string",
1164
+ "displayOptions": {
1165
+ "show": {
1166
+ "resource": [
1167
+ "Projects"
1168
+ ],
1169
+ "operation": [
1170
+ "Runtimeconfig Projects Configs Waiters Create"
1171
+ ]
1172
+ }
1173
+ }
1174
+ },
1175
+ {
1176
+ "displayName": "Request ID",
1177
+ "name": "requestId",
1178
+ "description": "An optional but recommended unique `request_id`. If the server receives two `create()` requests with the same `request_id`, then the second request will be ignored and the first resource created and stored in the backend is returned. Empty `request_id` fields are ignored. It is responsibility of the client to ensure uniqueness of the `request_id` strings. `request_id` strings are limited to 64 characters.",
1179
+ "default": "",
1180
+ "type": "string",
1181
+ "routing": {
1182
+ "send": {
1183
+ "type": "query",
1184
+ "property": "requestId",
1185
+ "value": "={{ $value }}",
1186
+ "propertyInDotNotation": false
1187
+ }
1188
+ },
1189
+ "displayOptions": {
1190
+ "show": {
1191
+ "resource": [
1192
+ "Projects"
1193
+ ],
1194
+ "operation": [
1195
+ "Runtimeconfig Projects Configs Waiters Create"
1196
+ ]
1197
+ }
1198
+ }
1199
+ },
1200
+ {
1201
+ "displayName": "Create Time",
1202
+ "name": "createTime",
1203
+ "type": "string",
1204
+ "default": "",
1205
+ "description": "Output only. The instant at which this Waiter resource was created. Adding the value of `timeout` to this instant yields the timeout deadline for the waiter.",
1206
+ "routing": {
1207
+ "send": {
1208
+ "property": "createTime",
1209
+ "propertyInDotNotation": false,
1210
+ "type": "body",
1211
+ "value": "={{ $value }}"
1212
+ }
1213
+ },
1214
+ "displayOptions": {
1215
+ "show": {
1216
+ "resource": [
1217
+ "Projects"
1218
+ ],
1219
+ "operation": [
1220
+ "Runtimeconfig Projects Configs Waiters Create"
1221
+ ]
1222
+ }
1223
+ }
1224
+ },
1225
+ {
1226
+ "displayName": "Done",
1227
+ "name": "done",
1228
+ "type": "boolean",
1229
+ "default": true,
1230
+ "description": "Output only. If the value is `false`, it means the waiter is still waiting for one of its conditions to be met. If true, the waiter has finished. If the waiter finished due to a timeout or failure, `error` will be set.",
1231
+ "routing": {
1232
+ "send": {
1233
+ "property": "done",
1234
+ "propertyInDotNotation": false,
1235
+ "type": "body",
1236
+ "value": "={{ $value }}"
1237
+ }
1238
+ },
1239
+ "displayOptions": {
1240
+ "show": {
1241
+ "resource": [
1242
+ "Projects"
1243
+ ],
1244
+ "operation": [
1245
+ "Runtimeconfig Projects Configs Waiters Create"
1246
+ ]
1247
+ }
1248
+ }
1249
+ },
1250
+ {
1251
+ "displayName": "Error",
1252
+ "name": "error",
1253
+ "type": "json",
1254
+ "default": "{\n \"details\": [\n null\n ]\n}",
1255
+ "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
1256
+ "routing": {
1257
+ "send": {
1258
+ "property": "error",
1259
+ "propertyInDotNotation": false,
1260
+ "type": "body",
1261
+ "value": "={{ JSON.parse($value) }}"
1262
+ }
1263
+ },
1264
+ "displayOptions": {
1265
+ "show": {
1266
+ "resource": [
1267
+ "Projects"
1268
+ ],
1269
+ "operation": [
1270
+ "Runtimeconfig Projects Configs Waiters Create"
1271
+ ]
1272
+ }
1273
+ }
1274
+ },
1275
+ {
1276
+ "displayName": "Failure",
1277
+ "name": "failure",
1278
+ "type": "json",
1279
+ "default": "{\n \"cardinality\": {}\n}",
1280
+ "description": "The condition that a Waiter resource is waiting for.",
1281
+ "routing": {
1282
+ "send": {
1283
+ "property": "failure",
1284
+ "propertyInDotNotation": false,
1285
+ "type": "body",
1286
+ "value": "={{ JSON.parse($value) }}"
1287
+ }
1288
+ },
1289
+ "displayOptions": {
1290
+ "show": {
1291
+ "resource": [
1292
+ "Projects"
1293
+ ],
1294
+ "operation": [
1295
+ "Runtimeconfig Projects Configs Waiters Create"
1296
+ ]
1297
+ }
1298
+ }
1299
+ },
1300
+ {
1301
+ "displayName": "Name",
1302
+ "name": "name",
1303
+ "type": "string",
1304
+ "default": "",
1305
+ "description": "The name of the Waiter resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME] The `[PROJECT_ID]` must be a valid Google Cloud project ID, the `[CONFIG_NAME]` must be a valid RuntimeConfig resource, the `[WAITER_NAME]` must match RFC 1035 segment specification, and the length of `[WAITER_NAME]` must be less than 64 bytes. After you create a Waiter resource, you cannot change the resource name.",
1306
+ "routing": {
1307
+ "send": {
1308
+ "property": "name",
1309
+ "propertyInDotNotation": false,
1310
+ "type": "body",
1311
+ "value": "={{ $value }}"
1312
+ }
1313
+ },
1314
+ "displayOptions": {
1315
+ "show": {
1316
+ "resource": [
1317
+ "Projects"
1318
+ ],
1319
+ "operation": [
1320
+ "Runtimeconfig Projects Configs Waiters Create"
1321
+ ]
1322
+ }
1323
+ }
1324
+ },
1325
+ {
1326
+ "displayName": "Success",
1327
+ "name": "success",
1328
+ "type": "json",
1329
+ "default": "{\n \"cardinality\": {}\n}",
1330
+ "description": "The condition that a Waiter resource is waiting for.",
1331
+ "routing": {
1332
+ "send": {
1333
+ "property": "success",
1334
+ "propertyInDotNotation": false,
1335
+ "type": "body",
1336
+ "value": "={{ JSON.parse($value) }}"
1337
+ }
1338
+ },
1339
+ "displayOptions": {
1340
+ "show": {
1341
+ "resource": [
1342
+ "Projects"
1343
+ ],
1344
+ "operation": [
1345
+ "Runtimeconfig Projects Configs Waiters Create"
1346
+ ]
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "displayName": "Timeout",
1352
+ "name": "timeout",
1353
+ "type": "string",
1354
+ "default": "",
1355
+ "description": "[Required] Specifies the timeout of the waiter in seconds, beginning from the instant that `waiters().create` method is called. If this time elapses before the success or failure conditions are met, the waiter fails and sets the `error` code to `DEADLINE_EXCEEDED`.",
1356
+ "routing": {
1357
+ "send": {
1358
+ "property": "timeout",
1359
+ "propertyInDotNotation": false,
1360
+ "type": "body",
1361
+ "value": "={{ $value }}"
1362
+ }
1363
+ },
1364
+ "displayOptions": {
1365
+ "show": {
1366
+ "resource": [
1367
+ "Projects"
1368
+ ],
1369
+ "operation": [
1370
+ "Runtimeconfig Projects Configs Waiters Create"
1371
+ ]
1372
+ }
1373
+ }
1374
+ },
1375
+ {
1376
+ "displayName": "GET /v1beta1/{resource}:getIamPolicy",
1377
+ "name": "operation",
1378
+ "type": "notice",
1379
+ "typeOptions": {
1380
+ "theme": "info"
1381
+ },
1382
+ "default": "",
1383
+ "displayOptions": {
1384
+ "show": {
1385
+ "resource": [
1386
+ "Projects"
1387
+ ],
1388
+ "operation": [
1389
+ "Runtimeconfig Projects Configs Get Iam Policy"
1390
+ ]
1391
+ }
1392
+ }
1393
+ },
1394
+ {
1395
+ "displayName": "Resource",
1396
+ "name": "resource",
1397
+ "required": true,
1398
+ "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1399
+ "default": "",
1400
+ "type": "string",
1401
+ "displayOptions": {
1402
+ "show": {
1403
+ "resource": [
1404
+ "Projects"
1405
+ ],
1406
+ "operation": [
1407
+ "Runtimeconfig Projects Configs Get Iam Policy"
1408
+ ]
1409
+ }
1410
+ }
1411
+ },
1412
+ {
1413
+ "displayName": "Options Requested Policy Version",
1414
+ "name": "options-requestedPolicyVersion",
1415
+ "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1416
+ "default": 0,
1417
+ "type": "number",
1418
+ "routing": {
1419
+ "send": {
1420
+ "type": "query",
1421
+ "property": "options.requestedPolicyVersion",
1422
+ "value": "={{ $value }}",
1423
+ "propertyInDotNotation": false
1424
+ }
1425
+ },
1426
+ "displayOptions": {
1427
+ "show": {
1428
+ "resource": [
1429
+ "Projects"
1430
+ ],
1431
+ "operation": [
1432
+ "Runtimeconfig Projects Configs Get Iam Policy"
1433
+ ]
1434
+ }
1435
+ }
1436
+ },
1437
+ {
1438
+ "displayName": "POST /v1beta1/{resource}:setIamPolicy",
1439
+ "name": "operation",
1440
+ "type": "notice",
1441
+ "typeOptions": {
1442
+ "theme": "info"
1443
+ },
1444
+ "default": "",
1445
+ "displayOptions": {
1446
+ "show": {
1447
+ "resource": [
1448
+ "Projects"
1449
+ ],
1450
+ "operation": [
1451
+ "Runtimeconfig Projects Configs Set Iam Policy"
1452
+ ]
1453
+ }
1454
+ }
1455
+ },
1456
+ {
1457
+ "displayName": "Resource",
1458
+ "name": "resource",
1459
+ "required": true,
1460
+ "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1461
+ "default": "",
1462
+ "type": "string",
1463
+ "displayOptions": {
1464
+ "show": {
1465
+ "resource": [
1466
+ "Projects"
1467
+ ],
1468
+ "operation": [
1469
+ "Runtimeconfig Projects Configs Set Iam Policy"
1470
+ ]
1471
+ }
1472
+ }
1473
+ },
1474
+ {
1475
+ "displayName": "Policy",
1476
+ "name": "policy",
1477
+ "type": "json",
1478
+ "default": "{\n \"bindings\": [\n {\n \"condition\": {},\n \"members\": [\n null\n ]\n }\n ]\n}",
1479
+ "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
1480
+ "routing": {
1481
+ "send": {
1482
+ "property": "policy",
1483
+ "propertyInDotNotation": false,
1484
+ "type": "body",
1485
+ "value": "={{ JSON.parse($value) }}"
1486
+ }
1487
+ },
1488
+ "displayOptions": {
1489
+ "show": {
1490
+ "resource": [
1491
+ "Projects"
1492
+ ],
1493
+ "operation": [
1494
+ "Runtimeconfig Projects Configs Set Iam Policy"
1495
+ ]
1496
+ }
1497
+ }
1498
+ },
1499
+ {
1500
+ "displayName": "POST /v1beta1/{resource}:testIamPermissions",
1501
+ "name": "operation",
1502
+ "type": "notice",
1503
+ "typeOptions": {
1504
+ "theme": "info"
1505
+ },
1506
+ "default": "",
1507
+ "displayOptions": {
1508
+ "show": {
1509
+ "resource": [
1510
+ "Projects"
1511
+ ],
1512
+ "operation": [
1513
+ "Runtimeconfig Projects Configs Waiters Test Iam Permissions"
1514
+ ]
1515
+ }
1516
+ }
1517
+ },
1518
+ {
1519
+ "displayName": "Resource",
1520
+ "name": "resource",
1521
+ "required": true,
1522
+ "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1523
+ "default": "",
1524
+ "type": "string",
1525
+ "displayOptions": {
1526
+ "show": {
1527
+ "resource": [
1528
+ "Projects"
1529
+ ],
1530
+ "operation": [
1531
+ "Runtimeconfig Projects Configs Waiters Test Iam Permissions"
1532
+ ]
1533
+ }
1534
+ }
1535
+ },
1536
+ {
1537
+ "displayName": "Permissions",
1538
+ "name": "permissions",
1539
+ "type": "json",
1540
+ "default": "[\n null\n]",
1541
+ "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
1542
+ "routing": {
1543
+ "send": {
1544
+ "property": "permissions",
1545
+ "propertyInDotNotation": false,
1546
+ "type": "body",
1547
+ "value": "={{ JSON.parse($value) }}"
1548
+ }
1549
+ },
1550
+ "displayOptions": {
1551
+ "show": {
1552
+ "resource": [
1553
+ "Projects"
1554
+ ],
1555
+ "operation": [
1556
+ "Runtimeconfig Projects Configs Waiters Test Iam Permissions"
1557
+ ]
1558
+ }
1559
+ }
1560
+ },
1561
+ ];
1562
+ //# sourceMappingURL=index.js.map