@n8n-dev/n8n-nodes-googleapis-servicebroker 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.
Files changed (25) hide show
  1. package/README.md +119 -0
  2. package/dist/banner.svg +119 -0
  3. package/dist/credentials/GoogleapisServicebrokerApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisServicebrokerApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisServicebrokerApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-servicebroker.dark.png +0 -0
  7. package/dist/icons/googleapis-servicebroker.png +0 -0
  8. package/dist/nodes/GoogleapisServicebroker/GoogleapisServicebroker.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisServicebroker/GoogleapisServicebroker.node.js +61 -0
  10. package/dist/nodes/GoogleapisServicebroker/GoogleapisServicebroker.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisServicebroker/GoogleapisServicebroker.node.json +20 -0
  12. package/dist/nodes/GoogleapisServicebroker/googleapis-servicebroker.dark.png +0 -0
  13. package/dist/nodes/GoogleapisServicebroker/googleapis-servicebroker.png +0 -0
  14. package/dist/nodes/GoogleapisServicebroker/resources/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisServicebroker/resources/index.js +8 -0
  16. package/dist/nodes/GoogleapisServicebroker/resources/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisServicebroker/resources/projects/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisServicebroker/resources/projects/index.js +1972 -0
  19. package/dist/nodes/GoogleapisServicebroker/resources/projects/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisServicebroker/resources/v1-beta-1/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisServicebroker/resources/v1-beta-1/index.js +244 -0
  22. package/dist/nodes/GoogleapisServicebroker/resources/v1-beta-1/index.js.map +1 -0
  23. package/dist/package.json +62 -0
  24. package/dist/tsconfig.tsbuildinfo +1 -0
  25. package/package.json +62 -0
