Skip to content

Commit cd23853

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - schemas.Destination.properties.workflow.type (Total Keys: 1)
1 parent f2773dc commit cd23853

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/dyn/eventarc_v1.projects.locations.triggers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ <h3>Method Details</h3>
135135
&quot;path&quot;: &quot;A String&quot;, # 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: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
136136
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
137137
},
138+
&quot;workflow&quot;: &quot;A String&quot;, # 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}`
138139
},
139140
&quot;etag&quot;: &quot;A String&quot;, # 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.
140141
&quot;eventFilters&quot;: [ # 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>
258259
&quot;path&quot;: &quot;A String&quot;, # 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: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
259260
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
260261
},
262+
&quot;workflow&quot;: &quot;A String&quot;, # 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}`
261263
},
262264
&quot;etag&quot;: &quot;A String&quot;, # 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.
263265
&quot;eventFilters&quot;: [ # 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>
368370
&quot;path&quot;: &quot;A String&quot;, # 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: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
369371
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
370372
},
373+
&quot;workflow&quot;: &quot;A String&quot;, # 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}`
371374
},
372375
&quot;etag&quot;: &quot;A String&quot;, # 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.
373376
&quot;eventFilters&quot;: [ # 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>
437440
&quot;path&quot;: &quot;A String&quot;, # 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: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
438441
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
439442
},
443+
&quot;workflow&quot;: &quot;A String&quot;, # 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}`
440444
},
441445
&quot;etag&quot;: &quot;A String&quot;, # 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.
442446
&quot;eventFilters&quot;: [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.

googleapiclient/discovery_cache/documents/eventarc.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
}
847847
}
848848
},
849-
"revision": "20220303",
849+
"revision": "20220311",
850850
"rootUrl": "https://eventarc.googleapis.com/",
851851
"schemas": {
852852
"AuditConfig": {
@@ -953,6 +953,10 @@
953953
"gke": {
954954
"$ref": "GKE",
955955
"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}`",
959+
"type": "string"
956960
}
957961
},
958962
"type": "object"

googleapiclient/discovery_cache/documents/eventarc.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
}
585585
}
586586
},
587-
"revision": "20220303",
587+
"revision": "20220311",
588588
"rootUrl": "https://eventarc.googleapis.com/",
589589
"schemas": {
590590
"AuditConfig": {

0 commit comments

Comments
 (0)