Skip to content

Commit

Permalink
feat(eventarc): update the api
Browse files Browse the repository at this point in the history
#### eventarc:v1

The following keys were added:
- schemas.Destination.properties.workflow.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 22, 2022
1 parent f2773dc commit cd23853
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/eventarc_v1.projects.locations.triggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h3>Method Details</h3>
&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;.
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
},
&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}`
},
&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.
&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.
Expand Down Expand Up @@ -258,6 +259,7 @@ <h3>Method Details</h3>
&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;.
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
},
&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}`
},
&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.
&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.
Expand Down Expand Up @@ -368,6 +370,7 @@ <h3>Method Details</h3>
&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;.
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
},
&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}`
},
&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.
&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.
Expand Down Expand Up @@ -437,6 +440,7 @@ <h3>Method Details</h3>
&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;.
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the GKE service.
},
&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}`
},
&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.
&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.
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/eventarc.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
}
}
},
"revision": "20220303",
"revision": "20220311",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -953,6 +953,10 @@
"gke": {
"$ref": "GKE",
"description": "A GKE service capable of receiving events. The service should be running in the same project as the trigger."
},
"workflow": {
"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}`",
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
}
}
},
"revision": "20220303",
"revision": "20220311",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down

0 comments on commit cd23853

Please sign in to comment.