|
18 | 18 | * [Cloud_deploy.cancel_automation_run](#cloud_deploy.cancel_automation_run) |
19 | 19 | * [Cloud_deploy.cancel_rollout](#cloud_deploy.cancel_rollout) |
20 | 20 | * [Cloud_deploy.create_automation](#cloud_deploy.create_automation) |
| 21 | + * [Cloud_deploy.create_custom_target_type](#cloud_deploy.create_custom_target_type) |
21 | 22 | * [Cloud_deploy.create_delivery_pipeline](#cloud_deploy.create_delivery_pipeline) |
22 | 23 | * [Cloud_deploy.create_release](#cloud_deploy.create_release) |
23 | 24 | * [Cloud_deploy.create_rollout](#cloud_deploy.create_rollout) |
24 | 25 | * [Cloud_deploy.create_target](#cloud_deploy.create_target) |
25 | 26 | * [Cloud_deploy.delete_automation](#cloud_deploy.delete_automation) |
| 27 | + * [Cloud_deploy.delete_custom_target_type](#cloud_deploy.delete_custom_target_type) |
26 | 28 | * [Cloud_deploy.delete_delivery_pipeline](#cloud_deploy.delete_delivery_pipeline) |
27 | 29 | * [Cloud_deploy.delete_target](#cloud_deploy.delete_target) |
28 | 30 | * [Cloud_deploy.get_automation](#cloud_deploy.get_automation) |
29 | 31 | * [Cloud_deploy.get_automation_run](#cloud_deploy.get_automation_run) |
30 | 32 | * [Cloud_deploy.get_config](#cloud_deploy.get_config) |
| 33 | + * [Cloud_deploy.get_custom_target_type](#cloud_deploy.get_custom_target_type) |
31 | 34 | * [Cloud_deploy.get_delivery_pipeline](#cloud_deploy.get_delivery_pipeline) |
32 | 35 | * [Cloud_deploy.get_job_run](#cloud_deploy.get_job_run) |
33 | 36 | * [Cloud_deploy.get_release](#cloud_deploy.get_release) |
|
36 | 39 | * [Cloud_deploy.ignore_job](#cloud_deploy.ignore_job) |
37 | 40 | * [Cloud_deploy.list_automation_runs](#cloud_deploy.list_automation_runs) |
38 | 41 | * [Cloud_deploy.list_automations](#cloud_deploy.list_automations) |
| 42 | + * [Cloud_deploy.list_custom_target_types](#cloud_deploy.list_custom_target_types) |
39 | 43 | * [Cloud_deploy.list_delivery_pipelines](#cloud_deploy.list_delivery_pipelines) |
40 | 44 | * [Cloud_deploy.list_job_runs](#cloud_deploy.list_job_runs) |
41 | 45 | * [Cloud_deploy.list_releases](#cloud_deploy.list_releases) |
|
45 | 49 | * [Cloud_deploy.rollback_target](#cloud_deploy.rollback_target) |
46 | 50 | * [Cloud_deploy.terminate_job_run](#cloud_deploy.terminate_job_run) |
47 | 51 | * [Cloud_deploy.update_automation](#cloud_deploy.update_automation) |
| 52 | + * [Cloud_deploy.update_custom_target_type](#cloud_deploy.update_custom_target_type) |
48 | 53 | * [Cloud_deploy.update_delivery_pipeline](#cloud_deploy.update_delivery_pipeline) |
49 | 54 | * [Cloud_deploy.update_target](#cloud_deploy.update_target) |
50 | 55 | * [Quickstart](#quickstart) |
@@ -166,6 +171,23 @@ __Usage:__ |
166 | 171 |
|
167 | 172 |
|
168 | 173 |
|
| 174 | +### Cloud_deploy.create_custom_target_type |
| 175 | + |
| 176 | +View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_custom_target_type.js). |
| 177 | + |
| 178 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_custom_target_type.js,samples/README.md) |
| 179 | + |
| 180 | +__Usage:__ |
| 181 | + |
| 182 | + |
| 183 | +`node packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_custom_target_type.js` |
| 184 | + |
| 185 | + |
| 186 | +----- |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
169 | 191 | ### Cloud_deploy.create_delivery_pipeline |
170 | 192 |
|
171 | 193 | View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_delivery_pipeline.js). |
@@ -251,6 +273,23 @@ __Usage:__ |
251 | 273 |
|
252 | 274 |
|
253 | 275 |
|
| 276 | +### Cloud_deploy.delete_custom_target_type |
| 277 | + |
| 278 | +View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.delete_custom_target_type.js). |
| 279 | + |
| 280 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.delete_custom_target_type.js,samples/README.md) |
| 281 | + |
| 282 | +__Usage:__ |
| 283 | + |
| 284 | + |
| 285 | +`node packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.delete_custom_target_type.js` |
| 286 | + |
| 287 | + |
| 288 | +----- |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
254 | 293 | ### Cloud_deploy.delete_delivery_pipeline |
255 | 294 |
|
256 | 295 | View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.delete_delivery_pipeline.js). |
@@ -336,6 +375,23 @@ __Usage:__ |
336 | 375 |
|
337 | 376 |
|
338 | 377 |
|
| 378 | +### Cloud_deploy.get_custom_target_type |
| 379 | + |
| 380 | +View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.get_custom_target_type.js). |
| 381 | + |
| 382 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.get_custom_target_type.js,samples/README.md) |
| 383 | + |
| 384 | +__Usage:__ |
| 385 | + |
| 386 | + |
| 387 | +`node packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.get_custom_target_type.js` |
| 388 | + |
| 389 | + |
| 390 | +----- |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
339 | 395 | ### Cloud_deploy.get_delivery_pipeline |
340 | 396 |
|
341 | 397 | View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.get_delivery_pipeline.js). |
@@ -472,6 +528,23 @@ __Usage:__ |
472 | 528 |
|
473 | 529 |
|
474 | 530 |
|
| 531 | +### Cloud_deploy.list_custom_target_types |
| 532 | + |
| 533 | +View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.list_custom_target_types.js). |
| 534 | + |
| 535 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.list_custom_target_types.js,samples/README.md) |
| 536 | + |
| 537 | +__Usage:__ |
| 538 | + |
| 539 | + |
| 540 | +`node packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.list_custom_target_types.js` |
| 541 | + |
| 542 | + |
| 543 | +----- |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
475 | 548 | ### Cloud_deploy.list_delivery_pipelines |
476 | 549 |
|
477 | 550 | View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.list_delivery_pipelines.js). |
@@ -625,6 +698,23 @@ __Usage:__ |
625 | 698 |
|
626 | 699 |
|
627 | 700 |
|
| 701 | +### Cloud_deploy.update_custom_target_type |
| 702 | + |
| 703 | +View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.update_custom_target_type.js). |
| 704 | + |
| 705 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.update_custom_target_type.js,samples/README.md) |
| 706 | + |
| 707 | +__Usage:__ |
| 708 | + |
| 709 | + |
| 710 | +`node packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.update_custom_target_type.js` |
| 711 | + |
| 712 | + |
| 713 | +----- |
| 714 | + |
| 715 | + |
| 716 | + |
| 717 | + |
628 | 718 | ### Cloud_deploy.update_delivery_pipeline |
629 | 719 |
|
630 | 720 | View the [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.update_delivery_pipeline.js). |
|
0 commit comments