@n8n-dev/n8n-nodes-googleapis-run 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,3819 @@
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": "Run Projects Locations Services Revisions Delete",
20
+ "value": "Run Projects Locations Services Revisions Delete",
21
+ "action": "Run Projects Locations Services Revisions Delete",
22
+ "description": "Deletes a Revision.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/v2/{{$parameter[\"name\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Run Projects Locations Services Revisions Get",
32
+ "value": "Run Projects Locations Services Revisions Get",
33
+ "action": "Run Projects Locations Services Revisions Get",
34
+ "description": "Gets information about a Revision.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v2/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Run Projects Locations Services Patch",
44
+ "value": "Run Projects Locations Services Patch",
45
+ "action": "Run Projects Locations Services Patch",
46
+ "description": "Updates a Service.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "PATCH",
50
+ "url": "=/v2/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Run Projects Locations Operations List",
56
+ "value": "Run Projects Locations Operations List",
57
+ "action": "Run Projects Locations Operations List",
58
+ "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/v2/{{$parameter[\"name\"]}}/operations"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Run Projects Locations Jobs Run",
68
+ "value": "Run Projects Locations Jobs Run",
69
+ "action": "Run Projects Locations Jobs Run",
70
+ "description": "Triggers creation of a new Execution of this Job.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "POST",
74
+ "url": "=/v2/{{$parameter[\"name\"]}}:run"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Run Projects Locations Operations Wait",
80
+ "value": "Run Projects Locations Operations Wait",
81
+ "action": "Run Projects Locations Operations Wait",
82
+ "description": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/v2/{{$parameter[\"name\"]}}:wait"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Run Projects Locations Jobs Executions List",
92
+ "value": "Run Projects Locations Jobs Executions List",
93
+ "action": "Run Projects Locations Jobs Executions List",
94
+ "description": "Lists Executions from a Job.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/v2/{{$parameter[\"parent\"]}}/executions"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Run Projects Locations Jobs List",
104
+ "value": "Run Projects Locations Jobs List",
105
+ "action": "Run Projects Locations Jobs List",
106
+ "description": "Lists Jobs.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/v2/{{$parameter[\"parent\"]}}/jobs"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Run Projects Locations Jobs Create",
116
+ "value": "Run Projects Locations Jobs Create",
117
+ "action": "Run Projects Locations Jobs Create",
118
+ "description": "Creates a Job.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/v2/{{$parameter[\"parent\"]}}/jobs"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Run Projects Locations Services Revisions List",
128
+ "value": "Run Projects Locations Services Revisions List",
129
+ "action": "Run Projects Locations Services Revisions List",
130
+ "description": "Lists Revisions from a given Service, or from a given location.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/v2/{{$parameter[\"parent\"]}}/revisions"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Run Projects Locations Services List",
140
+ "value": "Run Projects Locations Services List",
141
+ "action": "Run Projects Locations Services List",
142
+ "description": "Lists Services.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/v2/{{$parameter[\"parent\"]}}/services"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Run Projects Locations Services Create",
152
+ "value": "Run Projects Locations Services Create",
153
+ "action": "Run Projects Locations Services Create",
154
+ "description": "Creates a new Service in a given project and location.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/v2/{{$parameter[\"parent\"]}}/services"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Run Projects Locations Jobs Executions Tasks List",
164
+ "value": "Run Projects Locations Jobs Executions Tasks List",
165
+ "action": "Run Projects Locations Jobs Executions Tasks List",
166
+ "description": "Lists Tasks from an Execution of a Job.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/v2/{{$parameter[\"parent\"]}}/tasks"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Run Projects Locations Services Get Iam Policy",
176
+ "value": "Run Projects Locations Services Get Iam Policy",
177
+ "action": "Run Projects Locations Services Get Iam Policy",
178
+ "description": "Gets the IAM Access Control policy currently in effect for the given Cloud Run Service. This result does not include any inherited policies.",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/v2/{{$parameter[\"resource\"]}}:getIamPolicy"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Run Projects Locations Services Set Iam Policy",
188
+ "value": "Run Projects Locations Services Set Iam Policy",
189
+ "action": "Run Projects Locations Services Set Iam Policy",
190
+ "description": "Sets the IAM Access control policy for the specified Service. Overwrites any existing policy.",
191
+ "routing": {
192
+ "request": {
193
+ "method": "POST",
194
+ "url": "=/v2/{{$parameter[\"resource\"]}}:setIamPolicy"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Run Projects Locations Services Test Iam Permissions",
200
+ "value": "Run Projects Locations Services Test Iam Permissions",
201
+ "action": "Run Projects Locations Services Test Iam Permissions",
202
+ "description": "Returns permissions that a caller has on the specified Project. There are no permissions required for making this API call.",
203
+ "routing": {
204
+ "request": {
205
+ "method": "POST",
206
+ "url": "=/v2/{{$parameter[\"resource\"]}}:testIamPermissions"
207
+ }
208
+ }
209
+ }
210
+ ],
211
+ "default": ""
212
+ },
213
+ {
214
+ "displayName": "DELETE /v2/{name}",
215
+ "name": "operation",
216
+ "type": "notice",
217
+ "typeOptions": {
218
+ "theme": "info"
219
+ },
220
+ "default": "",
221
+ "displayOptions": {
222
+ "show": {
223
+ "resource": [
224
+ "Projects"
225
+ ],
226
+ "operation": [
227
+ "Run Projects Locations Services Revisions Delete"
228
+ ]
229
+ }
230
+ }
231
+ },
232
+ {
233
+ "displayName": "Name",
234
+ "name": "name",
235
+ "required": true,
236
+ "description": "Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}",
237
+ "default": "",
238
+ "type": "string",
239
+ "displayOptions": {
240
+ "show": {
241
+ "resource": [
242
+ "Projects"
243
+ ],
244
+ "operation": [
245
+ "Run Projects Locations Services Revisions Delete"
246
+ ]
247
+ }
248
+ }
249
+ },
250
+ {
251
+ "displayName": "Etag",
252
+ "name": "etag",
253
+ "description": "A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.",
254
+ "default": "",
255
+ "type": "string",
256
+ "routing": {
257
+ "send": {
258
+ "type": "query",
259
+ "property": "etag",
260
+ "value": "={{ $value }}",
261
+ "propertyInDotNotation": false
262
+ }
263
+ },
264
+ "displayOptions": {
265
+ "show": {
266
+ "resource": [
267
+ "Projects"
268
+ ],
269
+ "operation": [
270
+ "Run Projects Locations Services Revisions Delete"
271
+ ]
272
+ }
273
+ }
274
+ },
275
+ {
276
+ "displayName": "Validate Only",
277
+ "name": "validateOnly",
278
+ "description": "Indicates that the request should be validated without actually deleting any resources.",
279
+ "default": true,
280
+ "type": "boolean",
281
+ "routing": {
282
+ "send": {
283
+ "type": "query",
284
+ "property": "validateOnly",
285
+ "value": "={{ $value }}",
286
+ "propertyInDotNotation": false
287
+ }
288
+ },
289
+ "displayOptions": {
290
+ "show": {
291
+ "resource": [
292
+ "Projects"
293
+ ],
294
+ "operation": [
295
+ "Run Projects Locations Services Revisions Delete"
296
+ ]
297
+ }
298
+ }
299
+ },
300
+ {
301
+ "displayName": "GET /v2/{name}",
302
+ "name": "operation",
303
+ "type": "notice",
304
+ "typeOptions": {
305
+ "theme": "info"
306
+ },
307
+ "default": "",
308
+ "displayOptions": {
309
+ "show": {
310
+ "resource": [
311
+ "Projects"
312
+ ],
313
+ "operation": [
314
+ "Run Projects Locations Services Revisions Get"
315
+ ]
316
+ }
317
+ }
318
+ },
319
+ {
320
+ "displayName": "Name",
321
+ "name": "name",
322
+ "required": true,
323
+ "description": "Required. The full name of the Revision. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}",
324
+ "default": "",
325
+ "type": "string",
326
+ "displayOptions": {
327
+ "show": {
328
+ "resource": [
329
+ "Projects"
330
+ ],
331
+ "operation": [
332
+ "Run Projects Locations Services Revisions Get"
333
+ ]
334
+ }
335
+ }
336
+ },
337
+ {
338
+ "displayName": "PATCH /v2/{name}",
339
+ "name": "operation",
340
+ "type": "notice",
341
+ "typeOptions": {
342
+ "theme": "info"
343
+ },
344
+ "default": "",
345
+ "displayOptions": {
346
+ "show": {
347
+ "resource": [
348
+ "Projects"
349
+ ],
350
+ "operation": [
351
+ "Run Projects Locations Services Patch"
352
+ ]
353
+ }
354
+ }
355
+ },
356
+ {
357
+ "displayName": "Name",
358
+ "name": "name",
359
+ "required": true,
360
+ "description": "The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format: projects/{project}/locations/{location}/services/{service_id}",
361
+ "default": "",
362
+ "type": "string",
363
+ "displayOptions": {
364
+ "show": {
365
+ "resource": [
366
+ "Projects"
367
+ ],
368
+ "operation": [
369
+ "Run Projects Locations Services Patch"
370
+ ]
371
+ }
372
+ }
373
+ },
374
+ {
375
+ "displayName": "Allow Missing",
376
+ "name": "allowMissing",
377
+ "description": "This field is currently not used by Cloud Run; setting it does not have any effect.",
378
+ "default": true,
379
+ "type": "boolean",
380
+ "routing": {
381
+ "send": {
382
+ "type": "query",
383
+ "property": "allowMissing",
384
+ "value": "={{ $value }}",
385
+ "propertyInDotNotation": false
386
+ }
387
+ },
388
+ "displayOptions": {
389
+ "show": {
390
+ "resource": [
391
+ "Projects"
392
+ ],
393
+ "operation": [
394
+ "Run Projects Locations Services Patch"
395
+ ]
396
+ }
397
+ }
398
+ },
399
+ {
400
+ "displayName": "Validate Only",
401
+ "name": "validateOnly",
402
+ "description": "Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.",
403
+ "default": true,
404
+ "type": "boolean",
405
+ "routing": {
406
+ "send": {
407
+ "type": "query",
408
+ "property": "validateOnly",
409
+ "value": "={{ $value }}",
410
+ "propertyInDotNotation": false
411
+ }
412
+ },
413
+ "displayOptions": {
414
+ "show": {
415
+ "resource": [
416
+ "Projects"
417
+ ],
418
+ "operation": [
419
+ "Run Projects Locations Services Patch"
420
+ ]
421
+ }
422
+ }
423
+ },
424
+ {
425
+ "displayName": "Annotations",
426
+ "name": "annotations",
427
+ "type": "json",
428
+ "default": "{}",
429
+ "description": "Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected in new resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes annotations' namespacing, limits, and rules.",
430
+ "routing": {
431
+ "send": {
432
+ "property": "annotations",
433
+ "propertyInDotNotation": false,
434
+ "type": "body",
435
+ "value": "={{ JSON.parse($value) }}"
436
+ }
437
+ },
438
+ "displayOptions": {
439
+ "show": {
440
+ "resource": [
441
+ "Projects"
442
+ ],
443
+ "operation": [
444
+ "Run Projects Locations Services Patch"
445
+ ]
446
+ }
447
+ }
448
+ },
449
+ {
450
+ "displayName": "Binary Authorization",
451
+ "name": "binaryAuthorization",
452
+ "type": "json",
453
+ "default": "{}",
454
+ "description": "Settings for Binary Authorization feature.",
455
+ "routing": {
456
+ "send": {
457
+ "property": "binaryAuthorization",
458
+ "propertyInDotNotation": false,
459
+ "type": "body",
460
+ "value": "={{ JSON.parse($value) }}"
461
+ }
462
+ },
463
+ "displayOptions": {
464
+ "show": {
465
+ "resource": [
466
+ "Projects"
467
+ ],
468
+ "operation": [
469
+ "Run Projects Locations Services Patch"
470
+ ]
471
+ }
472
+ }
473
+ },
474
+ {
475
+ "displayName": "Client",
476
+ "name": "client",
477
+ "type": "string",
478
+ "default": "",
479
+ "description": "Arbitrary identifier for the API client.",
480
+ "routing": {
481
+ "send": {
482
+ "property": "client",
483
+ "propertyInDotNotation": false,
484
+ "type": "body",
485
+ "value": "={{ $value }}"
486
+ }
487
+ },
488
+ "displayOptions": {
489
+ "show": {
490
+ "resource": [
491
+ "Projects"
492
+ ],
493
+ "operation": [
494
+ "Run Projects Locations Services Patch"
495
+ ]
496
+ }
497
+ }
498
+ },
499
+ {
500
+ "displayName": "Client Version",
501
+ "name": "clientVersion",
502
+ "type": "string",
503
+ "default": "",
504
+ "description": "Arbitrary version identifier for the API client.",
505
+ "routing": {
506
+ "send": {
507
+ "property": "clientVersion",
508
+ "propertyInDotNotation": false,
509
+ "type": "body",
510
+ "value": "={{ $value }}"
511
+ }
512
+ },
513
+ "displayOptions": {
514
+ "show": {
515
+ "resource": [
516
+ "Projects"
517
+ ],
518
+ "operation": [
519
+ "Run Projects Locations Services Patch"
520
+ ]
521
+ }
522
+ }
523
+ },
524
+ {
525
+ "displayName": "Conditions",
526
+ "name": "conditions",
527
+ "type": "json",
528
+ "default": "[\n {}\n]",
529
+ "description": "Output only. The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Service does not reach its Serving state. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
530
+ "routing": {
531
+ "send": {
532
+ "property": "conditions",
533
+ "propertyInDotNotation": false,
534
+ "type": "body",
535
+ "value": "={{ JSON.parse($value) }}"
536
+ }
537
+ },
538
+ "displayOptions": {
539
+ "show": {
540
+ "resource": [
541
+ "Projects"
542
+ ],
543
+ "operation": [
544
+ "Run Projects Locations Services Patch"
545
+ ]
546
+ }
547
+ }
548
+ },
549
+ {
550
+ "displayName": "Create Time",
551
+ "name": "createTime",
552
+ "type": "string",
553
+ "default": "",
554
+ "description": "Output only. The creation time.",
555
+ "routing": {
556
+ "send": {
557
+ "property": "createTime",
558
+ "propertyInDotNotation": false,
559
+ "type": "body",
560
+ "value": "={{ $value }}"
561
+ }
562
+ },
563
+ "displayOptions": {
564
+ "show": {
565
+ "resource": [
566
+ "Projects"
567
+ ],
568
+ "operation": [
569
+ "Run Projects Locations Services Patch"
570
+ ]
571
+ }
572
+ }
573
+ },
574
+ {
575
+ "displayName": "Creator",
576
+ "name": "creator",
577
+ "type": "string",
578
+ "default": "",
579
+ "description": "Output only. Email address of the authenticated creator.",
580
+ "routing": {
581
+ "send": {
582
+ "property": "creator",
583
+ "propertyInDotNotation": false,
584
+ "type": "body",
585
+ "value": "={{ $value }}"
586
+ }
587
+ },
588
+ "displayOptions": {
589
+ "show": {
590
+ "resource": [
591
+ "Projects"
592
+ ],
593
+ "operation": [
594
+ "Run Projects Locations Services Patch"
595
+ ]
596
+ }
597
+ }
598
+ },
599
+ {
600
+ "displayName": "Delete Time",
601
+ "name": "deleteTime",
602
+ "type": "string",
603
+ "default": "",
604
+ "description": "Output only. The deletion time.",
605
+ "routing": {
606
+ "send": {
607
+ "property": "deleteTime",
608
+ "propertyInDotNotation": false,
609
+ "type": "body",
610
+ "value": "={{ $value }}"
611
+ }
612
+ },
613
+ "displayOptions": {
614
+ "show": {
615
+ "resource": [
616
+ "Projects"
617
+ ],
618
+ "operation": [
619
+ "Run Projects Locations Services Patch"
620
+ ]
621
+ }
622
+ }
623
+ },
624
+ {
625
+ "displayName": "Description",
626
+ "name": "description",
627
+ "type": "string",
628
+ "default": "",
629
+ "description": "User-provided description of the Service. This field currently has a 512-character limit.",
630
+ "routing": {
631
+ "send": {
632
+ "property": "description",
633
+ "propertyInDotNotation": false,
634
+ "type": "body",
635
+ "value": "={{ $value }}"
636
+ }
637
+ },
638
+ "displayOptions": {
639
+ "show": {
640
+ "resource": [
641
+ "Projects"
642
+ ],
643
+ "operation": [
644
+ "Run Projects Locations Services Patch"
645
+ ]
646
+ }
647
+ }
648
+ },
649
+ {
650
+ "displayName": "Etag",
651
+ "name": "etag",
652
+ "type": "string",
653
+ "default": "",
654
+ "description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
655
+ "routing": {
656
+ "send": {
657
+ "property": "etag",
658
+ "propertyInDotNotation": false,
659
+ "type": "body",
660
+ "value": "={{ $value }}"
661
+ }
662
+ },
663
+ "displayOptions": {
664
+ "show": {
665
+ "resource": [
666
+ "Projects"
667
+ ],
668
+ "operation": [
669
+ "Run Projects Locations Services Patch"
670
+ ]
671
+ }
672
+ }
673
+ },
674
+ {
675
+ "displayName": "Expire Time",
676
+ "name": "expireTime",
677
+ "type": "string",
678
+ "default": "",
679
+ "description": "Output only. For a deleted resource, the time after which it will be permamently deleted.",
680
+ "routing": {
681
+ "send": {
682
+ "property": "expireTime",
683
+ "propertyInDotNotation": false,
684
+ "type": "body",
685
+ "value": "={{ $value }}"
686
+ }
687
+ },
688
+ "displayOptions": {
689
+ "show": {
690
+ "resource": [
691
+ "Projects"
692
+ ],
693
+ "operation": [
694
+ "Run Projects Locations Services Patch"
695
+ ]
696
+ }
697
+ }
698
+ },
699
+ {
700
+ "displayName": "Generation",
701
+ "name": "generation",
702
+ "type": "string",
703
+ "default": "",
704
+ "description": "Output only. A number that monotonically increases every time the user modifies the desired state. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a `string` instead of an `integer`.",
705
+ "routing": {
706
+ "send": {
707
+ "property": "generation",
708
+ "propertyInDotNotation": false,
709
+ "type": "body",
710
+ "value": "={{ $value }}"
711
+ }
712
+ },
713
+ "displayOptions": {
714
+ "show": {
715
+ "resource": [
716
+ "Projects"
717
+ ],
718
+ "operation": [
719
+ "Run Projects Locations Services Patch"
720
+ ]
721
+ }
722
+ }
723
+ },
724
+ {
725
+ "displayName": "Ingress",
726
+ "name": "ingress",
727
+ "type": "options",
728
+ "default": "INGRESS_TRAFFIC_UNSPECIFIED",
729
+ "description": "Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active.",
730
+ "options": [
731
+ {
732
+ "name": "INGRESS TRAFFIC UNSPECIFIED",
733
+ "value": "INGRESS_TRAFFIC_UNSPECIFIED"
734
+ },
735
+ {
736
+ "name": "INGRESS TRAFFIC ALL",
737
+ "value": "INGRESS_TRAFFIC_ALL"
738
+ },
739
+ {
740
+ "name": "INGRESS TRAFFIC INTERNAL ONLY",
741
+ "value": "INGRESS_TRAFFIC_INTERNAL_ONLY"
742
+ },
743
+ {
744
+ "name": "INGRESS TRAFFIC INTERNAL LOAD BALANCER",
745
+ "value": "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
746
+ }
747
+ ],
748
+ "routing": {
749
+ "send": {
750
+ "property": "ingress",
751
+ "propertyInDotNotation": false,
752
+ "type": "body",
753
+ "value": "={{ $value }}"
754
+ }
755
+ },
756
+ "displayOptions": {
757
+ "show": {
758
+ "resource": [
759
+ "Projects"
760
+ ],
761
+ "operation": [
762
+ "Run Projects Locations Services Patch"
763
+ ]
764
+ }
765
+ }
766
+ },
767
+ {
768
+ "displayName": "Labels",
769
+ "name": "labels",
770
+ "type": "json",
771
+ "default": "{}",
772
+ "description": "Map of string keys and values that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Service.",
773
+ "routing": {
774
+ "send": {
775
+ "property": "labels",
776
+ "propertyInDotNotation": false,
777
+ "type": "body",
778
+ "value": "={{ JSON.parse($value) }}"
779
+ }
780
+ },
781
+ "displayOptions": {
782
+ "show": {
783
+ "resource": [
784
+ "Projects"
785
+ ],
786
+ "operation": [
787
+ "Run Projects Locations Services Patch"
788
+ ]
789
+ }
790
+ }
791
+ },
792
+ {
793
+ "displayName": "Last Modifier",
794
+ "name": "lastModifier",
795
+ "type": "string",
796
+ "default": "",
797
+ "description": "Output only. Email address of the last authenticated modifier.",
798
+ "routing": {
799
+ "send": {
800
+ "property": "lastModifier",
801
+ "propertyInDotNotation": false,
802
+ "type": "body",
803
+ "value": "={{ $value }}"
804
+ }
805
+ },
806
+ "displayOptions": {
807
+ "show": {
808
+ "resource": [
809
+ "Projects"
810
+ ],
811
+ "operation": [
812
+ "Run Projects Locations Services Patch"
813
+ ]
814
+ }
815
+ }
816
+ },
817
+ {
818
+ "displayName": "Latest Created Revision",
819
+ "name": "latestCreatedRevision",
820
+ "type": "string",
821
+ "default": "",
822
+ "description": "Output only. Name of the last created revision. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
823
+ "routing": {
824
+ "send": {
825
+ "property": "latestCreatedRevision",
826
+ "propertyInDotNotation": false,
827
+ "type": "body",
828
+ "value": "={{ $value }}"
829
+ }
830
+ },
831
+ "displayOptions": {
832
+ "show": {
833
+ "resource": [
834
+ "Projects"
835
+ ],
836
+ "operation": [
837
+ "Run Projects Locations Services Patch"
838
+ ]
839
+ }
840
+ }
841
+ },
842
+ {
843
+ "displayName": "Latest Ready Revision",
844
+ "name": "latestReadyRevision",
845
+ "type": "string",
846
+ "default": "",
847
+ "description": "Output only. Name of the latest revision that is serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
848
+ "routing": {
849
+ "send": {
850
+ "property": "latestReadyRevision",
851
+ "propertyInDotNotation": false,
852
+ "type": "body",
853
+ "value": "={{ $value }}"
854
+ }
855
+ },
856
+ "displayOptions": {
857
+ "show": {
858
+ "resource": [
859
+ "Projects"
860
+ ],
861
+ "operation": [
862
+ "Run Projects Locations Services Patch"
863
+ ]
864
+ }
865
+ }
866
+ },
867
+ {
868
+ "displayName": "Launch Stage",
869
+ "name": "launchStage",
870
+ "type": "options",
871
+ "default": "LAUNCH_STAGE_UNSPECIFIED",
872
+ "description": "The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.",
873
+ "options": [
874
+ {
875
+ "name": "LAUNCH STAGE UNSPECIFIED",
876
+ "value": "LAUNCH_STAGE_UNSPECIFIED"
877
+ },
878
+ {
879
+ "name": "UNIMPLEMENTED",
880
+ "value": "UNIMPLEMENTED"
881
+ },
882
+ {
883
+ "name": "PRELAUNCH",
884
+ "value": "PRELAUNCH"
885
+ },
886
+ {
887
+ "name": "EARLY ACCESS",
888
+ "value": "EARLY_ACCESS"
889
+ },
890
+ {
891
+ "name": "ALPHA",
892
+ "value": "ALPHA"
893
+ },
894
+ {
895
+ "name": "BETA",
896
+ "value": "BETA"
897
+ },
898
+ {
899
+ "name": "GA",
900
+ "value": "GA"
901
+ },
902
+ {
903
+ "name": "DEPRECATED",
904
+ "value": "DEPRECATED"
905
+ }
906
+ ],
907
+ "routing": {
908
+ "send": {
909
+ "property": "launchStage",
910
+ "propertyInDotNotation": false,
911
+ "type": "body",
912
+ "value": "={{ $value }}"
913
+ }
914
+ },
915
+ "displayOptions": {
916
+ "show": {
917
+ "resource": [
918
+ "Projects"
919
+ ],
920
+ "operation": [
921
+ "Run Projects Locations Services Patch"
922
+ ]
923
+ }
924
+ }
925
+ },
926
+ {
927
+ "displayName": "Name",
928
+ "name": "name",
929
+ "type": "string",
930
+ "default": "",
931
+ "description": "The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format: projects/{project}/locations/{location}/services/{service_id}",
932
+ "routing": {
933
+ "send": {
934
+ "property": "name",
935
+ "propertyInDotNotation": false,
936
+ "type": "body",
937
+ "value": "={{ $value }}"
938
+ }
939
+ },
940
+ "displayOptions": {
941
+ "show": {
942
+ "resource": [
943
+ "Projects"
944
+ ],
945
+ "operation": [
946
+ "Run Projects Locations Services Patch"
947
+ ]
948
+ }
949
+ }
950
+ },
951
+ {
952
+ "displayName": "Observed Generation",
953
+ "name": "observedGeneration",
954
+ "type": "string",
955
+ "default": "",
956
+ "description": "Output only. The generation of this Service currently serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a `string` instead of an `integer`.",
957
+ "routing": {
958
+ "send": {
959
+ "property": "observedGeneration",
960
+ "propertyInDotNotation": false,
961
+ "type": "body",
962
+ "value": "={{ $value }}"
963
+ }
964
+ },
965
+ "displayOptions": {
966
+ "show": {
967
+ "resource": [
968
+ "Projects"
969
+ ],
970
+ "operation": [
971
+ "Run Projects Locations Services Patch"
972
+ ]
973
+ }
974
+ }
975
+ },
976
+ {
977
+ "displayName": "Reconciling",
978
+ "name": "reconciling",
979
+ "type": "boolean",
980
+ "default": true,
981
+ "description": "Output only. Returns true if the Service is currently being acted upon by the system to bring it into the desired state. When a new Service is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Service to the desired serving state. This process is called reconciliation. While reconciliation is in process, `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the serving state matches the Service, or there was an error, and reconciliation failed. This state can be found in `terminal_condition.state`. If reconciliation succeeded, the following fields will match: `traffic` and `traffic_statuses`, `observed_generation` and `generation`, `latest_ready_revision` and `latest_created_revision`. If reconciliation failed, `traffic_statuses`, `observed_generation`, and `latest_ready_revision` will have the state of the last serving revision, or empty for newly created Services. Additional information on the failure can be found in `terminal_condition` and `conditions`.",
982
+ "routing": {
983
+ "send": {
984
+ "property": "reconciling",
985
+ "propertyInDotNotation": false,
986
+ "type": "body",
987
+ "value": "={{ $value }}"
988
+ }
989
+ },
990
+ "displayOptions": {
991
+ "show": {
992
+ "resource": [
993
+ "Projects"
994
+ ],
995
+ "operation": [
996
+ "Run Projects Locations Services Patch"
997
+ ]
998
+ }
999
+ }
1000
+ },
1001
+ {
1002
+ "displayName": "Satisfies Pzs",
1003
+ "name": "satisfiesPzs",
1004
+ "type": "boolean",
1005
+ "default": true,
1006
+ "description": "Output only. Reserved for future use.",
1007
+ "routing": {
1008
+ "send": {
1009
+ "property": "satisfiesPzs",
1010
+ "propertyInDotNotation": false,
1011
+ "type": "body",
1012
+ "value": "={{ $value }}"
1013
+ }
1014
+ },
1015
+ "displayOptions": {
1016
+ "show": {
1017
+ "resource": [
1018
+ "Projects"
1019
+ ],
1020
+ "operation": [
1021
+ "Run Projects Locations Services Patch"
1022
+ ]
1023
+ }
1024
+ }
1025
+ },
1026
+ {
1027
+ "displayName": "Template",
1028
+ "name": "template",
1029
+ "type": "json",
1030
+ "default": "{\n \"containers\": [\n {\n \"args\": [\n null\n ],\n \"command\": [\n null\n ],\n \"env\": [\n {\n \"valueSource\": {\n \"secretKeyRef\": {}\n }\n }\n ],\n \"livenessProbe\": {\n \"grpc\": {},\n \"httpGet\": {\n \"httpHeaders\": [\n {}\n ]\n },\n \"tcpSocket\": {}\n },\n \"ports\": [\n {}\n ],\n \"resources\": {},\n \"startupProbe\": {},\n \"volumeMounts\": [\n {}\n ]\n }\n ],\n \"scaling\": {},\n \"volumes\": [\n {\n \"cloudSqlInstance\": {\n \"instances\": [\n null\n ]\n },\n \"secret\": {\n \"items\": [\n {}\n ]\n }\n }\n ],\n \"vpcAccess\": {}\n}",
1031
+ "description": "RevisionTemplate describes the data a revision should have when created from a template.",
1032
+ "routing": {
1033
+ "send": {
1034
+ "property": "template",
1035
+ "propertyInDotNotation": false,
1036
+ "type": "body",
1037
+ "value": "={{ JSON.parse($value) }}"
1038
+ }
1039
+ },
1040
+ "displayOptions": {
1041
+ "show": {
1042
+ "resource": [
1043
+ "Projects"
1044
+ ],
1045
+ "operation": [
1046
+ "Run Projects Locations Services Patch"
1047
+ ]
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "displayName": "Terminal Condition",
1053
+ "name": "terminalCondition",
1054
+ "type": "json",
1055
+ "default": "{}",
1056
+ "description": "Defines a status condition for a resource.",
1057
+ "routing": {
1058
+ "send": {
1059
+ "property": "terminalCondition",
1060
+ "propertyInDotNotation": false,
1061
+ "type": "body",
1062
+ "value": "={{ JSON.parse($value) }}"
1063
+ }
1064
+ },
1065
+ "displayOptions": {
1066
+ "show": {
1067
+ "resource": [
1068
+ "Projects"
1069
+ ],
1070
+ "operation": [
1071
+ "Run Projects Locations Services Patch"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
1076
+ {
1077
+ "displayName": "Traffic",
1078
+ "name": "traffic",
1079
+ "type": "json",
1080
+ "default": "[\n {}\n]",
1081
+ "description": "Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest `Ready` Revision.",
1082
+ "routing": {
1083
+ "send": {
1084
+ "property": "traffic",
1085
+ "propertyInDotNotation": false,
1086
+ "type": "body",
1087
+ "value": "={{ JSON.parse($value) }}"
1088
+ }
1089
+ },
1090
+ "displayOptions": {
1091
+ "show": {
1092
+ "resource": [
1093
+ "Projects"
1094
+ ],
1095
+ "operation": [
1096
+ "Run Projects Locations Services Patch"
1097
+ ]
1098
+ }
1099
+ }
1100
+ },
1101
+ {
1102
+ "displayName": "Traffic Statuses",
1103
+ "name": "trafficStatuses",
1104
+ "type": "json",
1105
+ "default": "[\n {}\n]",
1106
+ "description": "Output only. Detailed status information for corresponding traffic targets. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
1107
+ "routing": {
1108
+ "send": {
1109
+ "property": "trafficStatuses",
1110
+ "propertyInDotNotation": false,
1111
+ "type": "body",
1112
+ "value": "={{ JSON.parse($value) }}"
1113
+ }
1114
+ },
1115
+ "displayOptions": {
1116
+ "show": {
1117
+ "resource": [
1118
+ "Projects"
1119
+ ],
1120
+ "operation": [
1121
+ "Run Projects Locations Services Patch"
1122
+ ]
1123
+ }
1124
+ }
1125
+ },
1126
+ {
1127
+ "displayName": "Uid",
1128
+ "name": "uid",
1129
+ "type": "string",
1130
+ "default": "",
1131
+ "description": "Output only. Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.",
1132
+ "routing": {
1133
+ "send": {
1134
+ "property": "uid",
1135
+ "propertyInDotNotation": false,
1136
+ "type": "body",
1137
+ "value": "={{ $value }}"
1138
+ }
1139
+ },
1140
+ "displayOptions": {
1141
+ "show": {
1142
+ "resource": [
1143
+ "Projects"
1144
+ ],
1145
+ "operation": [
1146
+ "Run Projects Locations Services Patch"
1147
+ ]
1148
+ }
1149
+ }
1150
+ },
1151
+ {
1152
+ "displayName": "Update Time",
1153
+ "name": "updateTime",
1154
+ "type": "string",
1155
+ "default": "",
1156
+ "description": "Output only. The last-modified time.",
1157
+ "routing": {
1158
+ "send": {
1159
+ "property": "updateTime",
1160
+ "propertyInDotNotation": false,
1161
+ "type": "body",
1162
+ "value": "={{ $value }}"
1163
+ }
1164
+ },
1165
+ "displayOptions": {
1166
+ "show": {
1167
+ "resource": [
1168
+ "Projects"
1169
+ ],
1170
+ "operation": [
1171
+ "Run Projects Locations Services Patch"
1172
+ ]
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ "displayName": "Uri",
1178
+ "name": "uri",
1179
+ "type": "string",
1180
+ "default": "",
1181
+ "description": "Output only. The main URI in which this Service is serving traffic.",
1182
+ "routing": {
1183
+ "send": {
1184
+ "property": "uri",
1185
+ "propertyInDotNotation": false,
1186
+ "type": "body",
1187
+ "value": "={{ $value }}"
1188
+ }
1189
+ },
1190
+ "displayOptions": {
1191
+ "show": {
1192
+ "resource": [
1193
+ "Projects"
1194
+ ],
1195
+ "operation": [
1196
+ "Run Projects Locations Services Patch"
1197
+ ]
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "displayName": "GET /v2/{name}/operations",
1203
+ "name": "operation",
1204
+ "type": "notice",
1205
+ "typeOptions": {
1206
+ "theme": "info"
1207
+ },
1208
+ "default": "",
1209
+ "displayOptions": {
1210
+ "show": {
1211
+ "resource": [
1212
+ "Projects"
1213
+ ],
1214
+ "operation": [
1215
+ "Run Projects Locations Operations List"
1216
+ ]
1217
+ }
1218
+ }
1219
+ },
1220
+ {
1221
+ "displayName": "Name",
1222
+ "name": "name",
1223
+ "required": true,
1224
+ "description": "Required. To query for all of the operations for a project.",
1225
+ "default": "",
1226
+ "type": "string",
1227
+ "displayOptions": {
1228
+ "show": {
1229
+ "resource": [
1230
+ "Projects"
1231
+ ],
1232
+ "operation": [
1233
+ "Run Projects Locations Operations List"
1234
+ ]
1235
+ }
1236
+ }
1237
+ },
1238
+ {
1239
+ "displayName": "Filter",
1240
+ "name": "filter",
1241
+ "description": "Optional. A filter for matching the completed or in-progress operations. The supported formats of *filter* are: To query for only completed operations: done:true To query for only ongoing operations: done:false Must be empty to query for all of the latest operations for the given parent project.",
1242
+ "default": "",
1243
+ "type": "string",
1244
+ "routing": {
1245
+ "send": {
1246
+ "type": "query",
1247
+ "property": "filter",
1248
+ "value": "={{ $value }}",
1249
+ "propertyInDotNotation": false
1250
+ }
1251
+ },
1252
+ "displayOptions": {
1253
+ "show": {
1254
+ "resource": [
1255
+ "Projects"
1256
+ ],
1257
+ "operation": [
1258
+ "Run Projects Locations Operations List"
1259
+ ]
1260
+ }
1261
+ }
1262
+ },
1263
+ {
1264
+ "displayName": "Page Size",
1265
+ "name": "pageSize",
1266
+ "description": "The maximum number of records that should be returned. Requested page size cannot exceed 100. If not set or set to less than or equal to 0, the default page size is 100. .",
1267
+ "default": 0,
1268
+ "type": "number",
1269
+ "routing": {
1270
+ "send": {
1271
+ "type": "query",
1272
+ "property": "pageSize",
1273
+ "value": "={{ $value }}",
1274
+ "propertyInDotNotation": false
1275
+ }
1276
+ },
1277
+ "displayOptions": {
1278
+ "show": {
1279
+ "resource": [
1280
+ "Projects"
1281
+ ],
1282
+ "operation": [
1283
+ "Run Projects Locations Operations List"
1284
+ ]
1285
+ }
1286
+ }
1287
+ },
1288
+ {
1289
+ "displayName": "Page Token",
1290
+ "name": "pageToken",
1291
+ "description": "Token identifying which result to start with, which is returned by a previous list call.",
1292
+ "default": "",
1293
+ "type": "string",
1294
+ "routing": {
1295
+ "send": {
1296
+ "type": "query",
1297
+ "property": "pageToken",
1298
+ "value": "={{ $value }}",
1299
+ "propertyInDotNotation": false
1300
+ }
1301
+ },
1302
+ "displayOptions": {
1303
+ "show": {
1304
+ "resource": [
1305
+ "Projects"
1306
+ ],
1307
+ "operation": [
1308
+ "Run Projects Locations Operations List"
1309
+ ]
1310
+ }
1311
+ }
1312
+ },
1313
+ {
1314
+ "displayName": "POST /v2/{name}:run",
1315
+ "name": "operation",
1316
+ "type": "notice",
1317
+ "typeOptions": {
1318
+ "theme": "info"
1319
+ },
1320
+ "default": "",
1321
+ "displayOptions": {
1322
+ "show": {
1323
+ "resource": [
1324
+ "Projects"
1325
+ ],
1326
+ "operation": [
1327
+ "Run Projects Locations Jobs Run"
1328
+ ]
1329
+ }
1330
+ }
1331
+ },
1332
+ {
1333
+ "displayName": "Name",
1334
+ "name": "name",
1335
+ "required": true,
1336
+ "description": "Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.",
1337
+ "default": "",
1338
+ "type": "string",
1339
+ "displayOptions": {
1340
+ "show": {
1341
+ "resource": [
1342
+ "Projects"
1343
+ ],
1344
+ "operation": [
1345
+ "Run Projects Locations Jobs Run"
1346
+ ]
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "displayName": "Etag",
1352
+ "name": "etag",
1353
+ "type": "string",
1354
+ "default": "",
1355
+ "description": "A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
1356
+ "routing": {
1357
+ "send": {
1358
+ "property": "etag",
1359
+ "propertyInDotNotation": false,
1360
+ "type": "body",
1361
+ "value": "={{ $value }}"
1362
+ }
1363
+ },
1364
+ "displayOptions": {
1365
+ "show": {
1366
+ "resource": [
1367
+ "Projects"
1368
+ ],
1369
+ "operation": [
1370
+ "Run Projects Locations Jobs Run"
1371
+ ]
1372
+ }
1373
+ }
1374
+ },
1375
+ {
1376
+ "displayName": "Validate Only",
1377
+ "name": "validateOnly",
1378
+ "type": "boolean",
1379
+ "default": true,
1380
+ "description": "Indicates that the request should be validated without actually deleting any resources.",
1381
+ "routing": {
1382
+ "send": {
1383
+ "property": "validateOnly",
1384
+ "propertyInDotNotation": false,
1385
+ "type": "body",
1386
+ "value": "={{ $value }}"
1387
+ }
1388
+ },
1389
+ "displayOptions": {
1390
+ "show": {
1391
+ "resource": [
1392
+ "Projects"
1393
+ ],
1394
+ "operation": [
1395
+ "Run Projects Locations Jobs Run"
1396
+ ]
1397
+ }
1398
+ }
1399
+ },
1400
+ {
1401
+ "displayName": "POST /v2/{name}:wait",
1402
+ "name": "operation",
1403
+ "type": "notice",
1404
+ "typeOptions": {
1405
+ "theme": "info"
1406
+ },
1407
+ "default": "",
1408
+ "displayOptions": {
1409
+ "show": {
1410
+ "resource": [
1411
+ "Projects"
1412
+ ],
1413
+ "operation": [
1414
+ "Run Projects Locations Operations Wait"
1415
+ ]
1416
+ }
1417
+ }
1418
+ },
1419
+ {
1420
+ "displayName": "Name",
1421
+ "name": "name",
1422
+ "required": true,
1423
+ "description": "The name of the operation resource to wait on.",
1424
+ "default": "",
1425
+ "type": "string",
1426
+ "displayOptions": {
1427
+ "show": {
1428
+ "resource": [
1429
+ "Projects"
1430
+ ],
1431
+ "operation": [
1432
+ "Run Projects Locations Operations Wait"
1433
+ ]
1434
+ }
1435
+ }
1436
+ },
1437
+ {
1438
+ "displayName": "Timeout",
1439
+ "name": "timeout",
1440
+ "type": "string",
1441
+ "default": "",
1442
+ "description": "The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.",
1443
+ "routing": {
1444
+ "send": {
1445
+ "property": "timeout",
1446
+ "propertyInDotNotation": false,
1447
+ "type": "body",
1448
+ "value": "={{ $value }}"
1449
+ }
1450
+ },
1451
+ "displayOptions": {
1452
+ "show": {
1453
+ "resource": [
1454
+ "Projects"
1455
+ ],
1456
+ "operation": [
1457
+ "Run Projects Locations Operations Wait"
1458
+ ]
1459
+ }
1460
+ }
1461
+ },
1462
+ {
1463
+ "displayName": "GET /v2/{parent}/executions",
1464
+ "name": "operation",
1465
+ "type": "notice",
1466
+ "typeOptions": {
1467
+ "theme": "info"
1468
+ },
1469
+ "default": "",
1470
+ "displayOptions": {
1471
+ "show": {
1472
+ "resource": [
1473
+ "Projects"
1474
+ ],
1475
+ "operation": [
1476
+ "Run Projects Locations Jobs Executions List"
1477
+ ]
1478
+ }
1479
+ }
1480
+ },
1481
+ {
1482
+ "displayName": "Parent",
1483
+ "name": "parent",
1484
+ "required": true,
1485
+ "description": "Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use \"-\" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.",
1486
+ "default": "",
1487
+ "type": "string",
1488
+ "displayOptions": {
1489
+ "show": {
1490
+ "resource": [
1491
+ "Projects"
1492
+ ],
1493
+ "operation": [
1494
+ "Run Projects Locations Jobs Executions List"
1495
+ ]
1496
+ }
1497
+ }
1498
+ },
1499
+ {
1500
+ "displayName": "Page Size",
1501
+ "name": "pageSize",
1502
+ "description": "Maximum number of Executions to return in this call.",
1503
+ "default": 0,
1504
+ "type": "number",
1505
+ "routing": {
1506
+ "send": {
1507
+ "type": "query",
1508
+ "property": "pageSize",
1509
+ "value": "={{ $value }}",
1510
+ "propertyInDotNotation": false
1511
+ }
1512
+ },
1513
+ "displayOptions": {
1514
+ "show": {
1515
+ "resource": [
1516
+ "Projects"
1517
+ ],
1518
+ "operation": [
1519
+ "Run Projects Locations Jobs Executions List"
1520
+ ]
1521
+ }
1522
+ }
1523
+ },
1524
+ {
1525
+ "displayName": "Page Token",
1526
+ "name": "pageToken",
1527
+ "description": "A page token received from a previous call to ListExecutions. All other parameters must match.",
1528
+ "default": "",
1529
+ "type": "string",
1530
+ "routing": {
1531
+ "send": {
1532
+ "type": "query",
1533
+ "property": "pageToken",
1534
+ "value": "={{ $value }}",
1535
+ "propertyInDotNotation": false
1536
+ }
1537
+ },
1538
+ "displayOptions": {
1539
+ "show": {
1540
+ "resource": [
1541
+ "Projects"
1542
+ ],
1543
+ "operation": [
1544
+ "Run Projects Locations Jobs Executions List"
1545
+ ]
1546
+ }
1547
+ }
1548
+ },
1549
+ {
1550
+ "displayName": "Show Deleted",
1551
+ "name": "showDeleted",
1552
+ "description": "If true, returns deleted (but unexpired) resources along with active ones.",
1553
+ "default": true,
1554
+ "type": "boolean",
1555
+ "routing": {
1556
+ "send": {
1557
+ "type": "query",
1558
+ "property": "showDeleted",
1559
+ "value": "={{ $value }}",
1560
+ "propertyInDotNotation": false
1561
+ }
1562
+ },
1563
+ "displayOptions": {
1564
+ "show": {
1565
+ "resource": [
1566
+ "Projects"
1567
+ ],
1568
+ "operation": [
1569
+ "Run Projects Locations Jobs Executions List"
1570
+ ]
1571
+ }
1572
+ }
1573
+ },
1574
+ {
1575
+ "displayName": "GET /v2/{parent}/jobs",
1576
+ "name": "operation",
1577
+ "type": "notice",
1578
+ "typeOptions": {
1579
+ "theme": "info"
1580
+ },
1581
+ "default": "",
1582
+ "displayOptions": {
1583
+ "show": {
1584
+ "resource": [
1585
+ "Projects"
1586
+ ],
1587
+ "operation": [
1588
+ "Run Projects Locations Jobs List"
1589
+ ]
1590
+ }
1591
+ }
1592
+ },
1593
+ {
1594
+ "displayName": "Parent",
1595
+ "name": "parent",
1596
+ "required": true,
1597
+ "description": "Required. The location and project to list resources on. Format: projects/{project}/locations/{location}, where {project} can be project id or number.",
1598
+ "default": "",
1599
+ "type": "string",
1600
+ "displayOptions": {
1601
+ "show": {
1602
+ "resource": [
1603
+ "Projects"
1604
+ ],
1605
+ "operation": [
1606
+ "Run Projects Locations Jobs List"
1607
+ ]
1608
+ }
1609
+ }
1610
+ },
1611
+ {
1612
+ "displayName": "Page Size",
1613
+ "name": "pageSize",
1614
+ "description": "Maximum number of Jobs to return in this call.",
1615
+ "default": 0,
1616
+ "type": "number",
1617
+ "routing": {
1618
+ "send": {
1619
+ "type": "query",
1620
+ "property": "pageSize",
1621
+ "value": "={{ $value }}",
1622
+ "propertyInDotNotation": false
1623
+ }
1624
+ },
1625
+ "displayOptions": {
1626
+ "show": {
1627
+ "resource": [
1628
+ "Projects"
1629
+ ],
1630
+ "operation": [
1631
+ "Run Projects Locations Jobs List"
1632
+ ]
1633
+ }
1634
+ }
1635
+ },
1636
+ {
1637
+ "displayName": "Page Token",
1638
+ "name": "pageToken",
1639
+ "description": "A page token received from a previous call to ListJobs. All other parameters must match.",
1640
+ "default": "",
1641
+ "type": "string",
1642
+ "routing": {
1643
+ "send": {
1644
+ "type": "query",
1645
+ "property": "pageToken",
1646
+ "value": "={{ $value }}",
1647
+ "propertyInDotNotation": false
1648
+ }
1649
+ },
1650
+ "displayOptions": {
1651
+ "show": {
1652
+ "resource": [
1653
+ "Projects"
1654
+ ],
1655
+ "operation": [
1656
+ "Run Projects Locations Jobs List"
1657
+ ]
1658
+ }
1659
+ }
1660
+ },
1661
+ {
1662
+ "displayName": "Show Deleted",
1663
+ "name": "showDeleted",
1664
+ "description": "If true, returns deleted (but unexpired) resources along with active ones.",
1665
+ "default": true,
1666
+ "type": "boolean",
1667
+ "routing": {
1668
+ "send": {
1669
+ "type": "query",
1670
+ "property": "showDeleted",
1671
+ "value": "={{ $value }}",
1672
+ "propertyInDotNotation": false
1673
+ }
1674
+ },
1675
+ "displayOptions": {
1676
+ "show": {
1677
+ "resource": [
1678
+ "Projects"
1679
+ ],
1680
+ "operation": [
1681
+ "Run Projects Locations Jobs List"
1682
+ ]
1683
+ }
1684
+ }
1685
+ },
1686
+ {
1687
+ "displayName": "POST /v2/{parent}/jobs",
1688
+ "name": "operation",
1689
+ "type": "notice",
1690
+ "typeOptions": {
1691
+ "theme": "info"
1692
+ },
1693
+ "default": "",
1694
+ "displayOptions": {
1695
+ "show": {
1696
+ "resource": [
1697
+ "Projects"
1698
+ ],
1699
+ "operation": [
1700
+ "Run Projects Locations Jobs Create"
1701
+ ]
1702
+ }
1703
+ }
1704
+ },
1705
+ {
1706
+ "displayName": "Parent",
1707
+ "name": "parent",
1708
+ "required": true,
1709
+ "description": "Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.",
1710
+ "default": "",
1711
+ "type": "string",
1712
+ "displayOptions": {
1713
+ "show": {
1714
+ "resource": [
1715
+ "Projects"
1716
+ ],
1717
+ "operation": [
1718
+ "Run Projects Locations Jobs Create"
1719
+ ]
1720
+ }
1721
+ }
1722
+ },
1723
+ {
1724
+ "displayName": "Job ID",
1725
+ "name": "jobId",
1726
+ "description": "Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.",
1727
+ "default": "",
1728
+ "type": "string",
1729
+ "routing": {
1730
+ "send": {
1731
+ "type": "query",
1732
+ "property": "jobId",
1733
+ "value": "={{ $value }}",
1734
+ "propertyInDotNotation": false
1735
+ }
1736
+ },
1737
+ "displayOptions": {
1738
+ "show": {
1739
+ "resource": [
1740
+ "Projects"
1741
+ ],
1742
+ "operation": [
1743
+ "Run Projects Locations Jobs Create"
1744
+ ]
1745
+ }
1746
+ }
1747
+ },
1748
+ {
1749
+ "displayName": "Validate Only",
1750
+ "name": "validateOnly",
1751
+ "description": "Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.",
1752
+ "default": true,
1753
+ "type": "boolean",
1754
+ "routing": {
1755
+ "send": {
1756
+ "type": "query",
1757
+ "property": "validateOnly",
1758
+ "value": "={{ $value }}",
1759
+ "propertyInDotNotation": false
1760
+ }
1761
+ },
1762
+ "displayOptions": {
1763
+ "show": {
1764
+ "resource": [
1765
+ "Projects"
1766
+ ],
1767
+ "operation": [
1768
+ "Run Projects Locations Jobs Create"
1769
+ ]
1770
+ }
1771
+ }
1772
+ },
1773
+ {
1774
+ "displayName": "Annotations",
1775
+ "name": "annotations",
1776
+ "type": "json",
1777
+ "default": "{}",
1778
+ "description": "KRM-style annotations for the resource. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules.",
1779
+ "routing": {
1780
+ "send": {
1781
+ "property": "annotations",
1782
+ "propertyInDotNotation": false,
1783
+ "type": "body",
1784
+ "value": "={{ JSON.parse($value) }}"
1785
+ }
1786
+ },
1787
+ "displayOptions": {
1788
+ "show": {
1789
+ "resource": [
1790
+ "Projects"
1791
+ ],
1792
+ "operation": [
1793
+ "Run Projects Locations Jobs Create"
1794
+ ]
1795
+ }
1796
+ }
1797
+ },
1798
+ {
1799
+ "displayName": "Binary Authorization",
1800
+ "name": "binaryAuthorization",
1801
+ "type": "json",
1802
+ "default": "{}",
1803
+ "description": "Settings for Binary Authorization feature.",
1804
+ "routing": {
1805
+ "send": {
1806
+ "property": "binaryAuthorization",
1807
+ "propertyInDotNotation": false,
1808
+ "type": "body",
1809
+ "value": "={{ JSON.parse($value) }}"
1810
+ }
1811
+ },
1812
+ "displayOptions": {
1813
+ "show": {
1814
+ "resource": [
1815
+ "Projects"
1816
+ ],
1817
+ "operation": [
1818
+ "Run Projects Locations Jobs Create"
1819
+ ]
1820
+ }
1821
+ }
1822
+ },
1823
+ {
1824
+ "displayName": "Client",
1825
+ "name": "client",
1826
+ "type": "string",
1827
+ "default": "",
1828
+ "description": "Arbitrary identifier for the API client.",
1829
+ "routing": {
1830
+ "send": {
1831
+ "property": "client",
1832
+ "propertyInDotNotation": false,
1833
+ "type": "body",
1834
+ "value": "={{ $value }}"
1835
+ }
1836
+ },
1837
+ "displayOptions": {
1838
+ "show": {
1839
+ "resource": [
1840
+ "Projects"
1841
+ ],
1842
+ "operation": [
1843
+ "Run Projects Locations Jobs Create"
1844
+ ]
1845
+ }
1846
+ }
1847
+ },
1848
+ {
1849
+ "displayName": "Client Version",
1850
+ "name": "clientVersion",
1851
+ "type": "string",
1852
+ "default": "",
1853
+ "description": "Arbitrary version identifier for the API client.",
1854
+ "routing": {
1855
+ "send": {
1856
+ "property": "clientVersion",
1857
+ "propertyInDotNotation": false,
1858
+ "type": "body",
1859
+ "value": "={{ $value }}"
1860
+ }
1861
+ },
1862
+ "displayOptions": {
1863
+ "show": {
1864
+ "resource": [
1865
+ "Projects"
1866
+ ],
1867
+ "operation": [
1868
+ "Run Projects Locations Jobs Create"
1869
+ ]
1870
+ }
1871
+ }
1872
+ },
1873
+ {
1874
+ "displayName": "Conditions",
1875
+ "name": "conditions",
1876
+ "type": "json",
1877
+ "default": "[\n {}\n]",
1878
+ "description": "Output only. The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
1879
+ "routing": {
1880
+ "send": {
1881
+ "property": "conditions",
1882
+ "propertyInDotNotation": false,
1883
+ "type": "body",
1884
+ "value": "={{ JSON.parse($value) }}"
1885
+ }
1886
+ },
1887
+ "displayOptions": {
1888
+ "show": {
1889
+ "resource": [
1890
+ "Projects"
1891
+ ],
1892
+ "operation": [
1893
+ "Run Projects Locations Jobs Create"
1894
+ ]
1895
+ }
1896
+ }
1897
+ },
1898
+ {
1899
+ "displayName": "Create Time",
1900
+ "name": "createTime",
1901
+ "type": "string",
1902
+ "default": "",
1903
+ "description": "Output only. The creation time.",
1904
+ "routing": {
1905
+ "send": {
1906
+ "property": "createTime",
1907
+ "propertyInDotNotation": false,
1908
+ "type": "body",
1909
+ "value": "={{ $value }}"
1910
+ }
1911
+ },
1912
+ "displayOptions": {
1913
+ "show": {
1914
+ "resource": [
1915
+ "Projects"
1916
+ ],
1917
+ "operation": [
1918
+ "Run Projects Locations Jobs Create"
1919
+ ]
1920
+ }
1921
+ }
1922
+ },
1923
+ {
1924
+ "displayName": "Creator",
1925
+ "name": "creator",
1926
+ "type": "string",
1927
+ "default": "",
1928
+ "description": "Output only. Email address of the authenticated creator.",
1929
+ "routing": {
1930
+ "send": {
1931
+ "property": "creator",
1932
+ "propertyInDotNotation": false,
1933
+ "type": "body",
1934
+ "value": "={{ $value }}"
1935
+ }
1936
+ },
1937
+ "displayOptions": {
1938
+ "show": {
1939
+ "resource": [
1940
+ "Projects"
1941
+ ],
1942
+ "operation": [
1943
+ "Run Projects Locations Jobs Create"
1944
+ ]
1945
+ }
1946
+ }
1947
+ },
1948
+ {
1949
+ "displayName": "Delete Time",
1950
+ "name": "deleteTime",
1951
+ "type": "string",
1952
+ "default": "",
1953
+ "description": "Output only. The deletion time.",
1954
+ "routing": {
1955
+ "send": {
1956
+ "property": "deleteTime",
1957
+ "propertyInDotNotation": false,
1958
+ "type": "body",
1959
+ "value": "={{ $value }}"
1960
+ }
1961
+ },
1962
+ "displayOptions": {
1963
+ "show": {
1964
+ "resource": [
1965
+ "Projects"
1966
+ ],
1967
+ "operation": [
1968
+ "Run Projects Locations Jobs Create"
1969
+ ]
1970
+ }
1971
+ }
1972
+ },
1973
+ {
1974
+ "displayName": "Etag",
1975
+ "name": "etag",
1976
+ "type": "string",
1977
+ "default": "",
1978
+ "description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
1979
+ "routing": {
1980
+ "send": {
1981
+ "property": "etag",
1982
+ "propertyInDotNotation": false,
1983
+ "type": "body",
1984
+ "value": "={{ $value }}"
1985
+ }
1986
+ },
1987
+ "displayOptions": {
1988
+ "show": {
1989
+ "resource": [
1990
+ "Projects"
1991
+ ],
1992
+ "operation": [
1993
+ "Run Projects Locations Jobs Create"
1994
+ ]
1995
+ }
1996
+ }
1997
+ },
1998
+ {
1999
+ "displayName": "Execution Count",
2000
+ "name": "executionCount",
2001
+ "type": "number",
2002
+ "default": 0,
2003
+ "description": "Output only. Number of executions created for this job.",
2004
+ "routing": {
2005
+ "send": {
2006
+ "property": "executionCount",
2007
+ "propertyInDotNotation": false,
2008
+ "type": "body",
2009
+ "value": "={{ $value }}"
2010
+ }
2011
+ },
2012
+ "displayOptions": {
2013
+ "show": {
2014
+ "resource": [
2015
+ "Projects"
2016
+ ],
2017
+ "operation": [
2018
+ "Run Projects Locations Jobs Create"
2019
+ ]
2020
+ }
2021
+ }
2022
+ },
2023
+ {
2024
+ "displayName": "Expire Time",
2025
+ "name": "expireTime",
2026
+ "type": "string",
2027
+ "default": "",
2028
+ "description": "Output only. For a deleted resource, the time after which it will be permamently deleted.",
2029
+ "routing": {
2030
+ "send": {
2031
+ "property": "expireTime",
2032
+ "propertyInDotNotation": false,
2033
+ "type": "body",
2034
+ "value": "={{ $value }}"
2035
+ }
2036
+ },
2037
+ "displayOptions": {
2038
+ "show": {
2039
+ "resource": [
2040
+ "Projects"
2041
+ ],
2042
+ "operation": [
2043
+ "Run Projects Locations Jobs Create"
2044
+ ]
2045
+ }
2046
+ }
2047
+ },
2048
+ {
2049
+ "displayName": "Generation",
2050
+ "name": "generation",
2051
+ "type": "string",
2052
+ "default": "",
2053
+ "description": "Output only. A number that monotonically increases every time the user modifies the desired state.",
2054
+ "routing": {
2055
+ "send": {
2056
+ "property": "generation",
2057
+ "propertyInDotNotation": false,
2058
+ "type": "body",
2059
+ "value": "={{ $value }}"
2060
+ }
2061
+ },
2062
+ "displayOptions": {
2063
+ "show": {
2064
+ "resource": [
2065
+ "Projects"
2066
+ ],
2067
+ "operation": [
2068
+ "Run Projects Locations Jobs Create"
2069
+ ]
2070
+ }
2071
+ }
2072
+ },
2073
+ {
2074
+ "displayName": "Labels",
2075
+ "name": "labels",
2076
+ "type": "json",
2077
+ "default": "{}",
2078
+ "description": "KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job.",
2079
+ "routing": {
2080
+ "send": {
2081
+ "property": "labels",
2082
+ "propertyInDotNotation": false,
2083
+ "type": "body",
2084
+ "value": "={{ JSON.parse($value) }}"
2085
+ }
2086
+ },
2087
+ "displayOptions": {
2088
+ "show": {
2089
+ "resource": [
2090
+ "Projects"
2091
+ ],
2092
+ "operation": [
2093
+ "Run Projects Locations Jobs Create"
2094
+ ]
2095
+ }
2096
+ }
2097
+ },
2098
+ {
2099
+ "displayName": "Last Modifier",
2100
+ "name": "lastModifier",
2101
+ "type": "string",
2102
+ "default": "",
2103
+ "description": "Output only. Email address of the last authenticated modifier.",
2104
+ "routing": {
2105
+ "send": {
2106
+ "property": "lastModifier",
2107
+ "propertyInDotNotation": false,
2108
+ "type": "body",
2109
+ "value": "={{ $value }}"
2110
+ }
2111
+ },
2112
+ "displayOptions": {
2113
+ "show": {
2114
+ "resource": [
2115
+ "Projects"
2116
+ ],
2117
+ "operation": [
2118
+ "Run Projects Locations Jobs Create"
2119
+ ]
2120
+ }
2121
+ }
2122
+ },
2123
+ {
2124
+ "displayName": "Latest Created Execution",
2125
+ "name": "latestCreatedExecution",
2126
+ "type": "json",
2127
+ "default": "{}",
2128
+ "description": "Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.",
2129
+ "routing": {
2130
+ "send": {
2131
+ "property": "latestCreatedExecution",
2132
+ "propertyInDotNotation": false,
2133
+ "type": "body",
2134
+ "value": "={{ JSON.parse($value) }}"
2135
+ }
2136
+ },
2137
+ "displayOptions": {
2138
+ "show": {
2139
+ "resource": [
2140
+ "Projects"
2141
+ ],
2142
+ "operation": [
2143
+ "Run Projects Locations Jobs Create"
2144
+ ]
2145
+ }
2146
+ }
2147
+ },
2148
+ {
2149
+ "displayName": "Launch Stage",
2150
+ "name": "launchStage",
2151
+ "type": "options",
2152
+ "default": "LAUNCH_STAGE_UNSPECIFIED",
2153
+ "description": "The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.",
2154
+ "options": [
2155
+ {
2156
+ "name": "LAUNCH STAGE UNSPECIFIED",
2157
+ "value": "LAUNCH_STAGE_UNSPECIFIED"
2158
+ },
2159
+ {
2160
+ "name": "UNIMPLEMENTED",
2161
+ "value": "UNIMPLEMENTED"
2162
+ },
2163
+ {
2164
+ "name": "PRELAUNCH",
2165
+ "value": "PRELAUNCH"
2166
+ },
2167
+ {
2168
+ "name": "EARLY ACCESS",
2169
+ "value": "EARLY_ACCESS"
2170
+ },
2171
+ {
2172
+ "name": "ALPHA",
2173
+ "value": "ALPHA"
2174
+ },
2175
+ {
2176
+ "name": "BETA",
2177
+ "value": "BETA"
2178
+ },
2179
+ {
2180
+ "name": "GA",
2181
+ "value": "GA"
2182
+ },
2183
+ {
2184
+ "name": "DEPRECATED",
2185
+ "value": "DEPRECATED"
2186
+ }
2187
+ ],
2188
+ "routing": {
2189
+ "send": {
2190
+ "property": "launchStage",
2191
+ "propertyInDotNotation": false,
2192
+ "type": "body",
2193
+ "value": "={{ $value }}"
2194
+ }
2195
+ },
2196
+ "displayOptions": {
2197
+ "show": {
2198
+ "resource": [
2199
+ "Projects"
2200
+ ],
2201
+ "operation": [
2202
+ "Run Projects Locations Jobs Create"
2203
+ ]
2204
+ }
2205
+ }
2206
+ },
2207
+ {
2208
+ "displayName": "Name",
2209
+ "name": "name",
2210
+ "type": "string",
2211
+ "default": "",
2212
+ "description": "The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}",
2213
+ "routing": {
2214
+ "send": {
2215
+ "property": "name",
2216
+ "propertyInDotNotation": false,
2217
+ "type": "body",
2218
+ "value": "={{ $value }}"
2219
+ }
2220
+ },
2221
+ "displayOptions": {
2222
+ "show": {
2223
+ "resource": [
2224
+ "Projects"
2225
+ ],
2226
+ "operation": [
2227
+ "Run Projects Locations Jobs Create"
2228
+ ]
2229
+ }
2230
+ }
2231
+ },
2232
+ {
2233
+ "displayName": "Observed Generation",
2234
+ "name": "observedGeneration",
2235
+ "type": "string",
2236
+ "default": "",
2237
+ "description": "Output only. The generation of this Job. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
2238
+ "routing": {
2239
+ "send": {
2240
+ "property": "observedGeneration",
2241
+ "propertyInDotNotation": false,
2242
+ "type": "body",
2243
+ "value": "={{ $value }}"
2244
+ }
2245
+ },
2246
+ "displayOptions": {
2247
+ "show": {
2248
+ "resource": [
2249
+ "Projects"
2250
+ ],
2251
+ "operation": [
2252
+ "Run Projects Locations Jobs Create"
2253
+ ]
2254
+ }
2255
+ }
2256
+ },
2257
+ {
2258
+ "displayName": "Reconciling",
2259
+ "name": "reconciling",
2260
+ "type": "boolean",
2261
+ "default": true,
2262
+ "description": "Output only. Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process, `observed_generation` and `latest_succeeded_execution`, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found in `terminal_condition.state`. If reconciliation succeeded, the following fields will match: `observed_generation` and `generation`, `latest_succeeded_execution` and `latest_created_execution`. If reconciliation failed, `observed_generation` and `latest_succeeded_execution` will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found in `terminal_condition` and `conditions`.",
2263
+ "routing": {
2264
+ "send": {
2265
+ "property": "reconciling",
2266
+ "propertyInDotNotation": false,
2267
+ "type": "body",
2268
+ "value": "={{ $value }}"
2269
+ }
2270
+ },
2271
+ "displayOptions": {
2272
+ "show": {
2273
+ "resource": [
2274
+ "Projects"
2275
+ ],
2276
+ "operation": [
2277
+ "Run Projects Locations Jobs Create"
2278
+ ]
2279
+ }
2280
+ }
2281
+ },
2282
+ {
2283
+ "displayName": "Satisfies Pzs",
2284
+ "name": "satisfiesPzs",
2285
+ "type": "boolean",
2286
+ "default": true,
2287
+ "description": "Output only. Reserved for future use.",
2288
+ "routing": {
2289
+ "send": {
2290
+ "property": "satisfiesPzs",
2291
+ "propertyInDotNotation": false,
2292
+ "type": "body",
2293
+ "value": "={{ $value }}"
2294
+ }
2295
+ },
2296
+ "displayOptions": {
2297
+ "show": {
2298
+ "resource": [
2299
+ "Projects"
2300
+ ],
2301
+ "operation": [
2302
+ "Run Projects Locations Jobs Create"
2303
+ ]
2304
+ }
2305
+ }
2306
+ },
2307
+ {
2308
+ "displayName": "Template",
2309
+ "name": "template",
2310
+ "type": "json",
2311
+ "default": "{\n \"template\": {\n \"containers\": [\n {\n \"args\": [\n null\n ],\n \"command\": [\n null\n ],\n \"env\": [\n {\n \"valueSource\": {\n \"secretKeyRef\": {}\n }\n }\n ],\n \"livenessProbe\": {\n \"grpc\": {},\n \"httpGet\": {\n \"httpHeaders\": [\n {}\n ]\n },\n \"tcpSocket\": {}\n },\n \"ports\": [\n {}\n ],\n \"resources\": {},\n \"startupProbe\": {},\n \"volumeMounts\": [\n {}\n ]\n }\n ],\n \"volumes\": [\n {\n \"cloudSqlInstance\": {\n \"instances\": [\n null\n ]\n },\n \"secret\": {\n \"items\": [\n {}\n ]\n }\n }\n ],\n \"vpcAccess\": {}\n }\n}",
2312
+ "description": "ExecutionTemplate describes the data an execution should have when created from a template.",
2313
+ "routing": {
2314
+ "send": {
2315
+ "property": "template",
2316
+ "propertyInDotNotation": false,
2317
+ "type": "body",
2318
+ "value": "={{ JSON.parse($value) }}"
2319
+ }
2320
+ },
2321
+ "displayOptions": {
2322
+ "show": {
2323
+ "resource": [
2324
+ "Projects"
2325
+ ],
2326
+ "operation": [
2327
+ "Run Projects Locations Jobs Create"
2328
+ ]
2329
+ }
2330
+ }
2331
+ },
2332
+ {
2333
+ "displayName": "Terminal Condition",
2334
+ "name": "terminalCondition",
2335
+ "type": "json",
2336
+ "default": "{}",
2337
+ "description": "Defines a status condition for a resource.",
2338
+ "routing": {
2339
+ "send": {
2340
+ "property": "terminalCondition",
2341
+ "propertyInDotNotation": false,
2342
+ "type": "body",
2343
+ "value": "={{ JSON.parse($value) }}"
2344
+ }
2345
+ },
2346
+ "displayOptions": {
2347
+ "show": {
2348
+ "resource": [
2349
+ "Projects"
2350
+ ],
2351
+ "operation": [
2352
+ "Run Projects Locations Jobs Create"
2353
+ ]
2354
+ }
2355
+ }
2356
+ },
2357
+ {
2358
+ "displayName": "Uid",
2359
+ "name": "uid",
2360
+ "type": "string",
2361
+ "default": "",
2362
+ "description": "Output only. Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.",
2363
+ "routing": {
2364
+ "send": {
2365
+ "property": "uid",
2366
+ "propertyInDotNotation": false,
2367
+ "type": "body",
2368
+ "value": "={{ $value }}"
2369
+ }
2370
+ },
2371
+ "displayOptions": {
2372
+ "show": {
2373
+ "resource": [
2374
+ "Projects"
2375
+ ],
2376
+ "operation": [
2377
+ "Run Projects Locations Jobs Create"
2378
+ ]
2379
+ }
2380
+ }
2381
+ },
2382
+ {
2383
+ "displayName": "Update Time",
2384
+ "name": "updateTime",
2385
+ "type": "string",
2386
+ "default": "",
2387
+ "description": "Output only. The last-modified time.",
2388
+ "routing": {
2389
+ "send": {
2390
+ "property": "updateTime",
2391
+ "propertyInDotNotation": false,
2392
+ "type": "body",
2393
+ "value": "={{ $value }}"
2394
+ }
2395
+ },
2396
+ "displayOptions": {
2397
+ "show": {
2398
+ "resource": [
2399
+ "Projects"
2400
+ ],
2401
+ "operation": [
2402
+ "Run Projects Locations Jobs Create"
2403
+ ]
2404
+ }
2405
+ }
2406
+ },
2407
+ {
2408
+ "displayName": "GET /v2/{parent}/revisions",
2409
+ "name": "operation",
2410
+ "type": "notice",
2411
+ "typeOptions": {
2412
+ "theme": "info"
2413
+ },
2414
+ "default": "",
2415
+ "displayOptions": {
2416
+ "show": {
2417
+ "resource": [
2418
+ "Projects"
2419
+ ],
2420
+ "operation": [
2421
+ "Run Projects Locations Services Revisions List"
2422
+ ]
2423
+ }
2424
+ }
2425
+ },
2426
+ {
2427
+ "displayName": "Parent",
2428
+ "name": "parent",
2429
+ "required": true,
2430
+ "description": "Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use \"-\" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}",
2431
+ "default": "",
2432
+ "type": "string",
2433
+ "displayOptions": {
2434
+ "show": {
2435
+ "resource": [
2436
+ "Projects"
2437
+ ],
2438
+ "operation": [
2439
+ "Run Projects Locations Services Revisions List"
2440
+ ]
2441
+ }
2442
+ }
2443
+ },
2444
+ {
2445
+ "displayName": "Page Size",
2446
+ "name": "pageSize",
2447
+ "description": "Maximum number of revisions to return in this call.",
2448
+ "default": 0,
2449
+ "type": "number",
2450
+ "routing": {
2451
+ "send": {
2452
+ "type": "query",
2453
+ "property": "pageSize",
2454
+ "value": "={{ $value }}",
2455
+ "propertyInDotNotation": false
2456
+ }
2457
+ },
2458
+ "displayOptions": {
2459
+ "show": {
2460
+ "resource": [
2461
+ "Projects"
2462
+ ],
2463
+ "operation": [
2464
+ "Run Projects Locations Services Revisions List"
2465
+ ]
2466
+ }
2467
+ }
2468
+ },
2469
+ {
2470
+ "displayName": "Page Token",
2471
+ "name": "pageToken",
2472
+ "description": "A page token received from a previous call to ListRevisions. All other parameters must match.",
2473
+ "default": "",
2474
+ "type": "string",
2475
+ "routing": {
2476
+ "send": {
2477
+ "type": "query",
2478
+ "property": "pageToken",
2479
+ "value": "={{ $value }}",
2480
+ "propertyInDotNotation": false
2481
+ }
2482
+ },
2483
+ "displayOptions": {
2484
+ "show": {
2485
+ "resource": [
2486
+ "Projects"
2487
+ ],
2488
+ "operation": [
2489
+ "Run Projects Locations Services Revisions List"
2490
+ ]
2491
+ }
2492
+ }
2493
+ },
2494
+ {
2495
+ "displayName": "Show Deleted",
2496
+ "name": "showDeleted",
2497
+ "description": "If true, returns deleted (but unexpired) resources along with active ones.",
2498
+ "default": true,
2499
+ "type": "boolean",
2500
+ "routing": {
2501
+ "send": {
2502
+ "type": "query",
2503
+ "property": "showDeleted",
2504
+ "value": "={{ $value }}",
2505
+ "propertyInDotNotation": false
2506
+ }
2507
+ },
2508
+ "displayOptions": {
2509
+ "show": {
2510
+ "resource": [
2511
+ "Projects"
2512
+ ],
2513
+ "operation": [
2514
+ "Run Projects Locations Services Revisions List"
2515
+ ]
2516
+ }
2517
+ }
2518
+ },
2519
+ {
2520
+ "displayName": "GET /v2/{parent}/services",
2521
+ "name": "operation",
2522
+ "type": "notice",
2523
+ "typeOptions": {
2524
+ "theme": "info"
2525
+ },
2526
+ "default": "",
2527
+ "displayOptions": {
2528
+ "show": {
2529
+ "resource": [
2530
+ "Projects"
2531
+ ],
2532
+ "operation": [
2533
+ "Run Projects Locations Services List"
2534
+ ]
2535
+ }
2536
+ }
2537
+ },
2538
+ {
2539
+ "displayName": "Parent",
2540
+ "name": "parent",
2541
+ "required": true,
2542
+ "description": "Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the \"-\" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.",
2543
+ "default": "",
2544
+ "type": "string",
2545
+ "displayOptions": {
2546
+ "show": {
2547
+ "resource": [
2548
+ "Projects"
2549
+ ],
2550
+ "operation": [
2551
+ "Run Projects Locations Services List"
2552
+ ]
2553
+ }
2554
+ }
2555
+ },
2556
+ {
2557
+ "displayName": "Page Size",
2558
+ "name": "pageSize",
2559
+ "description": "Maximum number of Services to return in this call.",
2560
+ "default": 0,
2561
+ "type": "number",
2562
+ "routing": {
2563
+ "send": {
2564
+ "type": "query",
2565
+ "property": "pageSize",
2566
+ "value": "={{ $value }}",
2567
+ "propertyInDotNotation": false
2568
+ }
2569
+ },
2570
+ "displayOptions": {
2571
+ "show": {
2572
+ "resource": [
2573
+ "Projects"
2574
+ ],
2575
+ "operation": [
2576
+ "Run Projects Locations Services List"
2577
+ ]
2578
+ }
2579
+ }
2580
+ },
2581
+ {
2582
+ "displayName": "Page Token",
2583
+ "name": "pageToken",
2584
+ "description": "A page token received from a previous call to ListServices. All other parameters must match.",
2585
+ "default": "",
2586
+ "type": "string",
2587
+ "routing": {
2588
+ "send": {
2589
+ "type": "query",
2590
+ "property": "pageToken",
2591
+ "value": "={{ $value }}",
2592
+ "propertyInDotNotation": false
2593
+ }
2594
+ },
2595
+ "displayOptions": {
2596
+ "show": {
2597
+ "resource": [
2598
+ "Projects"
2599
+ ],
2600
+ "operation": [
2601
+ "Run Projects Locations Services List"
2602
+ ]
2603
+ }
2604
+ }
2605
+ },
2606
+ {
2607
+ "displayName": "Show Deleted",
2608
+ "name": "showDeleted",
2609
+ "description": "If true, returns deleted (but unexpired) resources along with active ones.",
2610
+ "default": true,
2611
+ "type": "boolean",
2612
+ "routing": {
2613
+ "send": {
2614
+ "type": "query",
2615
+ "property": "showDeleted",
2616
+ "value": "={{ $value }}",
2617
+ "propertyInDotNotation": false
2618
+ }
2619
+ },
2620
+ "displayOptions": {
2621
+ "show": {
2622
+ "resource": [
2623
+ "Projects"
2624
+ ],
2625
+ "operation": [
2626
+ "Run Projects Locations Services List"
2627
+ ]
2628
+ }
2629
+ }
2630
+ },
2631
+ {
2632
+ "displayName": "POST /v2/{parent}/services",
2633
+ "name": "operation",
2634
+ "type": "notice",
2635
+ "typeOptions": {
2636
+ "theme": "info"
2637
+ },
2638
+ "default": "",
2639
+ "displayOptions": {
2640
+ "show": {
2641
+ "resource": [
2642
+ "Projects"
2643
+ ],
2644
+ "operation": [
2645
+ "Run Projects Locations Services Create"
2646
+ ]
2647
+ }
2648
+ }
2649
+ },
2650
+ {
2651
+ "displayName": "Parent",
2652
+ "name": "parent",
2653
+ "required": true,
2654
+ "description": "Required. The location and project in which this service should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number. Only lowercase characters, digits, and hyphens.",
2655
+ "default": "",
2656
+ "type": "string",
2657
+ "displayOptions": {
2658
+ "show": {
2659
+ "resource": [
2660
+ "Projects"
2661
+ ],
2662
+ "operation": [
2663
+ "Run Projects Locations Services Create"
2664
+ ]
2665
+ }
2666
+ }
2667
+ },
2668
+ {
2669
+ "displayName": "Service ID",
2670
+ "name": "serviceId",
2671
+ "description": "Required. The unique identifier for the Service. It must begin with letter, and cannot end with hyphen; must contain fewer than 50 characters. The name of the service becomes {parent}/services/{service_id}.",
2672
+ "default": "",
2673
+ "type": "string",
2674
+ "routing": {
2675
+ "send": {
2676
+ "type": "query",
2677
+ "property": "serviceId",
2678
+ "value": "={{ $value }}",
2679
+ "propertyInDotNotation": false
2680
+ }
2681
+ },
2682
+ "displayOptions": {
2683
+ "show": {
2684
+ "resource": [
2685
+ "Projects"
2686
+ ],
2687
+ "operation": [
2688
+ "Run Projects Locations Services Create"
2689
+ ]
2690
+ }
2691
+ }
2692
+ },
2693
+ {
2694
+ "displayName": "Validate Only",
2695
+ "name": "validateOnly",
2696
+ "description": "Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.",
2697
+ "default": true,
2698
+ "type": "boolean",
2699
+ "routing": {
2700
+ "send": {
2701
+ "type": "query",
2702
+ "property": "validateOnly",
2703
+ "value": "={{ $value }}",
2704
+ "propertyInDotNotation": false
2705
+ }
2706
+ },
2707
+ "displayOptions": {
2708
+ "show": {
2709
+ "resource": [
2710
+ "Projects"
2711
+ ],
2712
+ "operation": [
2713
+ "Run Projects Locations Services Create"
2714
+ ]
2715
+ }
2716
+ }
2717
+ },
2718
+ {
2719
+ "displayName": "Annotations",
2720
+ "name": "annotations",
2721
+ "type": "json",
2722
+ "default": "{}",
2723
+ "description": "Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected in new resources. All system annotations in v1 now have a corresponding field in v2 Service. This field follows Kubernetes annotations' namespacing, limits, and rules.",
2724
+ "routing": {
2725
+ "send": {
2726
+ "property": "annotations",
2727
+ "propertyInDotNotation": false,
2728
+ "type": "body",
2729
+ "value": "={{ JSON.parse($value) }}"
2730
+ }
2731
+ },
2732
+ "displayOptions": {
2733
+ "show": {
2734
+ "resource": [
2735
+ "Projects"
2736
+ ],
2737
+ "operation": [
2738
+ "Run Projects Locations Services Create"
2739
+ ]
2740
+ }
2741
+ }
2742
+ },
2743
+ {
2744
+ "displayName": "Binary Authorization",
2745
+ "name": "binaryAuthorization",
2746
+ "type": "json",
2747
+ "default": "{}",
2748
+ "description": "Settings for Binary Authorization feature.",
2749
+ "routing": {
2750
+ "send": {
2751
+ "property": "binaryAuthorization",
2752
+ "propertyInDotNotation": false,
2753
+ "type": "body",
2754
+ "value": "={{ JSON.parse($value) }}"
2755
+ }
2756
+ },
2757
+ "displayOptions": {
2758
+ "show": {
2759
+ "resource": [
2760
+ "Projects"
2761
+ ],
2762
+ "operation": [
2763
+ "Run Projects Locations Services Create"
2764
+ ]
2765
+ }
2766
+ }
2767
+ },
2768
+ {
2769
+ "displayName": "Client",
2770
+ "name": "client",
2771
+ "type": "string",
2772
+ "default": "",
2773
+ "description": "Arbitrary identifier for the API client.",
2774
+ "routing": {
2775
+ "send": {
2776
+ "property": "client",
2777
+ "propertyInDotNotation": false,
2778
+ "type": "body",
2779
+ "value": "={{ $value }}"
2780
+ }
2781
+ },
2782
+ "displayOptions": {
2783
+ "show": {
2784
+ "resource": [
2785
+ "Projects"
2786
+ ],
2787
+ "operation": [
2788
+ "Run Projects Locations Services Create"
2789
+ ]
2790
+ }
2791
+ }
2792
+ },
2793
+ {
2794
+ "displayName": "Client Version",
2795
+ "name": "clientVersion",
2796
+ "type": "string",
2797
+ "default": "",
2798
+ "description": "Arbitrary version identifier for the API client.",
2799
+ "routing": {
2800
+ "send": {
2801
+ "property": "clientVersion",
2802
+ "propertyInDotNotation": false,
2803
+ "type": "body",
2804
+ "value": "={{ $value }}"
2805
+ }
2806
+ },
2807
+ "displayOptions": {
2808
+ "show": {
2809
+ "resource": [
2810
+ "Projects"
2811
+ ],
2812
+ "operation": [
2813
+ "Run Projects Locations Services Create"
2814
+ ]
2815
+ }
2816
+ }
2817
+ },
2818
+ {
2819
+ "displayName": "Conditions",
2820
+ "name": "conditions",
2821
+ "type": "json",
2822
+ "default": "[\n {}\n]",
2823
+ "description": "Output only. The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Service does not reach its Serving state. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
2824
+ "routing": {
2825
+ "send": {
2826
+ "property": "conditions",
2827
+ "propertyInDotNotation": false,
2828
+ "type": "body",
2829
+ "value": "={{ JSON.parse($value) }}"
2830
+ }
2831
+ },
2832
+ "displayOptions": {
2833
+ "show": {
2834
+ "resource": [
2835
+ "Projects"
2836
+ ],
2837
+ "operation": [
2838
+ "Run Projects Locations Services Create"
2839
+ ]
2840
+ }
2841
+ }
2842
+ },
2843
+ {
2844
+ "displayName": "Create Time",
2845
+ "name": "createTime",
2846
+ "type": "string",
2847
+ "default": "",
2848
+ "description": "Output only. The creation time.",
2849
+ "routing": {
2850
+ "send": {
2851
+ "property": "createTime",
2852
+ "propertyInDotNotation": false,
2853
+ "type": "body",
2854
+ "value": "={{ $value }}"
2855
+ }
2856
+ },
2857
+ "displayOptions": {
2858
+ "show": {
2859
+ "resource": [
2860
+ "Projects"
2861
+ ],
2862
+ "operation": [
2863
+ "Run Projects Locations Services Create"
2864
+ ]
2865
+ }
2866
+ }
2867
+ },
2868
+ {
2869
+ "displayName": "Creator",
2870
+ "name": "creator",
2871
+ "type": "string",
2872
+ "default": "",
2873
+ "description": "Output only. Email address of the authenticated creator.",
2874
+ "routing": {
2875
+ "send": {
2876
+ "property": "creator",
2877
+ "propertyInDotNotation": false,
2878
+ "type": "body",
2879
+ "value": "={{ $value }}"
2880
+ }
2881
+ },
2882
+ "displayOptions": {
2883
+ "show": {
2884
+ "resource": [
2885
+ "Projects"
2886
+ ],
2887
+ "operation": [
2888
+ "Run Projects Locations Services Create"
2889
+ ]
2890
+ }
2891
+ }
2892
+ },
2893
+ {
2894
+ "displayName": "Delete Time",
2895
+ "name": "deleteTime",
2896
+ "type": "string",
2897
+ "default": "",
2898
+ "description": "Output only. The deletion time.",
2899
+ "routing": {
2900
+ "send": {
2901
+ "property": "deleteTime",
2902
+ "propertyInDotNotation": false,
2903
+ "type": "body",
2904
+ "value": "={{ $value }}"
2905
+ }
2906
+ },
2907
+ "displayOptions": {
2908
+ "show": {
2909
+ "resource": [
2910
+ "Projects"
2911
+ ],
2912
+ "operation": [
2913
+ "Run Projects Locations Services Create"
2914
+ ]
2915
+ }
2916
+ }
2917
+ },
2918
+ {
2919
+ "displayName": "Description",
2920
+ "name": "description",
2921
+ "type": "string",
2922
+ "default": "",
2923
+ "description": "User-provided description of the Service. This field currently has a 512-character limit.",
2924
+ "routing": {
2925
+ "send": {
2926
+ "property": "description",
2927
+ "propertyInDotNotation": false,
2928
+ "type": "body",
2929
+ "value": "={{ $value }}"
2930
+ }
2931
+ },
2932
+ "displayOptions": {
2933
+ "show": {
2934
+ "resource": [
2935
+ "Projects"
2936
+ ],
2937
+ "operation": [
2938
+ "Run Projects Locations Services Create"
2939
+ ]
2940
+ }
2941
+ }
2942
+ },
2943
+ {
2944
+ "displayName": "Etag",
2945
+ "name": "etag",
2946
+ "type": "string",
2947
+ "default": "",
2948
+ "description": "Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.",
2949
+ "routing": {
2950
+ "send": {
2951
+ "property": "etag",
2952
+ "propertyInDotNotation": false,
2953
+ "type": "body",
2954
+ "value": "={{ $value }}"
2955
+ }
2956
+ },
2957
+ "displayOptions": {
2958
+ "show": {
2959
+ "resource": [
2960
+ "Projects"
2961
+ ],
2962
+ "operation": [
2963
+ "Run Projects Locations Services Create"
2964
+ ]
2965
+ }
2966
+ }
2967
+ },
2968
+ {
2969
+ "displayName": "Expire Time",
2970
+ "name": "expireTime",
2971
+ "type": "string",
2972
+ "default": "",
2973
+ "description": "Output only. For a deleted resource, the time after which it will be permamently deleted.",
2974
+ "routing": {
2975
+ "send": {
2976
+ "property": "expireTime",
2977
+ "propertyInDotNotation": false,
2978
+ "type": "body",
2979
+ "value": "={{ $value }}"
2980
+ }
2981
+ },
2982
+ "displayOptions": {
2983
+ "show": {
2984
+ "resource": [
2985
+ "Projects"
2986
+ ],
2987
+ "operation": [
2988
+ "Run Projects Locations Services Create"
2989
+ ]
2990
+ }
2991
+ }
2992
+ },
2993
+ {
2994
+ "displayName": "Generation",
2995
+ "name": "generation",
2996
+ "type": "string",
2997
+ "default": "",
2998
+ "description": "Output only. A number that monotonically increases every time the user modifies the desired state. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a `string` instead of an `integer`.",
2999
+ "routing": {
3000
+ "send": {
3001
+ "property": "generation",
3002
+ "propertyInDotNotation": false,
3003
+ "type": "body",
3004
+ "value": "={{ $value }}"
3005
+ }
3006
+ },
3007
+ "displayOptions": {
3008
+ "show": {
3009
+ "resource": [
3010
+ "Projects"
3011
+ ],
3012
+ "operation": [
3013
+ "Run Projects Locations Services Create"
3014
+ ]
3015
+ }
3016
+ }
3017
+ },
3018
+ {
3019
+ "displayName": "Ingress",
3020
+ "name": "ingress",
3021
+ "type": "options",
3022
+ "default": "INGRESS_TRAFFIC_UNSPECIFIED",
3023
+ "description": "Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no revision is active.",
3024
+ "options": [
3025
+ {
3026
+ "name": "INGRESS TRAFFIC UNSPECIFIED",
3027
+ "value": "INGRESS_TRAFFIC_UNSPECIFIED"
3028
+ },
3029
+ {
3030
+ "name": "INGRESS TRAFFIC ALL",
3031
+ "value": "INGRESS_TRAFFIC_ALL"
3032
+ },
3033
+ {
3034
+ "name": "INGRESS TRAFFIC INTERNAL ONLY",
3035
+ "value": "INGRESS_TRAFFIC_INTERNAL_ONLY"
3036
+ },
3037
+ {
3038
+ "name": "INGRESS TRAFFIC INTERNAL LOAD BALANCER",
3039
+ "value": "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"
3040
+ }
3041
+ ],
3042
+ "routing": {
3043
+ "send": {
3044
+ "property": "ingress",
3045
+ "propertyInDotNotation": false,
3046
+ "type": "body",
3047
+ "value": "={{ $value }}"
3048
+ }
3049
+ },
3050
+ "displayOptions": {
3051
+ "show": {
3052
+ "resource": [
3053
+ "Projects"
3054
+ ],
3055
+ "operation": [
3056
+ "Run Projects Locations Services Create"
3057
+ ]
3058
+ }
3059
+ }
3060
+ },
3061
+ {
3062
+ "displayName": "Labels",
3063
+ "name": "labels",
3064
+ "type": "json",
3065
+ "default": "{}",
3066
+ "description": "Map of string keys and values that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Service.",
3067
+ "routing": {
3068
+ "send": {
3069
+ "property": "labels",
3070
+ "propertyInDotNotation": false,
3071
+ "type": "body",
3072
+ "value": "={{ JSON.parse($value) }}"
3073
+ }
3074
+ },
3075
+ "displayOptions": {
3076
+ "show": {
3077
+ "resource": [
3078
+ "Projects"
3079
+ ],
3080
+ "operation": [
3081
+ "Run Projects Locations Services Create"
3082
+ ]
3083
+ }
3084
+ }
3085
+ },
3086
+ {
3087
+ "displayName": "Last Modifier",
3088
+ "name": "lastModifier",
3089
+ "type": "string",
3090
+ "default": "",
3091
+ "description": "Output only. Email address of the last authenticated modifier.",
3092
+ "routing": {
3093
+ "send": {
3094
+ "property": "lastModifier",
3095
+ "propertyInDotNotation": false,
3096
+ "type": "body",
3097
+ "value": "={{ $value }}"
3098
+ }
3099
+ },
3100
+ "displayOptions": {
3101
+ "show": {
3102
+ "resource": [
3103
+ "Projects"
3104
+ ],
3105
+ "operation": [
3106
+ "Run Projects Locations Services Create"
3107
+ ]
3108
+ }
3109
+ }
3110
+ },
3111
+ {
3112
+ "displayName": "Latest Created Revision",
3113
+ "name": "latestCreatedRevision",
3114
+ "type": "string",
3115
+ "default": "",
3116
+ "description": "Output only. Name of the last created revision. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
3117
+ "routing": {
3118
+ "send": {
3119
+ "property": "latestCreatedRevision",
3120
+ "propertyInDotNotation": false,
3121
+ "type": "body",
3122
+ "value": "={{ $value }}"
3123
+ }
3124
+ },
3125
+ "displayOptions": {
3126
+ "show": {
3127
+ "resource": [
3128
+ "Projects"
3129
+ ],
3130
+ "operation": [
3131
+ "Run Projects Locations Services Create"
3132
+ ]
3133
+ }
3134
+ }
3135
+ },
3136
+ {
3137
+ "displayName": "Latest Ready Revision",
3138
+ "name": "latestReadyRevision",
3139
+ "type": "string",
3140
+ "default": "",
3141
+ "description": "Output only. Name of the latest revision that is serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
3142
+ "routing": {
3143
+ "send": {
3144
+ "property": "latestReadyRevision",
3145
+ "propertyInDotNotation": false,
3146
+ "type": "body",
3147
+ "value": "={{ $value }}"
3148
+ }
3149
+ },
3150
+ "displayOptions": {
3151
+ "show": {
3152
+ "resource": [
3153
+ "Projects"
3154
+ ],
3155
+ "operation": [
3156
+ "Run Projects Locations Services Create"
3157
+ ]
3158
+ }
3159
+ }
3160
+ },
3161
+ {
3162
+ "displayName": "Launch Stage",
3163
+ "name": "launchStage",
3164
+ "type": "options",
3165
+ "default": "LAUNCH_STAGE_UNSPECIFIED",
3166
+ "description": "The launch stage as defined by [Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.",
3167
+ "options": [
3168
+ {
3169
+ "name": "LAUNCH STAGE UNSPECIFIED",
3170
+ "value": "LAUNCH_STAGE_UNSPECIFIED"
3171
+ },
3172
+ {
3173
+ "name": "UNIMPLEMENTED",
3174
+ "value": "UNIMPLEMENTED"
3175
+ },
3176
+ {
3177
+ "name": "PRELAUNCH",
3178
+ "value": "PRELAUNCH"
3179
+ },
3180
+ {
3181
+ "name": "EARLY ACCESS",
3182
+ "value": "EARLY_ACCESS"
3183
+ },
3184
+ {
3185
+ "name": "ALPHA",
3186
+ "value": "ALPHA"
3187
+ },
3188
+ {
3189
+ "name": "BETA",
3190
+ "value": "BETA"
3191
+ },
3192
+ {
3193
+ "name": "GA",
3194
+ "value": "GA"
3195
+ },
3196
+ {
3197
+ "name": "DEPRECATED",
3198
+ "value": "DEPRECATED"
3199
+ }
3200
+ ],
3201
+ "routing": {
3202
+ "send": {
3203
+ "property": "launchStage",
3204
+ "propertyInDotNotation": false,
3205
+ "type": "body",
3206
+ "value": "={{ $value }}"
3207
+ }
3208
+ },
3209
+ "displayOptions": {
3210
+ "show": {
3211
+ "resource": [
3212
+ "Projects"
3213
+ ],
3214
+ "operation": [
3215
+ "Run Projects Locations Services Create"
3216
+ ]
3217
+ }
3218
+ }
3219
+ },
3220
+ {
3221
+ "displayName": "Name",
3222
+ "name": "name",
3223
+ "type": "string",
3224
+ "default": "",
3225
+ "description": "The fully qualified name of this Service. In CreateServiceRequest, this field is ignored, and instead composed from CreateServiceRequest.parent and CreateServiceRequest.service_id. Format: projects/{project}/locations/{location}/services/{service_id}",
3226
+ "routing": {
3227
+ "send": {
3228
+ "property": "name",
3229
+ "propertyInDotNotation": false,
3230
+ "type": "body",
3231
+ "value": "={{ $value }}"
3232
+ }
3233
+ },
3234
+ "displayOptions": {
3235
+ "show": {
3236
+ "resource": [
3237
+ "Projects"
3238
+ ],
3239
+ "operation": [
3240
+ "Run Projects Locations Services Create"
3241
+ ]
3242
+ }
3243
+ }
3244
+ },
3245
+ {
3246
+ "displayName": "Observed Generation",
3247
+ "name": "observedGeneration",
3248
+ "type": "string",
3249
+ "default": "",
3250
+ "description": "Output only. The generation of this Service currently serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a `string` instead of an `integer`.",
3251
+ "routing": {
3252
+ "send": {
3253
+ "property": "observedGeneration",
3254
+ "propertyInDotNotation": false,
3255
+ "type": "body",
3256
+ "value": "={{ $value }}"
3257
+ }
3258
+ },
3259
+ "displayOptions": {
3260
+ "show": {
3261
+ "resource": [
3262
+ "Projects"
3263
+ ],
3264
+ "operation": [
3265
+ "Run Projects Locations Services Create"
3266
+ ]
3267
+ }
3268
+ }
3269
+ },
3270
+ {
3271
+ "displayName": "Reconciling",
3272
+ "name": "reconciling",
3273
+ "type": "boolean",
3274
+ "default": true,
3275
+ "description": "Output only. Returns true if the Service is currently being acted upon by the system to bring it into the desired state. When a new Service is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Service to the desired serving state. This process is called reconciliation. While reconciliation is in process, `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the serving state matches the Service, or there was an error, and reconciliation failed. This state can be found in `terminal_condition.state`. If reconciliation succeeded, the following fields will match: `traffic` and `traffic_statuses`, `observed_generation` and `generation`, `latest_ready_revision` and `latest_created_revision`. If reconciliation failed, `traffic_statuses`, `observed_generation`, and `latest_ready_revision` will have the state of the last serving revision, or empty for newly created Services. Additional information on the failure can be found in `terminal_condition` and `conditions`.",
3276
+ "routing": {
3277
+ "send": {
3278
+ "property": "reconciling",
3279
+ "propertyInDotNotation": false,
3280
+ "type": "body",
3281
+ "value": "={{ $value }}"
3282
+ }
3283
+ },
3284
+ "displayOptions": {
3285
+ "show": {
3286
+ "resource": [
3287
+ "Projects"
3288
+ ],
3289
+ "operation": [
3290
+ "Run Projects Locations Services Create"
3291
+ ]
3292
+ }
3293
+ }
3294
+ },
3295
+ {
3296
+ "displayName": "Satisfies Pzs",
3297
+ "name": "satisfiesPzs",
3298
+ "type": "boolean",
3299
+ "default": true,
3300
+ "description": "Output only. Reserved for future use.",
3301
+ "routing": {
3302
+ "send": {
3303
+ "property": "satisfiesPzs",
3304
+ "propertyInDotNotation": false,
3305
+ "type": "body",
3306
+ "value": "={{ $value }}"
3307
+ }
3308
+ },
3309
+ "displayOptions": {
3310
+ "show": {
3311
+ "resource": [
3312
+ "Projects"
3313
+ ],
3314
+ "operation": [
3315
+ "Run Projects Locations Services Create"
3316
+ ]
3317
+ }
3318
+ }
3319
+ },
3320
+ {
3321
+ "displayName": "Template",
3322
+ "name": "template",
3323
+ "type": "json",
3324
+ "default": "{\n \"containers\": [\n {\n \"args\": [\n null\n ],\n \"command\": [\n null\n ],\n \"env\": [\n {\n \"valueSource\": {\n \"secretKeyRef\": {}\n }\n }\n ],\n \"livenessProbe\": {\n \"grpc\": {},\n \"httpGet\": {\n \"httpHeaders\": [\n {}\n ]\n },\n \"tcpSocket\": {}\n },\n \"ports\": [\n {}\n ],\n \"resources\": {},\n \"startupProbe\": {},\n \"volumeMounts\": [\n {}\n ]\n }\n ],\n \"scaling\": {},\n \"volumes\": [\n {\n \"cloudSqlInstance\": {\n \"instances\": [\n null\n ]\n },\n \"secret\": {\n \"items\": [\n {}\n ]\n }\n }\n ],\n \"vpcAccess\": {}\n}",
3325
+ "description": "RevisionTemplate describes the data a revision should have when created from a template.",
3326
+ "routing": {
3327
+ "send": {
3328
+ "property": "template",
3329
+ "propertyInDotNotation": false,
3330
+ "type": "body",
3331
+ "value": "={{ JSON.parse($value) }}"
3332
+ }
3333
+ },
3334
+ "displayOptions": {
3335
+ "show": {
3336
+ "resource": [
3337
+ "Projects"
3338
+ ],
3339
+ "operation": [
3340
+ "Run Projects Locations Services Create"
3341
+ ]
3342
+ }
3343
+ }
3344
+ },
3345
+ {
3346
+ "displayName": "Terminal Condition",
3347
+ "name": "terminalCondition",
3348
+ "type": "json",
3349
+ "default": "{}",
3350
+ "description": "Defines a status condition for a resource.",
3351
+ "routing": {
3352
+ "send": {
3353
+ "property": "terminalCondition",
3354
+ "propertyInDotNotation": false,
3355
+ "type": "body",
3356
+ "value": "={{ JSON.parse($value) }}"
3357
+ }
3358
+ },
3359
+ "displayOptions": {
3360
+ "show": {
3361
+ "resource": [
3362
+ "Projects"
3363
+ ],
3364
+ "operation": [
3365
+ "Run Projects Locations Services Create"
3366
+ ]
3367
+ }
3368
+ }
3369
+ },
3370
+ {
3371
+ "displayName": "Traffic",
3372
+ "name": "traffic",
3373
+ "type": "json",
3374
+ "default": "[\n {}\n]",
3375
+ "description": "Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest `Ready` Revision.",
3376
+ "routing": {
3377
+ "send": {
3378
+ "property": "traffic",
3379
+ "propertyInDotNotation": false,
3380
+ "type": "body",
3381
+ "value": "={{ JSON.parse($value) }}"
3382
+ }
3383
+ },
3384
+ "displayOptions": {
3385
+ "show": {
3386
+ "resource": [
3387
+ "Projects"
3388
+ ],
3389
+ "operation": [
3390
+ "Run Projects Locations Services Create"
3391
+ ]
3392
+ }
3393
+ }
3394
+ },
3395
+ {
3396
+ "displayName": "Traffic Statuses",
3397
+ "name": "trafficStatuses",
3398
+ "type": "json",
3399
+ "default": "[\n {}\n]",
3400
+ "description": "Output only. Detailed status information for corresponding traffic targets. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.",
3401
+ "routing": {
3402
+ "send": {
3403
+ "property": "trafficStatuses",
3404
+ "propertyInDotNotation": false,
3405
+ "type": "body",
3406
+ "value": "={{ JSON.parse($value) }}"
3407
+ }
3408
+ },
3409
+ "displayOptions": {
3410
+ "show": {
3411
+ "resource": [
3412
+ "Projects"
3413
+ ],
3414
+ "operation": [
3415
+ "Run Projects Locations Services Create"
3416
+ ]
3417
+ }
3418
+ }
3419
+ },
3420
+ {
3421
+ "displayName": "Uid",
3422
+ "name": "uid",
3423
+ "type": "string",
3424
+ "default": "",
3425
+ "description": "Output only. Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.",
3426
+ "routing": {
3427
+ "send": {
3428
+ "property": "uid",
3429
+ "propertyInDotNotation": false,
3430
+ "type": "body",
3431
+ "value": "={{ $value }}"
3432
+ }
3433
+ },
3434
+ "displayOptions": {
3435
+ "show": {
3436
+ "resource": [
3437
+ "Projects"
3438
+ ],
3439
+ "operation": [
3440
+ "Run Projects Locations Services Create"
3441
+ ]
3442
+ }
3443
+ }
3444
+ },
3445
+ {
3446
+ "displayName": "Update Time",
3447
+ "name": "updateTime",
3448
+ "type": "string",
3449
+ "default": "",
3450
+ "description": "Output only. The last-modified time.",
3451
+ "routing": {
3452
+ "send": {
3453
+ "property": "updateTime",
3454
+ "propertyInDotNotation": false,
3455
+ "type": "body",
3456
+ "value": "={{ $value }}"
3457
+ }
3458
+ },
3459
+ "displayOptions": {
3460
+ "show": {
3461
+ "resource": [
3462
+ "Projects"
3463
+ ],
3464
+ "operation": [
3465
+ "Run Projects Locations Services Create"
3466
+ ]
3467
+ }
3468
+ }
3469
+ },
3470
+ {
3471
+ "displayName": "Uri",
3472
+ "name": "uri",
3473
+ "type": "string",
3474
+ "default": "",
3475
+ "description": "Output only. The main URI in which this Service is serving traffic.",
3476
+ "routing": {
3477
+ "send": {
3478
+ "property": "uri",
3479
+ "propertyInDotNotation": false,
3480
+ "type": "body",
3481
+ "value": "={{ $value }}"
3482
+ }
3483
+ },
3484
+ "displayOptions": {
3485
+ "show": {
3486
+ "resource": [
3487
+ "Projects"
3488
+ ],
3489
+ "operation": [
3490
+ "Run Projects Locations Services Create"
3491
+ ]
3492
+ }
3493
+ }
3494
+ },
3495
+ {
3496
+ "displayName": "GET /v2/{parent}/tasks",
3497
+ "name": "operation",
3498
+ "type": "notice",
3499
+ "typeOptions": {
3500
+ "theme": "info"
3501
+ },
3502
+ "default": "",
3503
+ "displayOptions": {
3504
+ "show": {
3505
+ "resource": [
3506
+ "Projects"
3507
+ ],
3508
+ "operation": [
3509
+ "Run Projects Locations Jobs Executions Tasks List"
3510
+ ]
3511
+ }
3512
+ }
3513
+ },
3514
+ {
3515
+ "displayName": "Parent",
3516
+ "name": "parent",
3517
+ "required": true,
3518
+ "description": "Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use \"-\" instead of Execution name. To list all Tasks across Jobs, use \"-\" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}",
3519
+ "default": "",
3520
+ "type": "string",
3521
+ "displayOptions": {
3522
+ "show": {
3523
+ "resource": [
3524
+ "Projects"
3525
+ ],
3526
+ "operation": [
3527
+ "Run Projects Locations Jobs Executions Tasks List"
3528
+ ]
3529
+ }
3530
+ }
3531
+ },
3532
+ {
3533
+ "displayName": "Page Size",
3534
+ "name": "pageSize",
3535
+ "description": "Maximum number of Tasks to return in this call.",
3536
+ "default": 0,
3537
+ "type": "number",
3538
+ "routing": {
3539
+ "send": {
3540
+ "type": "query",
3541
+ "property": "pageSize",
3542
+ "value": "={{ $value }}",
3543
+ "propertyInDotNotation": false
3544
+ }
3545
+ },
3546
+ "displayOptions": {
3547
+ "show": {
3548
+ "resource": [
3549
+ "Projects"
3550
+ ],
3551
+ "operation": [
3552
+ "Run Projects Locations Jobs Executions Tasks List"
3553
+ ]
3554
+ }
3555
+ }
3556
+ },
3557
+ {
3558
+ "displayName": "Page Token",
3559
+ "name": "pageToken",
3560
+ "description": "A page token received from a previous call to ListTasks. All other parameters must match.",
3561
+ "default": "",
3562
+ "type": "string",
3563
+ "routing": {
3564
+ "send": {
3565
+ "type": "query",
3566
+ "property": "pageToken",
3567
+ "value": "={{ $value }}",
3568
+ "propertyInDotNotation": false
3569
+ }
3570
+ },
3571
+ "displayOptions": {
3572
+ "show": {
3573
+ "resource": [
3574
+ "Projects"
3575
+ ],
3576
+ "operation": [
3577
+ "Run Projects Locations Jobs Executions Tasks List"
3578
+ ]
3579
+ }
3580
+ }
3581
+ },
3582
+ {
3583
+ "displayName": "Show Deleted",
3584
+ "name": "showDeleted",
3585
+ "description": "If true, returns deleted (but unexpired) resources along with active ones.",
3586
+ "default": true,
3587
+ "type": "boolean",
3588
+ "routing": {
3589
+ "send": {
3590
+ "type": "query",
3591
+ "property": "showDeleted",
3592
+ "value": "={{ $value }}",
3593
+ "propertyInDotNotation": false
3594
+ }
3595
+ },
3596
+ "displayOptions": {
3597
+ "show": {
3598
+ "resource": [
3599
+ "Projects"
3600
+ ],
3601
+ "operation": [
3602
+ "Run Projects Locations Jobs Executions Tasks List"
3603
+ ]
3604
+ }
3605
+ }
3606
+ },
3607
+ {
3608
+ "displayName": "GET /v2/{resource}:getIamPolicy",
3609
+ "name": "operation",
3610
+ "type": "notice",
3611
+ "typeOptions": {
3612
+ "theme": "info"
3613
+ },
3614
+ "default": "",
3615
+ "displayOptions": {
3616
+ "show": {
3617
+ "resource": [
3618
+ "Projects"
3619
+ ],
3620
+ "operation": [
3621
+ "Run Projects Locations Services Get Iam Policy"
3622
+ ]
3623
+ }
3624
+ }
3625
+ },
3626
+ {
3627
+ "displayName": "Resource",
3628
+ "name": "resource",
3629
+ "required": true,
3630
+ "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.",
3631
+ "default": "",
3632
+ "type": "string",
3633
+ "displayOptions": {
3634
+ "show": {
3635
+ "resource": [
3636
+ "Projects"
3637
+ ],
3638
+ "operation": [
3639
+ "Run Projects Locations Services Get Iam Policy"
3640
+ ]
3641
+ }
3642
+ }
3643
+ },
3644
+ {
3645
+ "displayName": "Options Requested Policy Version",
3646
+ "name": "options-requestedPolicyVersion",
3647
+ "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).",
3648
+ "default": 0,
3649
+ "type": "number",
3650
+ "routing": {
3651
+ "send": {
3652
+ "type": "query",
3653
+ "property": "options.requestedPolicyVersion",
3654
+ "value": "={{ $value }}",
3655
+ "propertyInDotNotation": false
3656
+ }
3657
+ },
3658
+ "displayOptions": {
3659
+ "show": {
3660
+ "resource": [
3661
+ "Projects"
3662
+ ],
3663
+ "operation": [
3664
+ "Run Projects Locations Services Get Iam Policy"
3665
+ ]
3666
+ }
3667
+ }
3668
+ },
3669
+ {
3670
+ "displayName": "POST /v2/{resource}:setIamPolicy",
3671
+ "name": "operation",
3672
+ "type": "notice",
3673
+ "typeOptions": {
3674
+ "theme": "info"
3675
+ },
3676
+ "default": "",
3677
+ "displayOptions": {
3678
+ "show": {
3679
+ "resource": [
3680
+ "Projects"
3681
+ ],
3682
+ "operation": [
3683
+ "Run Projects Locations Services Set Iam Policy"
3684
+ ]
3685
+ }
3686
+ }
3687
+ },
3688
+ {
3689
+ "displayName": "Resource",
3690
+ "name": "resource",
3691
+ "required": true,
3692
+ "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.",
3693
+ "default": "",
3694
+ "type": "string",
3695
+ "displayOptions": {
3696
+ "show": {
3697
+ "resource": [
3698
+ "Projects"
3699
+ ],
3700
+ "operation": [
3701
+ "Run Projects Locations Services Set Iam Policy"
3702
+ ]
3703
+ }
3704
+ }
3705
+ },
3706
+ {
3707
+ "displayName": "Policy",
3708
+ "name": "policy",
3709
+ "type": "json",
3710
+ "default": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n null\n ]\n }\n ]\n }\n ],\n \"bindings\": [\n {\n \"condition\": {},\n \"members\": [\n null\n ]\n }\n ]\n}",
3711
+ "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/).",
3712
+ "routing": {
3713
+ "send": {
3714
+ "property": "policy",
3715
+ "propertyInDotNotation": false,
3716
+ "type": "body",
3717
+ "value": "={{ JSON.parse($value) }}"
3718
+ }
3719
+ },
3720
+ "displayOptions": {
3721
+ "show": {
3722
+ "resource": [
3723
+ "Projects"
3724
+ ],
3725
+ "operation": [
3726
+ "Run Projects Locations Services Set Iam Policy"
3727
+ ]
3728
+ }
3729
+ }
3730
+ },
3731
+ {
3732
+ "displayName": "Update Mask",
3733
+ "name": "updateMask",
3734
+ "type": "string",
3735
+ "default": "",
3736
+ "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
3737
+ "routing": {
3738
+ "send": {
3739
+ "property": "updateMask",
3740
+ "propertyInDotNotation": false,
3741
+ "type": "body",
3742
+ "value": "={{ $value }}"
3743
+ }
3744
+ },
3745
+ "displayOptions": {
3746
+ "show": {
3747
+ "resource": [
3748
+ "Projects"
3749
+ ],
3750
+ "operation": [
3751
+ "Run Projects Locations Services Set Iam Policy"
3752
+ ]
3753
+ }
3754
+ }
3755
+ },
3756
+ {
3757
+ "displayName": "POST /v2/{resource}:testIamPermissions",
3758
+ "name": "operation",
3759
+ "type": "notice",
3760
+ "typeOptions": {
3761
+ "theme": "info"
3762
+ },
3763
+ "default": "",
3764
+ "displayOptions": {
3765
+ "show": {
3766
+ "resource": [
3767
+ "Projects"
3768
+ ],
3769
+ "operation": [
3770
+ "Run Projects Locations Services Test Iam Permissions"
3771
+ ]
3772
+ }
3773
+ }
3774
+ },
3775
+ {
3776
+ "displayName": "Resource",
3777
+ "name": "resource",
3778
+ "required": true,
3779
+ "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.",
3780
+ "default": "",
3781
+ "type": "string",
3782
+ "displayOptions": {
3783
+ "show": {
3784
+ "resource": [
3785
+ "Projects"
3786
+ ],
3787
+ "operation": [
3788
+ "Run Projects Locations Services Test Iam Permissions"
3789
+ ]
3790
+ }
3791
+ }
3792
+ },
3793
+ {
3794
+ "displayName": "Permissions",
3795
+ "name": "permissions",
3796
+ "type": "json",
3797
+ "default": "[\n null\n]",
3798
+ "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).",
3799
+ "routing": {
3800
+ "send": {
3801
+ "property": "permissions",
3802
+ "propertyInDotNotation": false,
3803
+ "type": "body",
3804
+ "value": "={{ JSON.parse($value) }}"
3805
+ }
3806
+ },
3807
+ "displayOptions": {
3808
+ "show": {
3809
+ "resource": [
3810
+ "Projects"
3811
+ ],
3812
+ "operation": [
3813
+ "Run Projects Locations Services Test Iam Permissions"
3814
+ ]
3815
+ }
3816
+ }
3817
+ },
3818
+ ];
3819
+ //# sourceMappingURL=index.js.map