You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudbuild_v1.projects.triggers.html
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -334,6 +334,7 @@ <h3>Method Details</h3>
334
334
"description": "A String", # Human-readable description of this trigger.
335
335
"disabled": True or False, # If true, the trigger will never automatically execute a build.
336
336
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
337
+
"filter": "A String", # Optional. A Common Expression Language string.
337
338
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
338
339
"installationId": "A String", # The installationID that emits the GitHub event.
339
340
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -357,6 +358,12 @@ <h3>Method Details</h3>
357
358
"A String",
358
359
],
359
360
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
361
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
362
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
363
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
364
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
365
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
366
+
},
360
367
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
361
368
"a_key": "A String",
362
369
},
@@ -603,6 +610,7 @@ <h3>Method Details</h3>
603
610
"description": "A String", # Human-readable description of this trigger.
604
611
"disabled": True or False, # If true, the trigger will never automatically execute a build.
605
612
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
613
+
"filter": "A String", # Optional. A Common Expression Language string.
606
614
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
607
615
"installationId": "A String", # The installationID that emits the GitHub event.
608
616
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -626,6 +634,12 @@ <h3>Method Details</h3>
626
634
"A String",
627
635
],
628
636
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
637
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
638
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
639
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
640
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
641
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
642
+
},
629
643
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
630
644
"a_key": "A String",
631
645
},
@@ -899,6 +913,7 @@ <h3>Method Details</h3>
899
913
"description": "A String", # Human-readable description of this trigger.
900
914
"disabled": True or False, # If true, the trigger will never automatically execute a build.
901
915
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
916
+
"filter": "A String", # Optional. A Common Expression Language string.
902
917
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
903
918
"installationId": "A String", # The installationID that emits the GitHub event.
904
919
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -922,6 +937,12 @@ <h3>Method Details</h3>
922
937
"A String",
923
938
],
924
939
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
940
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
941
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
942
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
943
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
944
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
945
+
},
925
946
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
926
947
"a_key": "A String",
927
948
},
@@ -1180,6 +1201,7 @@ <h3>Method Details</h3>
1180
1201
"description": "A String", # Human-readable description of this trigger.
1181
1202
"disabled": True or False, # If true, the trigger will never automatically execute a build.
1182
1203
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1204
+
"filter": "A String", # Optional. A Common Expression Language string.
1183
1205
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
1184
1206
"installationId": "A String", # The installationID that emits the GitHub event.
1185
1207
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -1203,6 +1225,12 @@ <h3>Method Details</h3>
1203
1225
"A String",
1204
1226
],
1205
1227
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1228
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1229
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
1230
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1231
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1232
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1233
+
},
1206
1234
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
1207
1235
"a_key": "A String",
1208
1236
},
@@ -1468,6 +1496,7 @@ <h3>Method Details</h3>
1468
1496
"description": "A String", # Human-readable description of this trigger.
1469
1497
"disabled": True or False, # If true, the trigger will never automatically execute a build.
1470
1498
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1499
+
"filter": "A String", # Optional. A Common Expression Language string.
1471
1500
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
1472
1501
"installationId": "A String", # The installationID that emits the GitHub event.
1473
1502
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -1491,6 +1520,12 @@ <h3>Method Details</h3>
1491
1520
"A String",
1492
1521
],
1493
1522
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1523
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1524
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
1525
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1526
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1527
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1528
+
},
1494
1529
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
1495
1530
"a_key": "A String",
1496
1531
},
@@ -1737,6 +1772,7 @@ <h3>Method Details</h3>
1737
1772
"description": "A String", # Human-readable description of this trigger.
1738
1773
"disabled": True or False, # If true, the trigger will never automatically execute a build.
1739
1774
"filename": "A String", # Path, from the source root, to the build configuration file (i.e. cloudbuild.yaml).
1775
+
"filter": "A String", # Optional. A Common Expression Language string.
1740
1776
"github": { # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental. # GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. Mutually exclusive with `trigger_template`.
1741
1777
"installationId": "A String", # The installationID that emits the GitHub event.
1742
1778
"name": "A String", # Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders".
@@ -1760,6 +1796,12 @@ <h3>Method Details</h3>
1760
1796
"A String",
1761
1797
],
1762
1798
"name": "A String", # User-assigned name of the trigger. Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
1799
+
"pubsubConfig": { # PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. # Optional. PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
1800
+
"serviceAccountEmail": "A String", # Service account that will make the push request.
1801
+
"state": "A String", # Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
1802
+
"subscription": "A String", # Output only. Name of the subscription. Format is `projects/{project}/subscriptions/{subscription}`.
1803
+
"topic": "A String", # The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`.
1804
+
},
1763
1805
"substitutions": { # Substitutions for Build resource. The keys must match the following regular expression: `^_[A-Z0-9_]+$`.
0 commit comments