GoogleCloudIntegrationsV1alphaTriggerConfigResponse

data class GoogleCloudIntegrationsV1alphaTriggerConfigResponse(val alertConfig: List<GoogleCloudIntegrationsV1alphaIntegrationAlertConfigResponse>, val cloudSchedulerConfig: GoogleCloudIntegrationsV1alphaCloudSchedulerConfigResponse, val description: String, val errorCatcherId: String, val label: String, val nextTasksExecutionPolicy: String, val position: GoogleCloudIntegrationsV1alphaCoordinateResponse, val properties: Map<String, String>, val startTasks: List<GoogleCloudIntegrationsV1alphaNextTaskResponse>, val triggerId: String, val triggerNumber: String, val triggerType: String)

Configuration detail of a trigger.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. An alert threshold configuration for the trigger + client + integration tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per client + trigger + integration when published.

Link copied to clipboard

Optional. Cloud Scheduler Trigger related metadata

Link copied to clipboard

Optional. User-provided description intended to give additional business context about the task.

Link copied to clipboard

Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task

Link copied to clipboard

Optional. The user created label for a particular trigger.

Link copied to clipboard

Optional. Dictates how next tasks will be executed.

Link copied to clipboard

Optional. Informs the front-end application where to draw this error catcher config on the UI.

Link copied to clipboard

Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.

Link copied to clipboard

Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).

Link copied to clipboard

Optional. The backend trigger ID.

Link copied to clipboard

A number to uniquely identify each trigger config within the integration on UI.

Link copied to clipboard

Optional. Type of trigger