@@ -0,0 +1,1972 @@
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": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete",
20
+ "value": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete",
21
+ "action": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete",
22
+ "description": "Unbinds from a service instance.\nFor synchronous/asynchronous request details see CreateServiceInstance\nmethod.\nIf binding does not exist HTTP 410 status will be returned.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get",
32
+ "value": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get",
33
+ "action": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get",
34
+ "description": "GetBinding returns the binding information.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Servicebroker Projects Brokers v2 Service Instances Patch",
44
+ "value": "Servicebroker Projects Brokers v2 Service Instances Patch",
45
+ "action": "Servicebroker Projects Brokers v2 Service Instances Patch",
46
+ "description": "Updates an existing service instance.\nSee CreateServiceInstance for possible response codes.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "PATCH",
50
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation",
56
+ "value": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation",
57
+ "action": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation",
58
+ "description": "Returns the state of the last operation for the binding.\nOnly last (or current) operation can be polled.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}/last_operation"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Servicebroker Projects Brokers Instances Bindings List",
68
+ "value": "Servicebroker Projects Brokers Instances Bindings List",
69
+ "action": "Servicebroker Projects Brokers Instances Bindings List",
70
+ "description": "Lists all the bindings in the instance.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/bindings"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Servicebroker Projects Brokers List",
80
+ "value": "Servicebroker Projects Brokers List",
81
+ "action": "Servicebroker Projects Brokers List",
82
+ "description": "ListBrokers lists brokers.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/brokers"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Servicebroker Projects Brokers Create",
92
+ "value": "Servicebroker Projects Brokers Create",
93
+ "action": "Servicebroker Projects Brokers Create",
94
+ "description": "CreateBroker creates a Broker.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/brokers"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Servicebroker Projects Brokers Instances List",
104
+ "value": "Servicebroker Projects Brokers Instances List",
105
+ "action": "Servicebroker Projects Brokers Instances List",
106
+ "description": "Lists all the instances in the brokers\nThis API is an extension and not part of the OSB spec.\nHence the path is a standard Google API URL.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/instances"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create",
116
+ "value": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create",
117
+ "action": "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create",
118
+ "description": "CreateBinding generates a service binding to an existing service instance.\nSee ProviServiceInstance for async operation details.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "PUT",
122
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/service_bindings/{{$parameter[\"binding_id\"]}}"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Servicebroker Projects Brokers v2 Catalog List",
128
+ "value": "Servicebroker Projects Brokers v2 Catalog List",
129
+ "action": "Servicebroker Projects Brokers v2 Catalog List",
130
+ "description": "Lists all the Services registered with this broker for consumption for\ngiven service registry broker, which contains an set of services.\nNote, that Service producer API is separate from Broker API.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/v2/catalog"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Servicebroker Projects Brokers v2 Service Instances Create",
140
+ "value": "Servicebroker Projects Brokers v2 Service Instances Create",
141
+ "action": "Servicebroker Projects Brokers v2 Service Instances Create",
142
+ "description": "Provisions a service instance.\nIf `request.accepts_incomplete` is false and Broker cannot execute request\nsynchronously HTTP 422 error will be returned along with\nFAILED_PRECONDITION status.\nIf `request.accepts_incomplete` is true and the Broker decides to execute\nresource asynchronously then HTTP 202 response code will be returned and a\nvalid polling operation in the response will be included.\nIf Broker executes the request synchronously and it succeeds HTTP 201\nresponse will be furnished.\nIf identical instance exists, then HTTP 200 response will be returned.\nIf an instance with identical ID but mismatching parameters exists, then\nHTTP 409 status code will be returned.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "PUT",
146
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/v2/service_instances/{{$parameter[\"instance_id\"]}}"
147
+ }
148
+ }
149
+ }
150
+ ],
151
+ "default": ""
152
+ },
153
+ {
154
+ "displayName": "DELETE /v1beta1/{name}",
155
+ "name": "operation",
156
+ "type": "notice",
157
+ "typeOptions": {
158
+ "theme": "info"
159
+ },
160
+ "default": "",
161
+ "displayOptions": {
162
+ "show": {
163
+ "resource": [
164
+ "Projects"
165
+ ],
166
+ "operation": [
167
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete"
168
+ ]
169
+ }
170
+ }
171
+ },
172
+ {
173
+ "displayName": "Name",
174
+ "name": "name",
175
+ "required": true,
176
+ "description": "Name must match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/`\n`v2/service_instances/[INSTANCE_ID]/service_bindings/[BINDING_ID]`\nor\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/`\n`/instances/[INSTANCE_ID]/bindings/[BINDING_ID]`.",
177
+ "default": "",
178
+ "type": "string",
179
+ "displayOptions": {
180
+ "show": {
181
+ "resource": [
182
+ "Projects"
183
+ ],
184
+ "operation": [
185
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete"
186
+ ]
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "displayName": "Accepts Incomplete",
192
+ "name": "acceptsIncomplete",
193
+ "description": "See CreateServiceInstanceRequest for details.",
194
+ "default": true,
195
+ "type": "boolean",
196
+ "routing": {
197
+ "send": {
198
+ "type": "query",
199
+ "property": "acceptsIncomplete",
200
+ "value": "={{ $value }}",
201
+ "propertyInDotNotation": false
202
+ }
203
+ },
204
+ "displayOptions": {
205
+ "show": {
206
+ "resource": [
207
+ "Projects"
208
+ ],
209
+ "operation": [
210
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete"
211
+ ]
212
+ }
213
+ }
214
+ },
215
+ {
216
+ "displayName": "Plan ID",
217
+ "name": "planId",
218
+ "description": "The plan id of the service instance.",
219
+ "default": "",
220
+ "type": "string",
221
+ "routing": {
222
+ "send": {
223
+ "type": "query",
224
+ "property": "planId",
225
+ "value": "={{ $value }}",
226
+ "propertyInDotNotation": false
227
+ }
228
+ },
229
+ "displayOptions": {
230
+ "show": {
231
+ "resource": [
232
+ "Projects"
233
+ ],
234
+ "operation": [
235
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete"
236
+ ]
237
+ }
238
+ }
239
+ },
240
+ {
241
+ "displayName": "Service ID",
242
+ "name": "serviceId",
243
+ "description": "Additional query parameter hints.\nThe service id of the service instance.",
244
+ "default": "",
245
+ "type": "string",
246
+ "routing": {
247
+ "send": {
248
+ "type": "query",
249
+ "property": "serviceId",
250
+ "value": "={{ $value }}",
251
+ "propertyInDotNotation": false
252
+ }
253
+ },
254
+ "displayOptions": {
255
+ "show": {
256
+ "resource": [
257
+ "Projects"
258
+ ],
259
+ "operation": [
260
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Delete"
261
+ ]
262
+ }
263
+ }
264
+ },
265
+ {
266
+ "displayName": "GET /v1beta1/{name}",
267
+ "name": "operation",
268
+ "type": "notice",
269
+ "typeOptions": {
270
+ "theme": "info"
271
+ },
272
+ "default": "",
273
+ "displayOptions": {
274
+ "show": {
275
+ "resource": [
276
+ "Projects"
277
+ ],
278
+ "operation": [
279
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get"
280
+ ]
281
+ }
282
+ }
283
+ },
284
+ {
285
+ "displayName": "Name",
286
+ "name": "name",
287
+ "required": true,
288
+ "description": "Name must match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/v2/service_instances/[INSTANCE_ID]/service_bindings`.",
289
+ "default": "",
290
+ "type": "string",
291
+ "displayOptions": {
292
+ "show": {
293
+ "resource": [
294
+ "Projects"
295
+ ],
296
+ "operation": [
297
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get"
298
+ ]
299
+ }
300
+ }
301
+ },
302
+ {
303
+ "displayName": "Plan ID",
304
+ "name": "planId",
305
+ "description": "Plan id.",
306
+ "default": "",
307
+ "type": "string",
308
+ "routing": {
309
+ "send": {
310
+ "type": "query",
311
+ "property": "planId",
312
+ "value": "={{ $value }}",
313
+ "propertyInDotNotation": false
314
+ }
315
+ },
316
+ "displayOptions": {
317
+ "show": {
318
+ "resource": [
319
+ "Projects"
320
+ ],
321
+ "operation": [
322
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get"
323
+ ]
324
+ }
325
+ }
326
+ },
327
+ {
328
+ "displayName": "Service ID",
329
+ "name": "serviceId",
330
+ "description": "Service id.",
331
+ "default": "",
332
+ "type": "string",
333
+ "routing": {
334
+ "send": {
335
+ "type": "query",
336
+ "property": "serviceId",
337
+ "value": "={{ $value }}",
338
+ "propertyInDotNotation": false
339
+ }
340
+ },
341
+ "displayOptions": {
342
+ "show": {
343
+ "resource": [
344
+ "Projects"
345
+ ],
346
+ "operation": [
347
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get"
348
+ ]
349
+ }
350
+ }
351
+ },
352
+ {
353
+ "displayName": "PATCH /v1beta1/{name}",
354
+ "name": "operation",
355
+ "type": "notice",
356
+ "typeOptions": {
357
+ "theme": "info"
358
+ },
359
+ "default": "",
360
+ "displayOptions": {
361
+ "show": {
362
+ "resource": [
363
+ "Projects"
364
+ ],
365
+ "operation": [
366
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
367
+ ]
368
+ }
369
+ }
370
+ },
371
+ {
372
+ "displayName": "Name",
373
+ "name": "name",
374
+ "required": true,
375
+ "description": "Name must match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/v2/service_instances/[INSTANCE_ID]`.",
376
+ "default": "",
377
+ "type": "string",
378
+ "displayOptions": {
379
+ "show": {
380
+ "resource": [
381
+ "Projects"
382
+ ],
383
+ "operation": [
384
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
385
+ ]
386
+ }
387
+ }
388
+ },
389
+ {
390
+ "displayName": "Accepts Incomplete",
391
+ "name": "acceptsIncomplete",
392
+ "description": "See CreateServiceInstanceRequest for details.",
393
+ "default": true,
394
+ "type": "boolean",
395
+ "routing": {
396
+ "send": {
397
+ "type": "query",
398
+ "property": "acceptsIncomplete",
399
+ "value": "={{ $value }}",
400
+ "propertyInDotNotation": false
401
+ }
402
+ },
403
+ "displayOptions": {
404
+ "show": {
405
+ "resource": [
406
+ "Projects"
407
+ ],
408
+ "operation": [
409
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
410
+ ]
411
+ }
412
+ }
413
+ },
414
+ {
415
+ "displayName": "Context",
416
+ "name": "context",
417
+ "type": "json",
418
+ "default": "{}",
419
+ "description": "Platform specific contextual information under which the service instance\nis to be provisioned. This replaces organization_guid and space_guid.\nBut can also contain anything.\nCurrently only used for logging context information.",
420
+ "routing": {
421
+ "send": {
422
+ "property": "context",
423
+ "propertyInDotNotation": false,
424
+ "type": "body",
425
+ "value": "={{ JSON.parse($value) }}"
426
+ }
427
+ },
428
+ "displayOptions": {
429
+ "show": {
430
+ "resource": [
431
+ "Projects"
432
+ ],
433
+ "operation": [
434
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
435
+ ]
436
+ }
437
+ }
438
+ },
439
+ {
440
+ "displayName": "Create Time",
441
+ "name": "createTime",
442
+ "type": "string",
443
+ "default": "",
444
+ "description": "Output only. Timestamp for when the instance was created.",
445
+ "routing": {
446
+ "send": {
447
+ "property": "createTime",
448
+ "propertyInDotNotation": false,
449
+ "type": "body",
450
+ "value": "={{ $value }}"
451
+ }
452
+ },
453
+ "displayOptions": {
454
+ "show": {
455
+ "resource": [
456
+ "Projects"
457
+ ],
458
+ "operation": [
459
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
460
+ ]
461
+ }
462
+ }
463
+ },
464
+ {
465
+ "displayName": "Deployment Name",
466
+ "name": "deploymentName",
467
+ "type": "string",
468
+ "default": "",
469
+ "description": "Output only. String containing the Deployment Manager deployment name that was created\nfor this instance,",
470
+ "routing": {
471
+ "send": {
472
+ "property": "deploymentName",
473
+ "propertyInDotNotation": false,
474
+ "type": "body",
475
+ "value": "={{ $value }}"
476
+ }
477
+ },
478
+ "displayOptions": {
479
+ "show": {
480
+ "resource": [
481
+ "Projects"
482
+ ],
483
+ "operation": [
484
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
485
+ ]
486
+ }
487
+ }
488
+ },
489
+ {
490
+ "displayName": "Description",
491
+ "name": "description",
492
+ "type": "string",
493
+ "default": "",
494
+ "description": "To return errors when GetInstance call is done via HTTP to be unified with\nother methods.",
495
+ "routing": {
496
+ "send": {
497
+ "property": "description",
498
+ "propertyInDotNotation": false,
499
+ "type": "body",
500
+ "value": "={{ $value }}"
501
+ }
502
+ },
503
+ "displayOptions": {
504
+ "show": {
505
+ "resource": [
506
+ "Projects"
507
+ ],
508
+ "operation": [
509
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "displayName": "Instance ID",
516
+ "name": "instance_id",
517
+ "type": "string",
518
+ "default": "",
519
+ "description": "The id of the service instance. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
520
+ "routing": {
521
+ "send": {
522
+ "property": "instance_id",
523
+ "propertyInDotNotation": false,
524
+ "type": "body",
525
+ "value": "={{ $value }}"
526
+ }
527
+ },
528
+ "displayOptions": {
529
+ "show": {
530
+ "resource": [
531
+ "Projects"
532
+ ],
533
+ "operation": [
534
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
535
+ ]
536
+ }
537
+ }
538
+ },
539
+ {
540
+ "displayName": "Organization Guid",
541
+ "name": "organization_guid",
542
+ "type": "string",
543
+ "default": "",
544
+ "description": "The platform GUID for the organization under which the service is to be\nprovisioned.\nRequired.",
545
+ "routing": {
546
+ "send": {
547
+ "property": "organization_guid",
548
+ "propertyInDotNotation": false,
549
+ "type": "body",
550
+ "value": "={{ $value }}"
551
+ }
552
+ },
553
+ "displayOptions": {
554
+ "show": {
555
+ "resource": [
556
+ "Projects"
557
+ ],
558
+ "operation": [
559
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
560
+ ]
561
+ }
562
+ }
563
+ },
564
+ {
565
+ "displayName": "Parameters",
566
+ "name": "parameters",
567
+ "type": "json",
568
+ "default": "{}",
569
+ "description": "Configuration options for the service instance.\nParameters is JSON object serialized to string.",
570
+ "routing": {
571
+ "send": {
572
+ "property": "parameters",
573
+ "propertyInDotNotation": false,
574
+ "type": "body",
575
+ "value": "={{ JSON.parse($value) }}"
576
+ }
577
+ },
578
+ "displayOptions": {
579
+ "show": {
580
+ "resource": [
581
+ "Projects"
582
+ ],
583
+ "operation": [
584
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
585
+ ]
586
+ }
587
+ }
588
+ },
589
+ {
590
+ "displayName": "Plan ID",
591
+ "name": "plan_id",
592
+ "type": "string",
593
+ "default": "",
594
+ "description": "The ID of the plan. See `Service` and `Plan` resources for details.\nMaximum length is 64, GUID recommended.\nRequired.",
595
+ "routing": {
596
+ "send": {
597
+ "property": "plan_id",
598
+ "propertyInDotNotation": false,
599
+ "type": "body",
600
+ "value": "={{ $value }}"
601
+ }
602
+ },
603
+ "displayOptions": {
604
+ "show": {
605
+ "resource": [
606
+ "Projects"
607
+ ],
608
+ "operation": [
609
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
610
+ ]
611
+ }
612
+ }
613
+ },
614
+ {
615
+ "displayName": "Previous Values",
616
+ "name": "previous_values",
617
+ "type": "json",
618
+ "default": "{}",
619
+ "description": "Used only in UpdateServiceInstance request to optionally specify previous\nfields.",
620
+ "routing": {
621
+ "send": {
622
+ "property": "previous_values",
623
+ "propertyInDotNotation": false,
624
+ "type": "body",
625
+ "value": "={{ JSON.parse($value) }}"
626
+ }
627
+ },
628
+ "displayOptions": {
629
+ "show": {
630
+ "resource": [
631
+ "Projects"
632
+ ],
633
+ "operation": [
634
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
635
+ ]
636
+ }
637
+ }
638
+ },
639
+ {
640
+ "displayName": "Resource Name",
641
+ "name": "resourceName",
642
+ "type": "string",
643
+ "default": "",
644
+ "description": "Output only. The resource name of the instance, e.g.\nprojects/project_id/brokers/broker_id/service_instances/instance_id",
645
+ "routing": {
646
+ "send": {
647
+ "property": "resourceName",
648
+ "propertyInDotNotation": false,
649
+ "type": "body",
650
+ "value": "={{ $value }}"
651
+ }
652
+ },
653
+ "displayOptions": {
654
+ "show": {
655
+ "resource": [
656
+ "Projects"
657
+ ],
658
+ "operation": [
659
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
660
+ ]
661
+ }
662
+ }
663
+ },
664
+ {
665
+ "displayName": "Service ID",
666
+ "name": "service_id",
667
+ "type": "string",
668
+ "default": "",
669
+ "description": "The id of the service. Must be a valid identifier of a service\ncontained in the list from a `ListServices()` call.\nMaximum length is 64, GUID recommended.\nRequired.",
670
+ "routing": {
671
+ "send": {
672
+ "property": "service_id",
673
+ "propertyInDotNotation": false,
674
+ "type": "body",
675
+ "value": "={{ $value }}"
676
+ }
677
+ },
678
+ "displayOptions": {
679
+ "show": {
680
+ "resource": [
681
+ "Projects"
682
+ ],
683
+ "operation": [
684
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
685
+ ]
686
+ }
687
+ }
688
+ },
689
+ {
690
+ "displayName": "Space Guid",
691
+ "name": "space_guid",
692
+ "type": "string",
693
+ "default": "",
694
+ "description": "The identifier for the project space within the platform organization.\nRequired.",
695
+ "routing": {
696
+ "send": {
697
+ "property": "space_guid",
698
+ "propertyInDotNotation": false,
699
+ "type": "body",
700
+ "value": "={{ $value }}"
701
+ }
702
+ },
703
+ "displayOptions": {
704
+ "show": {
705
+ "resource": [
706
+ "Projects"
707
+ ],
708
+ "operation": [
709
+ "Servicebroker Projects Brokers v2 Service Instances Patch"
710
+ ]
711
+ }
712
+ }
713
+ },
714
+ {
715
+ "displayName": "GET /v1beta1/{name}/last_operation",
716
+ "name": "operation",
717
+ "type": "notice",
718
+ "typeOptions": {
719
+ "theme": "info"
720
+ },
721
+ "default": "",
722
+ "displayOptions": {
723
+ "show": {
724
+ "resource": [
725
+ "Projects"
726
+ ],
727
+ "operation": [
728
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation"
729
+ ]
730
+ }
731
+ }
732
+ },
733
+ {
734
+ "displayName": "Name",
735
+ "name": "name",
736
+ "required": true,
737
+ "description": "Name must match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/v2/service_instances/[INSTANCE_ID]/service_binding/[BINDING_ID]`.",
738
+ "default": "",
739
+ "type": "string",
740
+ "displayOptions": {
741
+ "show": {
742
+ "resource": [
743
+ "Projects"
744
+ ],
745
+ "operation": [
746
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation"
747
+ ]
748
+ }
749
+ }
750
+ },
751
+ {
752
+ "displayName": "Operation",
753
+ "name": "operation",
754
+ "description": "If `operation` was returned during mutation operation, this field must be\npopulated with the provided value.",
755
+ "default": "",
756
+ "type": "string",
757
+ "routing": {
758
+ "send": {
759
+ "type": "query",
760
+ "property": "operation",
761
+ "value": "={{ $value }}",
762
+ "propertyInDotNotation": false
763
+ }
764
+ },
765
+ "displayOptions": {
766
+ "show": {
767
+ "resource": [
768
+ "Projects"
769
+ ],
770
+ "operation": [
771
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation"
772
+ ]
773
+ }
774
+ }
775
+ },
776
+ {
777
+ "displayName": "Plan ID",
778
+ "name": "planId",
779
+ "description": "Plan id.",
780
+ "default": "",
781
+ "type": "string",
782
+ "routing": {
783
+ "send": {
784
+ "type": "query",
785
+ "property": "planId",
786
+ "value": "={{ $value }}",
787
+ "propertyInDotNotation": false
788
+ }
789
+ },
790
+ "displayOptions": {
791
+ "show": {
792
+ "resource": [
793
+ "Projects"
794
+ ],
795
+ "operation": [
796
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation"
797
+ ]
798
+ }
799
+ }
800
+ },
801
+ {
802
+ "displayName": "Service ID",
803
+ "name": "serviceId",
804
+ "description": "Service id.",
805
+ "default": "",
806
+ "type": "string",
807
+ "routing": {
808
+ "send": {
809
+ "type": "query",
810
+ "property": "serviceId",
811
+ "value": "={{ $value }}",
812
+ "propertyInDotNotation": false
813
+ }
814
+ },
815
+ "displayOptions": {
816
+ "show": {
817
+ "resource": [
818
+ "Projects"
819
+ ],
820
+ "operation": [
821
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Get Last Operation"
822
+ ]
823
+ }
824
+ }
825
+ },
826
+ {
827
+ "displayName": "GET /v1beta1/{parent}/bindings",
828
+ "name": "operation",
829
+ "type": "notice",
830
+ "typeOptions": {
831
+ "theme": "info"
832
+ },
833
+ "default": "",
834
+ "displayOptions": {
835
+ "show": {
836
+ "resource": [
837
+ "Projects"
838
+ ],
839
+ "operation": [
840
+ "Servicebroker Projects Brokers Instances Bindings List"
841
+ ]
842
+ }
843
+ }
844
+ },
845
+ {
846
+ "displayName": "Parent",
847
+ "name": "parent",
848
+ "required": true,
849
+ "description": "Parent must match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/` +\n`v2/service_instances/[INSTANCE_ID]`\nor\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/instances/[INSTANCE_ID]`.",
850
+ "default": "",
851
+ "type": "string",
852
+ "displayOptions": {
853
+ "show": {
854
+ "resource": [
855
+ "Projects"
856
+ ],
857
+ "operation": [
858
+ "Servicebroker Projects Brokers Instances Bindings List"
859
+ ]
860
+ }
861
+ }
862
+ },
863
+ {
864
+ "displayName": "Page Size",
865
+ "name": "pageSize",
866
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.\nOptional. Acceptable values are 0 to 200, inclusive. (Default: 100)",
867
+ "default": 0,
868
+ "type": "number",
869
+ "routing": {
870
+ "send": {
871
+ "type": "query",
872
+ "property": "pageSize",
873
+ "value": "={{ $value }}",
874
+ "propertyInDotNotation": false
875
+ }
876
+ },
877
+ "displayOptions": {
878
+ "show": {
879
+ "resource": [
880
+ "Projects"
881
+ ],
882
+ "operation": [
883
+ "Servicebroker Projects Brokers Instances Bindings List"
884
+ ]
885
+ }
886
+ }
887
+ },
888
+ {
889
+ "displayName": "Page Token",
890
+ "name": "pageToken",
891
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.",
892
+ "default": "",
893
+ "type": "string",
894
+ "routing": {
895
+ "send": {
896
+ "type": "query",
897
+ "property": "pageToken",
898
+ "value": "={{ $value }}",
899
+ "propertyInDotNotation": false
900
+ }
901
+ },
902
+ "displayOptions": {
903
+ "show": {
904
+ "resource": [
905
+ "Projects"
906
+ ],
907
+ "operation": [
908
+ "Servicebroker Projects Brokers Instances Bindings List"
909
+ ]
910
+ }
911
+ }
912
+ },
913
+ {
914
+ "displayName": "GET /v1beta1/{parent}/brokers",
915
+ "name": "operation",
916
+ "type": "notice",
917
+ "typeOptions": {
918
+ "theme": "info"
919
+ },
920
+ "default": "",
921
+ "displayOptions": {
922
+ "show": {
923
+ "resource": [
924
+ "Projects"
925
+ ],
926
+ "operation": [
927
+ "Servicebroker Projects Brokers List"
928
+ ]
929
+ }
930
+ }
931
+ },
932
+ {
933
+ "displayName": "Parent",
934
+ "name": "parent",
935
+ "required": true,
936
+ "description": "Parent must match `projects/[PROJECT_ID]/brokers`.",
937
+ "default": "",
938
+ "type": "string",
939
+ "displayOptions": {
940
+ "show": {
941
+ "resource": [
942
+ "Projects"
943
+ ],
944
+ "operation": [
945
+ "Servicebroker Projects Brokers List"
946
+ ]
947
+ }
948
+ }
949
+ },
950
+ {
951
+ "displayName": "Page Size",
952
+ "name": "pageSize",
953
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.\nOptional. Acceptable values are 0 to 200, inclusive. (Default: 100)",
954
+ "default": 0,
955
+ "type": "number",
956
+ "routing": {
957
+ "send": {
958
+ "type": "query",
959
+ "property": "pageSize",
960
+ "value": "={{ $value }}",
961
+ "propertyInDotNotation": false
962
+ }
963
+ },
964
+ "displayOptions": {
965
+ "show": {
966
+ "resource": [
967
+ "Projects"
968
+ ],
969
+ "operation": [
970
+ "Servicebroker Projects Brokers List"
971
+ ]
972
+ }
973
+ }
974
+ },
975
+ {
976
+ "displayName": "Page Token",
977
+ "name": "pageToken",
978
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.",
979
+ "default": "",
980
+ "type": "string",
981
+ "routing": {
982
+ "send": {
983
+ "type": "query",
984
+ "property": "pageToken",
985
+ "value": "={{ $value }}",
986
+ "propertyInDotNotation": false
987
+ }
988
+ },
989
+ "displayOptions": {
990
+ "show": {
991
+ "resource": [
992
+ "Projects"
993
+ ],
994
+ "operation": [
995
+ "Servicebroker Projects Brokers List"
996
+ ]
997
+ }
998
+ }
999
+ },
1000
+ {
1001
+ "displayName": "POST /v1beta1/{parent}/brokers",
1002
+ "name": "operation",
1003
+ "type": "notice",
1004
+ "typeOptions": {
1005
+ "theme": "info"
1006
+ },
1007
+ "default": "",
1008
+ "displayOptions": {
1009
+ "show": {
1010
+ "resource": [
1011
+ "Projects"
1012
+ ],
1013
+ "operation": [
1014
+ "Servicebroker Projects Brokers Create"
1015
+ ]
1016
+ }
1017
+ }
1018
+ },
1019
+ {
1020
+ "displayName": "Parent",
1021
+ "name": "parent",
1022
+ "required": true,
1023
+ "description": "The project in which to create broker.",
1024
+ "default": "",
1025
+ "type": "string",
1026
+ "displayOptions": {
1027
+ "show": {
1028
+ "resource": [
1029
+ "Projects"
1030
+ ],
1031
+ "operation": [
1032
+ "Servicebroker Projects Brokers Create"
1033
+ ]
1034
+ }
1035
+ }
1036
+ },
1037
+ {
1038
+ "displayName": "Create Time",
1039
+ "name": "createTime",
1040
+ "type": "string",
1041
+ "default": "",
1042
+ "description": "Output only. Timestamp for when the broker was created.",
1043
+ "routing": {
1044
+ "send": {
1045
+ "property": "createTime",
1046
+ "propertyInDotNotation": false,
1047
+ "type": "body",
1048
+ "value": "={{ $value }}"
1049
+ }
1050
+ },
1051
+ "displayOptions": {
1052
+ "show": {
1053
+ "resource": [
1054
+ "Projects"
1055
+ ],
1056
+ "operation": [
1057
+ "Servicebroker Projects Brokers Create"
1058
+ ]
1059
+ }
1060
+ }
1061
+ },
1062
+ {
1063
+ "displayName": "Name",
1064
+ "name": "name",
1065
+ "type": "string",
1066
+ "default": "",
1067
+ "description": "Name of the broker in the format:\n<projects>/<project-id>/brokers/<broker>.\nThis allows for multiple brokers per project which can be used to\nenable having custom brokers per GKE cluster, for example.",
1068
+ "routing": {
1069
+ "send": {
1070
+ "property": "name",
1071
+ "propertyInDotNotation": false,
1072
+ "type": "body",
1073
+ "value": "={{ $value }}"
1074
+ }
1075
+ },
1076
+ "displayOptions": {
1077
+ "show": {
1078
+ "resource": [
1079
+ "Projects"
1080
+ ],
1081
+ "operation": [
1082
+ "Servicebroker Projects Brokers Create"
1083
+ ]
1084
+ }
1085
+ }
1086
+ },
1087
+ {
1088
+ "displayName": "Title",
1089
+ "name": "title",
1090
+ "type": "string",
1091
+ "default": "",
1092
+ "description": "User friendly title of the broker.\nLimited to 1024 characters. Requests with longer titles will be rejected.",
1093
+ "routing": {
1094
+ "send": {
1095
+ "property": "title",
1096
+ "propertyInDotNotation": false,
1097
+ "type": "body",
1098
+ "value": "={{ $value }}"
1099
+ }
1100
+ },
1101
+ "displayOptions": {
1102
+ "show": {
1103
+ "resource": [
1104
+ "Projects"
1105
+ ],
1106
+ "operation": [
1107
+ "Servicebroker Projects Brokers Create"
1108
+ ]
1109
+ }
1110
+ }
1111
+ },
1112
+ {
1113
+ "displayName": "URL",
1114
+ "name": "url",
1115
+ "type": "string",
1116
+ "default": "",
1117
+ "description": "Output only. URL of the broker OSB-compliant endpoint, for example:\nhttps://servicebroker.googleapis.com/projects/<project>/brokers/<broker>",
1118
+ "routing": {
1119
+ "send": {
1120
+ "property": "url",
1121
+ "propertyInDotNotation": false,
1122
+ "type": "body",
1123
+ "value": "={{ $value }}"
1124
+ }
1125
+ },
1126
+ "displayOptions": {
1127
+ "show": {
1128
+ "resource": [
1129
+ "Projects"
1130
+ ],
1131
+ "operation": [
1132
+ "Servicebroker Projects Brokers Create"
1133
+ ]
1134
+ }
1135
+ }
1136
+ },
1137
+ {
1138
+ "displayName": "GET /v1beta1/{parent}/instances",
1139
+ "name": "operation",
1140
+ "type": "notice",
1141
+ "typeOptions": {
1142
+ "theme": "info"
1143
+ },
1144
+ "default": "",
1145
+ "displayOptions": {
1146
+ "show": {
1147
+ "resource": [
1148
+ "Projects"
1149
+ ],
1150
+ "operation": [
1151
+ "Servicebroker Projects Brokers Instances List"
1152
+ ]
1153
+ }
1154
+ }
1155
+ },
1156
+ {
1157
+ "displayName": "Parent",
1158
+ "name": "parent",
1159
+ "required": true,
1160
+ "description": "Parent must match `projects/[PROJECT_ID]/brokers/[BROKER_ID]`.",
1161
+ "default": "",
1162
+ "type": "string",
1163
+ "displayOptions": {
1164
+ "show": {
1165
+ "resource": [
1166
+ "Projects"
1167
+ ],
1168
+ "operation": [
1169
+ "Servicebroker Projects Brokers Instances List"
1170
+ ]
1171
+ }
1172
+ }
1173
+ },
1174
+ {
1175
+ "displayName": "Page Size",
1176
+ "name": "pageSize",
1177
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.\nOptional. Acceptable values are 0 to 200, inclusive. (Default: 100)",
1178
+ "default": 0,
1179
+ "type": "number",
1180
+ "routing": {
1181
+ "send": {
1182
+ "type": "query",
1183
+ "property": "pageSize",
1184
+ "value": "={{ $value }}",
1185
+ "propertyInDotNotation": false
1186
+ }
1187
+ },
1188
+ "displayOptions": {
1189
+ "show": {
1190
+ "resource": [
1191
+ "Projects"
1192
+ ],
1193
+ "operation": [
1194
+ "Servicebroker Projects Brokers Instances List"
1195
+ ]
1196
+ }
1197
+ }
1198
+ },
1199
+ {
1200
+ "displayName": "Page Token",
1201
+ "name": "pageToken",
1202
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.",
1203
+ "default": "",
1204
+ "type": "string",
1205
+ "routing": {
1206
+ "send": {
1207
+ "type": "query",
1208
+ "property": "pageToken",
1209
+ "value": "={{ $value }}",
1210
+ "propertyInDotNotation": false
1211
+ }
1212
+ },
1213
+ "displayOptions": {
1214
+ "show": {
1215
+ "resource": [
1216
+ "Projects"
1217
+ ],
1218
+ "operation": [
1219
+ "Servicebroker Projects Brokers Instances List"
1220
+ ]
1221
+ }
1222
+ }
1223
+ },
1224
+ {
1225
+ "displayName": "PUT /v1beta1/{parent}/service_bindings/{binding_id}",
1226
+ "name": "operation",
1227
+ "type": "notice",
1228
+ "typeOptions": {
1229
+ "theme": "info"
1230
+ },
1231
+ "default": "",
1232
+ "displayOptions": {
1233
+ "show": {
1234
+ "resource": [
1235
+ "Projects"
1236
+ ],
1237
+ "operation": [
1238
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1239
+ ]
1240
+ }
1241
+ }
1242
+ },
1243
+ {
1244
+ "displayName": "Parent",
1245
+ "name": "parent",
1246
+ "required": true,
1247
+ "description": "The GCP container.\nMust match\n`projects/[PROJECT_ID]/brokers/[BROKER_ID]/v2/service_instances/[INSTANCE_ID]`.",
1248
+ "default": "",
1249
+ "type": "string",
1250
+ "displayOptions": {
1251
+ "show": {
1252
+ "resource": [
1253
+ "Projects"
1254
+ ],
1255
+ "operation": [
1256
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1257
+ ]
1258
+ }
1259
+ }
1260
+ },
1261
+ {
1262
+ "displayName": "Binding ID",
1263
+ "name": "binding_id",
1264
+ "required": true,
1265
+ "description": "The id of the binding. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
1266
+ "default": "",
1267
+ "type": "string",
1268
+ "displayOptions": {
1269
+ "show": {
1270
+ "resource": [
1271
+ "Projects"
1272
+ ],
1273
+ "operation": [
1274
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1275
+ ]
1276
+ }
1277
+ }
1278
+ },
1279
+ {
1280
+ "displayName": "Accepts Incomplete",
1281
+ "name": "acceptsIncomplete",
1282
+ "description": "See CreateServiceInstanceRequest for details.",
1283
+ "default": true,
1284
+ "type": "boolean",
1285
+ "routing": {
1286
+ "send": {
1287
+ "type": "query",
1288
+ "property": "acceptsIncomplete",
1289
+ "value": "={{ $value }}",
1290
+ "propertyInDotNotation": false
1291
+ }
1292
+ },
1293
+ "displayOptions": {
1294
+ "show": {
1295
+ "resource": [
1296
+ "Projects"
1297
+ ],
1298
+ "operation": [
1299
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1300
+ ]
1301
+ }
1302
+ }
1303
+ },
1304
+ {
1305
+ "displayName": "Bind Resource",
1306
+ "name": "bind_resource",
1307
+ "type": "json",
1308
+ "default": "{}",
1309
+ "description": "A JSON object that contains data for platform resources associated with\nthe binding to be created.",
1310
+ "routing": {
1311
+ "send": {
1312
+ "property": "bind_resource",
1313
+ "propertyInDotNotation": false,
1314
+ "type": "body",
1315
+ "value": "={{ JSON.parse($value) }}"
1316
+ }
1317
+ },
1318
+ "displayOptions": {
1319
+ "show": {
1320
+ "resource": [
1321
+ "Projects"
1322
+ ],
1323
+ "operation": [
1324
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1325
+ ]
1326
+ }
1327
+ }
1328
+ },
1329
+ {
1330
+ "displayName": "Binding ID",
1331
+ "name": "binding_id",
1332
+ "type": "string",
1333
+ "default": "",
1334
+ "description": "The id of the binding. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
1335
+ "routing": {
1336
+ "send": {
1337
+ "property": "binding_id",
1338
+ "propertyInDotNotation": false,
1339
+ "type": "body",
1340
+ "value": "={{ $value }}"
1341
+ }
1342
+ },
1343
+ "displayOptions": {
1344
+ "show": {
1345
+ "resource": [
1346
+ "Projects"
1347
+ ],
1348
+ "operation": [
1349
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1350
+ ]
1351
+ }
1352
+ }
1353
+ },
1354
+ {
1355
+ "displayName": "Create Time",
1356
+ "name": "createTime",
1357
+ "type": "string",
1358
+ "default": "",
1359
+ "description": "Output only. Timestamp for when the binding was created.",
1360
+ "routing": {
1361
+ "send": {
1362
+ "property": "createTime",
1363
+ "propertyInDotNotation": false,
1364
+ "type": "body",
1365
+ "value": "={{ $value }}"
1366
+ }
1367
+ },
1368
+ "displayOptions": {
1369
+ "show": {
1370
+ "resource": [
1371
+ "Projects"
1372
+ ],
1373
+ "operation": [
1374
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1375
+ ]
1376
+ }
1377
+ }
1378
+ },
1379
+ {
1380
+ "displayName": "Deployment Name",
1381
+ "name": "deploymentName",
1382
+ "type": "string",
1383
+ "default": "",
1384
+ "description": "Output only. String containing the Deployment Manager deployment name that was created\nfor this binding,",
1385
+ "routing": {
1386
+ "send": {
1387
+ "property": "deploymentName",
1388
+ "propertyInDotNotation": false,
1389
+ "type": "body",
1390
+ "value": "={{ $value }}"
1391
+ }
1392
+ },
1393
+ "displayOptions": {
1394
+ "show": {
1395
+ "resource": [
1396
+ "Projects"
1397
+ ],
1398
+ "operation": [
1399
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1400
+ ]
1401
+ }
1402
+ }
1403
+ },
1404
+ {
1405
+ "displayName": "Parameters",
1406
+ "name": "parameters",
1407
+ "type": "json",
1408
+ "default": "{}",
1409
+ "description": "Configuration options for the service binding.",
1410
+ "routing": {
1411
+ "send": {
1412
+ "property": "parameters",
1413
+ "propertyInDotNotation": false,
1414
+ "type": "body",
1415
+ "value": "={{ JSON.parse($value) }}"
1416
+ }
1417
+ },
1418
+ "displayOptions": {
1419
+ "show": {
1420
+ "resource": [
1421
+ "Projects"
1422
+ ],
1423
+ "operation": [
1424
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1425
+ ]
1426
+ }
1427
+ }
1428
+ },
1429
+ {
1430
+ "displayName": "Plan ID",
1431
+ "name": "plan_id",
1432
+ "type": "string",
1433
+ "default": "",
1434
+ "description": "The ID of the plan. See `Service` and `Plan` resources for details.\nMaximum length is 64, GUID recommended.\nRequired.",
1435
+ "routing": {
1436
+ "send": {
1437
+ "property": "plan_id",
1438
+ "propertyInDotNotation": false,
1439
+ "type": "body",
1440
+ "value": "={{ $value }}"
1441
+ }
1442
+ },
1443
+ "displayOptions": {
1444
+ "show": {
1445
+ "resource": [
1446
+ "Projects"
1447
+ ],
1448
+ "operation": [
1449
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1450
+ ]
1451
+ }
1452
+ }
1453
+ },
1454
+ {
1455
+ "displayName": "Resource Name",
1456
+ "name": "resourceName",
1457
+ "type": "string",
1458
+ "default": "",
1459
+ "description": "Output only. The resource name of the binding, e.g.\nprojects/project_id/brokers/broker_id/service_instances/instance_id/bindings/binding_id.",
1460
+ "routing": {
1461
+ "send": {
1462
+ "property": "resourceName",
1463
+ "propertyInDotNotation": false,
1464
+ "type": "body",
1465
+ "value": "={{ $value }}"
1466
+ }
1467
+ },
1468
+ "displayOptions": {
1469
+ "show": {
1470
+ "resource": [
1471
+ "Projects"
1472
+ ],
1473
+ "operation": [
1474
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1475
+ ]
1476
+ }
1477
+ }
1478
+ },
1479
+ {
1480
+ "displayName": "Service ID",
1481
+ "name": "service_id",
1482
+ "type": "string",
1483
+ "default": "",
1484
+ "description": "The id of the service. Must be a valid identifier of a service\ncontained in the list from a `ListServices()` call.\nMaximum length is 64, GUID recommended.\nRequired.",
1485
+ "routing": {
1486
+ "send": {
1487
+ "property": "service_id",
1488
+ "propertyInDotNotation": false,
1489
+ "type": "body",
1490
+ "value": "={{ $value }}"
1491
+ }
1492
+ },
1493
+ "displayOptions": {
1494
+ "show": {
1495
+ "resource": [
1496
+ "Projects"
1497
+ ],
1498
+ "operation": [
1499
+ "Servicebroker Projects Brokers v2 Service Instances Service Bindings Create"
1500
+ ]
1501
+ }
1502
+ }
1503
+ },
1504
+ {
1505
+ "displayName": "GET /v1beta1/{parent}/v2/catalog",
1506
+ "name": "operation",
1507
+ "type": "notice",
1508
+ "typeOptions": {
1509
+ "theme": "info"
1510
+ },
1511
+ "default": "",
1512
+ "displayOptions": {
1513
+ "show": {
1514
+ "resource": [
1515
+ "Projects"
1516
+ ],
1517
+ "operation": [
1518
+ "Servicebroker Projects Brokers v2 Catalog List"
1519
+ ]
1520
+ }
1521
+ }
1522
+ },
1523
+ {
1524
+ "displayName": "Parent",
1525
+ "name": "parent",
1526
+ "required": true,
1527
+ "description": "Parent must match `projects/[PROJECT_ID]/brokers/[BROKER_ID]`.",
1528
+ "default": "",
1529
+ "type": "string",
1530
+ "displayOptions": {
1531
+ "show": {
1532
+ "resource": [
1533
+ "Projects"
1534
+ ],
1535
+ "operation": [
1536
+ "Servicebroker Projects Brokers v2 Catalog List"
1537
+ ]
1538
+ }
1539
+ }
1540
+ },
1541
+ {
1542
+ "displayName": "Page Size",
1543
+ "name": "pageSize",
1544
+ "description": "Specifies the number of results to return per page. If there are fewer\nelements than the specified number, returns all elements.\nOptional. If unset or 0, all the results will be returned.",
1545
+ "default": 0,
1546
+ "type": "number",
1547
+ "routing": {
1548
+ "send": {
1549
+ "type": "query",
1550
+ "property": "pageSize",
1551
+ "value": "={{ $value }}",
1552
+ "propertyInDotNotation": false
1553
+ }
1554
+ },
1555
+ "displayOptions": {
1556
+ "show": {
1557
+ "resource": [
1558
+ "Projects"
1559
+ ],
1560
+ "operation": [
1561
+ "Servicebroker Projects Brokers v2 Catalog List"
1562
+ ]
1563
+ }
1564
+ }
1565
+ },
1566
+ {
1567
+ "displayName": "Page Token",
1568
+ "name": "pageToken",
1569
+ "description": "Specifies a page token to use. Set `pageToken` to a `nextPageToken`\nreturned by a previous list request to get the next page of results.",
1570
+ "default": "",
1571
+ "type": "string",
1572
+ "routing": {
1573
+ "send": {
1574
+ "type": "query",
1575
+ "property": "pageToken",
1576
+ "value": "={{ $value }}",
1577
+ "propertyInDotNotation": false
1578
+ }
1579
+ },
1580
+ "displayOptions": {
1581
+ "show": {
1582
+ "resource": [
1583
+ "Projects"
1584
+ ],
1585
+ "operation": [
1586
+ "Servicebroker Projects Brokers v2 Catalog List"
1587
+ ]
1588
+ }
1589
+ }
1590
+ },
1591
+ {
1592
+ "displayName": "PUT /v1beta1/{parent}/v2/service_instances/{instance_id}",
1593
+ "name": "operation",
1594
+ "type": "notice",
1595
+ "typeOptions": {
1596
+ "theme": "info"
1597
+ },
1598
+ "default": "",
1599
+ "displayOptions": {
1600
+ "show": {
1601
+ "resource": [
1602
+ "Projects"
1603
+ ],
1604
+ "operation": [
1605
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1606
+ ]
1607
+ }
1608
+ }
1609
+ },
1610
+ {
1611
+ "displayName": "Parent",
1612
+ "name": "parent",
1613
+ "required": true,
1614
+ "description": "Parent must match `projects/[PROJECT_ID]/brokers/[BROKER_ID]`.",
1615
+ "default": "",
1616
+ "type": "string",
1617
+ "displayOptions": {
1618
+ "show": {
1619
+ "resource": [
1620
+ "Projects"
1621
+ ],
1622
+ "operation": [
1623
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1624
+ ]
1625
+ }
1626
+ }
1627
+ },
1628
+ {
1629
+ "displayName": "Instance ID",
1630
+ "name": "instance_id",
1631
+ "required": true,
1632
+ "description": "The id of the service instance. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
1633
+ "default": "",
1634
+ "type": "string",
1635
+ "displayOptions": {
1636
+ "show": {
1637
+ "resource": [
1638
+ "Projects"
1639
+ ],
1640
+ "operation": [
1641
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1642
+ ]
1643
+ }
1644
+ }
1645
+ },
1646
+ {
1647
+ "displayName": "Accepts Incomplete",
1648
+ "name": "acceptsIncomplete",
1649
+ "description": "Value indicating that API client supports asynchronous operations. If\nBroker cannot execute the request synchronously HTTP 422 code will be\nreturned to HTTP clients along with FAILED_PRECONDITION error.\nIf true and broker will execute request asynchronously 202 HTTP code will\nbe returned.\nThis broker always requires this to be true as all mutator operations are\nasynchronous.",
1650
+ "default": true,
1651
+ "type": "boolean",
1652
+ "routing": {
1653
+ "send": {
1654
+ "type": "query",
1655
+ "property": "acceptsIncomplete",
1656
+ "value": "={{ $value }}",
1657
+ "propertyInDotNotation": false
1658
+ }
1659
+ },
1660
+ "displayOptions": {
1661
+ "show": {
1662
+ "resource": [
1663
+ "Projects"
1664
+ ],
1665
+ "operation": [
1666
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1667
+ ]
1668
+ }
1669
+ }
1670
+ },
1671
+ {
1672
+ "displayName": "Context",
1673
+ "name": "context",
1674
+ "type": "json",
1675
+ "default": "{}",
1676
+ "description": "Platform specific contextual information under which the service instance\nis to be provisioned. This replaces organization_guid and space_guid.\nBut can also contain anything.\nCurrently only used for logging context information.",
1677
+ "routing": {
1678
+ "send": {
1679
+ "property": "context",
1680
+ "propertyInDotNotation": false,
1681
+ "type": "body",
1682
+ "value": "={{ JSON.parse($value) }}"
1683
+ }
1684
+ },
1685
+ "displayOptions": {
1686
+ "show": {
1687
+ "resource": [
1688
+ "Projects"
1689
+ ],
1690
+ "operation": [
1691
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1692
+ ]
1693
+ }
1694
+ }
1695
+ },
1696
+ {
1697
+ "displayName": "Create Time",
1698
+ "name": "createTime",
1699
+ "type": "string",
1700
+ "default": "",
1701
+ "description": "Output only. Timestamp for when the instance was created.",
1702
+ "routing": {
1703
+ "send": {
1704
+ "property": "createTime",
1705
+ "propertyInDotNotation": false,
1706
+ "type": "body",
1707
+ "value": "={{ $value }}"
1708
+ }
1709
+ },
1710
+ "displayOptions": {
1711
+ "show": {
1712
+ "resource": [
1713
+ "Projects"
1714
+ ],
1715
+ "operation": [
1716
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1717
+ ]
1718
+ }
1719
+ }
1720
+ },
1721
+ {
1722
+ "displayName": "Deployment Name",
1723
+ "name": "deploymentName",
1724
+ "type": "string",
1725
+ "default": "",
1726
+ "description": "Output only. String containing the Deployment Manager deployment name that was created\nfor this instance,",
1727
+ "routing": {
1728
+ "send": {
1729
+ "property": "deploymentName",
1730
+ "propertyInDotNotation": false,
1731
+ "type": "body",
1732
+ "value": "={{ $value }}"
1733
+ }
1734
+ },
1735
+ "displayOptions": {
1736
+ "show": {
1737
+ "resource": [
1738
+ "Projects"
1739
+ ],
1740
+ "operation": [
1741
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1742
+ ]
1743
+ }
1744
+ }
1745
+ },
1746
+ {
1747
+ "displayName": "Description",
1748
+ "name": "description",
1749
+ "type": "string",
1750
+ "default": "",
1751
+ "description": "To return errors when GetInstance call is done via HTTP to be unified with\nother methods.",
1752
+ "routing": {
1753
+ "send": {
1754
+ "property": "description",
1755
+ "propertyInDotNotation": false,
1756
+ "type": "body",
1757
+ "value": "={{ $value }}"
1758
+ }
1759
+ },
1760
+ "displayOptions": {
1761
+ "show": {
1762
+ "resource": [
1763
+ "Projects"
1764
+ ],
1765
+ "operation": [
1766
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1767
+ ]
1768
+ }
1769
+ }
1770
+ },
1771
+ {
1772
+ "displayName": "Instance ID",
1773
+ "name": "instance_id",
1774
+ "type": "string",
1775
+ "default": "",
1776
+ "description": "The id of the service instance. Must be unique within GCP project.\nMaximum length is 64, GUID recommended.\nRequired.",
1777
+ "routing": {
1778
+ "send": {
1779
+ "property": "instance_id",
1780
+ "propertyInDotNotation": false,
1781
+ "type": "body",
1782
+ "value": "={{ $value }}"
1783
+ }
1784
+ },
1785
+ "displayOptions": {
1786
+ "show": {
1787
+ "resource": [
1788
+ "Projects"
1789
+ ],
1790
+ "operation": [
1791
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1792
+ ]
1793
+ }
1794
+ }
1795
+ },
1796
+ {
1797
+ "displayName": "Organization Guid",
1798
+ "name": "organization_guid",
1799
+ "type": "string",
1800
+ "default": "",
1801
+ "description": "The platform GUID for the organization under which the service is to be\nprovisioned.\nRequired.",
1802
+ "routing": {
1803
+ "send": {
1804
+ "property": "organization_guid",
1805
+ "propertyInDotNotation": false,
1806
+ "type": "body",
1807
+ "value": "={{ $value }}"
1808
+ }
1809
+ },
1810
+ "displayOptions": {
1811
+ "show": {
1812
+ "resource": [
1813
+ "Projects"
1814
+ ],
1815
+ "operation": [
1816
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1817
+ ]
1818
+ }
1819
+ }
1820
+ },
1821
+ {
1822
+ "displayName": "Parameters",
1823
+ "name": "parameters",
1824
+ "type": "json",
1825
+ "default": "{}",
1826
+ "description": "Configuration options for the service instance.\nParameters is JSON object serialized to string.",
1827
+ "routing": {
1828
+ "send": {
1829
+ "property": "parameters",
1830
+ "propertyInDotNotation": false,
1831
+ "type": "body",
1832
+ "value": "={{ JSON.parse($value) }}"
1833
+ }
1834
+ },
1835
+ "displayOptions": {
1836
+ "show": {
1837
+ "resource": [
1838
+ "Projects"
1839
+ ],
1840
+ "operation": [
1841
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1842
+ ]
1843
+ }
1844
+ }
1845
+ },
1846
+ {
1847
+ "displayName": "Plan ID",
1848
+ "name": "plan_id",
1849
+ "type": "string",
1850
+ "default": "",
1851
+ "description": "The ID of the plan. See `Service` and `Plan` resources for details.\nMaximum length is 64, GUID recommended.\nRequired.",
1852
+ "routing": {
1853
+ "send": {
1854
+ "property": "plan_id",
1855
+ "propertyInDotNotation": false,
1856
+ "type": "body",
1857
+ "value": "={{ $value }}"
1858
+ }
1859
+ },
1860
+ "displayOptions": {
1861
+ "show": {
1862
+ "resource": [
1863
+ "Projects"
1864
+ ],
1865
+ "operation": [
1866
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1867
+ ]
1868
+ }
1869
+ }
1870
+ },
1871
+ {
1872
+ "displayName": "Previous Values",
1873
+ "name": "previous_values",
1874
+ "type": "json",
1875
+ "default": "{}",
1876
+ "description": "Used only in UpdateServiceInstance request to optionally specify previous\nfields.",
1877
+ "routing": {
1878
+ "send": {
1879
+ "property": "previous_values",
1880
+ "propertyInDotNotation": false,
1881
+ "type": "body",
1882
+ "value": "={{ JSON.parse($value) }}"
1883
+ }
1884
+ },
1885
+ "displayOptions": {
1886
+ "show": {
1887
+ "resource": [
1888
+ "Projects"
1889
+ ],
1890
+ "operation": [
1891
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1892
+ ]
1893
+ }
1894
+ }
1895
+ },
1896
+ {
1897
+ "displayName": "Resource Name",
1898
+ "name": "resourceName",
1899
+ "type": "string",
1900
+ "default": "",
1901
+ "description": "Output only. The resource name of the instance, e.g.\nprojects/project_id/brokers/broker_id/service_instances/instance_id",
1902
+ "routing": {
1903
+ "send": {
1904
+ "property": "resourceName",
1905
+ "propertyInDotNotation": false,
1906
+ "type": "body",
1907
+ "value": "={{ $value }}"
1908
+ }
1909
+ },
1910
+ "displayOptions": {
1911
+ "show": {
1912
+ "resource": [
1913
+ "Projects"
1914
+ ],
1915
+ "operation": [
1916
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1917
+ ]
1918
+ }
1919
+ }
1920
+ },
1921
+ {
1922
+ "displayName": "Service ID",
1923
+ "name": "service_id",
1924
+ "type": "string",
1925
+ "default": "",
1926
+ "description": "The id of the service. Must be a valid identifier of a service\ncontained in the list from a `ListServices()` call.\nMaximum length is 64, GUID recommended.\nRequired.",
1927
+ "routing": {
1928
+ "send": {
1929
+ "property": "service_id",
1930
+ "propertyInDotNotation": false,
1931
+ "type": "body",
1932
+ "value": "={{ $value }}"
1933
+ }
1934
+ },
1935
+ "displayOptions": {
1936
+ "show": {
1937
+ "resource": [
1938
+ "Projects"
1939
+ ],
1940
+ "operation": [
1941
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1942
+ ]
1943
+ }
1944
+ }
1945
+ },
1946
+ {
1947
+ "displayName": "Space Guid",
1948
+ "name": "space_guid",
1949
+ "type": "string",
1950
+ "default": "",
1951
+ "description": "The identifier for the project space within the platform organization.\nRequired.",
1952
+ "routing": {
1953
+ "send": {
1954
+ "property": "space_guid",
1955
+ "propertyInDotNotation": false,
1956
+ "type": "body",
1957
+ "value": "={{ $value }}"
1958
+ }
1959
+ },
1960
+ "displayOptions": {
1961
+ "show": {
1962
+ "resource": [
1963
+ "Projects"
1964
+ ],
1965
+ "operation": [
1966
+ "Servicebroker Projects Brokers v2 Service Instances Create"
1967
+ ]
1968
+ }
1969
+ }
1970
+ },
1971
+ ];
1972
+ //# sourceMappingURL=index.js.map