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_v1alpha.projects.locations.connections.html
+3-1
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,7 @@ <h3>Method Details</h3>
230
230
"connectionRevision": "A String", # Output only. Connection revision. This field is only updated when the connection is created or updated by User.
231
231
"connectorVersion": "A String", # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
232
232
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
233
+
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
233
234
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
234
235
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
"stringValue": "A String", # Value is a string.
358
359
},
359
360
"enrichmentEnabled": True or False, # Enrichment Enabled.
361
+
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
360
362
"privateConnectivityEnabled": True or False, # Optional. Private Connectivity Enabled.
361
-
"publicEventsListenerEndpoint": "A String", # Optional. Public Events listener endpoint.
362
363
"registrationDestinationConfig": { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
363
364
"destinations": [ # The destinations for the key.
364
365
{
@@ -373,6 +374,7 @@ <h3>Method Details</h3>
373
374
"eventingEnablementType": "A String", # Optional. Eventing enablement type. Will be nil if eventing is not enabled.
374
375
"eventingRuntimeData": { # Eventing runtime data has the details related to eventing managed by the system. # Output only. Eventing Runtime Data.
375
376
"eventsListenerEndpoint": "A String", # Output only. Events listener endpoint. The value will populated after provisioning the events listener.
377
+
"eventsListenerPscSa": "A String", # Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.
376
378
"status": { # EventingStatus indicates the state of eventing. # Output only. Current status of eventing.
377
379
"description": "A String", # Output only. Description of error if State is set to "ERROR".
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.integrations.executions.suspensions.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187
187
"escalatorQueue": "A String",
188
188
"pubsubTopic": "A String",
189
189
"request": { # If the out-of-the-box email/pubsub notifications are not suitable and custom logic is required, fire a workflow containing all info needed to notify users to resume execution.
190
-
"postToQueueWithTriggerIdRequest": { # Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
190
+
"postToQueueWithTriggerIdRequest": { # LINT.IfChange Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
191
191
"clientId": "A String", # Optional. If the client id is provided, then the combination of trigger id and client id is matched across all the workflows. If the client id is not provided, then workflows with matching trigger id are executed for each client id in the {@link TriggerConfig}. For Api Trigger, the client id is required and will be validated against the allowed clients.
192
192
"ignoreErrorIfNoActiveWorkflow": True or False, # Optional. Flag to determine whether clients would suppress a warning when no ACTIVE workflows are not found. If this flag is set to be true, an error will not be thrown if the requested trigger_id or client_id is not found in any ACTIVE workflow. Otherwise, the error is always thrown. The flag is set to be false by default.
193
193
"parameters": { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Passed in as parameters to each workflow execution. Optional.
@@ -343,7 +343,7 @@ <h3>Method Details</h3>
343
343
"escalatorQueue": "A String",
344
344
"pubsubTopic": "A String",
345
345
"request": { # If the out-of-the-box email/pubsub notifications are not suitable and custom logic is required, fire a workflow containing all info needed to notify users to resume execution.
346
-
"postToQueueWithTriggerIdRequest": { # Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
346
+
"postToQueueWithTriggerIdRequest": { # LINT.IfChange Use this request to post all workflows associated with a given trigger id. Next available id: 11 # Request to fire an event containing the SuspensionInfo message.
347
347
"clientId": "A String", # Optional. If the client id is provided, then the combination of trigger id and client id is matched across all the workflows. If the client id is not provided, then workflows with matching trigger id are executed for each client id in the {@link TriggerConfig}. For Api Trigger, the client id is required and will be validated against the allowed clients.
348
348
"ignoreErrorIfNoActiveWorkflow": True or False, # Optional. Flag to determine whether clients would suppress a warning when no ACTIVE workflows are not found. If this flag is set to be true, an error will not be thrown if the requested trigger_id or client_id is not found in any ACTIVE workflow. Otherwise, the error is always thrown. The flag is set to be false by default.
349
349
"parameters": { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Passed in as parameters to each workflow execution. Optional.
0 commit comments