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/connectors_v1.projects.locations.connections.html
+15
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,9 @@ <h3>Method Details</h3>
379
379
"projectId": "A String", # Optional. Project which has the topic given.
380
380
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
381
381
},
382
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
383
+
"appendAcl": True or False, # Optional. Append ACL to the event.
384
+
},
382
385
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
383
386
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
384
387
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
@@ -907,6 +910,9 @@ <h3>Method Details</h3>
907
910
"projectId": "A String", # Optional. Project which has the topic given.
908
911
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
909
912
},
913
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
914
+
"appendAcl": True or False, # Optional. Append ACL to the event.
915
+
},
910
916
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
911
917
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
912
918
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
@@ -1454,6 +1460,9 @@ <h3>Method Details</h3>
1454
1460
"projectId": "A String", # Optional. Project which has the topic given.
1455
1461
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
1456
1462
},
1463
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
1464
+
"appendAcl": True or False, # Optional. Append ACL to the event.
1465
+
},
1457
1466
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
1458
1467
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
1459
1468
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
@@ -1955,6 +1964,9 @@ <h3>Method Details</h3>
1955
1964
"projectId": "A String", # Optional. Project which has the topic given.
1956
1965
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
1957
1966
},
1967
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
1968
+
"appendAcl": True or False, # Optional. Append ACL to the event.
1969
+
},
1958
1970
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
1959
1971
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
1960
1972
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
@@ -2591,6 +2603,9 @@ <h3>Method Details</h3>
2591
2603
"projectId": "A String", # Optional. Project which has the topic given.
2592
2604
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
2593
2605
},
2606
+
"enrichmentConfig": { # Data enrichment configuration. # Optional. Data enrichment configuration.
2607
+
"appendAcl": True or False, # Optional. Append ACL to the event.
2608
+
},
2594
2609
"enrichmentEnabled": True or False, # Optional. Enrichment Enabled.
2595
2610
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
2596
2611
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
0 commit comments