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/integrations_v1.projects.locations.connections.html
+3
Original file line number
Diff line number
Diff line change
@@ -371,6 +371,9 @@ <h3>Method Details</h3>
371
371
"projectId": "A String", # Optional. Project which has the topic given.
372
372
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
373
373
},
374
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
375
+
"appendAcl": True or False, # Optional. Append ACL to the event.
376
+
},
374
377
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
375
378
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
376
379
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
<pclass="firstline">Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing `-`), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given `trigger_id` is executed. This is helpful for execution the integration from UI.</p>
<pclass="firstline">Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. Input data to integration is received in body in json format</p>
<pre>Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. Input data to integration is received in body in json format
392
392
393
393
Args:
394
394
name: string, Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id} (required)
395
395
body: object, The request body.
396
+
GCPCloudEventsMode: string, Optional. LINT: LEGACY_NAMES The query parameter value for __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
396
397
triggerId: string, Required. Id of the integration trigger config. The trigger_id is in the format: `integration_connector_trigger/projects/{gcp_project_id}/location/{location}/connections/{connection_name}/subscriptions/{subscription_name}`.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/integrations.v1.json
+21-1
Original file line number
Diff line number
Diff line change
@@ -1090,6 +1090,11 @@
1090
1090
"name"
1091
1091
],
1092
1092
"parameters": {
1093
+
"GCPCloudEventsMode": {
1094
+
"description": "Optional. LINT: LEGACY_NAMES The query parameter value for __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.",
1095
+
"location": "query",
1096
+
"type": "string"
1097
+
},
1093
1098
"name": {
1094
1099
"description": "Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id}",
0 commit comments