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/eventarc_v1.projects.locations.triggers.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ <h3>Method Details</h3>
135
135
"path": "A String", # Optional. The relative path on the GKE service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
136
136
"service": "A String", # Required. Name of the GKE service.
137
137
},
138
+
"workflow": "A String", # The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`
138
139
},
139
140
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.
140
141
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
@@ -258,6 +259,7 @@ <h3>Method Details</h3>
258
259
"path": "A String", # Optional. The relative path on the GKE service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
259
260
"service": "A String", # Required. Name of the GKE service.
260
261
},
262
+
"workflow": "A String", # The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`
261
263
},
262
264
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.
263
265
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
@@ -368,6 +370,7 @@ <h3>Method Details</h3>
368
370
"path": "A String", # Optional. The relative path on the GKE service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
369
371
"service": "A String", # Required. Name of the GKE service.
370
372
},
373
+
"workflow": "A String", # The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`
371
374
},
372
375
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.
373
376
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
@@ -437,6 +440,7 @@ <h3>Method Details</h3>
437
440
"path": "A String", # Optional. The relative path on the GKE service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
438
441
"service": "A String", # Required. Name of the GKE service.
439
442
},
443
+
"workflow": "A String", # The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`
440
444
},
441
445
"etag": "A String", # Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.
442
446
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/eventarc.v1.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -846,7 +846,7 @@
846
846
}
847
847
}
848
848
},
849
-
"revision": "20220303",
849
+
"revision": "20220311",
850
850
"rootUrl": "https://eventarc.googleapis.com/",
851
851
"schemas": {
852
852
"AuditConfig": {
@@ -953,6 +953,10 @@
953
953
"gke": {
954
954
"$ref": "GKE",
955
955
"description": "A GKE service capable of receiving events. The service should be running in the same project as the trigger."
956
+
},
957
+
"workflow": {
958
+
"description": "The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`",
0 commit comments