GetVersionResult

data class GetVersionResult(val createTime: String, val databasePersistencePolicy: String, val description: String, val errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, val integrationParameters: List<GoogleCloudIntegrationsV1alphaIntegrationParameterResponse>, val integrationParametersInternal: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, val lastModifierEmail: String, val lockHolder: String, val name: String, val origin: String, val parentTemplateId: String, val runAsServiceAccount: String, val snapshotNumber: String, val state: String, val status: String, val taskConfigs: List<GoogleCloudIntegrationsV1alphaTaskConfigResponse>, val taskConfigsInternal: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, val teardown: EnterpriseCrmEventbusProtoTeardownResponse, val triggerConfigs: List<GoogleCloudIntegrationsV1alphaTriggerConfigResponse>, val triggerConfigsInternal: List<EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse>, val updateTime: String, val userLabel: String)

Constructors

Link copied to clipboard
fun GetVersionResult(createTime: String, databasePersistencePolicy: String, description: String, errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, integrationParameters: List<GoogleCloudIntegrationsV1alphaIntegrationParameterResponse>, integrationParametersInternal: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, lastModifierEmail: String, lockHolder: String, name: String, origin: String, parentTemplateId: String, runAsServiceAccount: String, snapshotNumber: String, state: String, status: String, taskConfigs: List<GoogleCloudIntegrationsV1alphaTaskConfigResponse>, taskConfigsInternal: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, teardown: EnterpriseCrmEventbusProtoTeardownResponse, triggerConfigs: List<GoogleCloudIntegrationsV1alphaTriggerConfigResponse>, triggerConfigsInternal: List<EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse>, updateTime: String, userLabel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-generated.

Link copied to clipboard

Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.

Link copied to clipboard

Optional. The integration description.

Link copied to clipboard

Optional. Error Catch Task configuration for the integration. It's optional.

Link copied to clipboard

Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.

Link copied to clipboard

Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.

Link copied to clipboard

Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.

Link copied to clipboard

Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.

Link copied to clipboard

Auto-generated primary key.

Link copied to clipboard

Optional. The origin that indicates where this integration is coming from.

Link copied to clipboard

Optional. The id of the template which was used to create this integration_version.

Link copied to clipboard

Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.

Link copied to clipboard

Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by workflow_name, org_id latest(snapshot_number). However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.

Link copied to clipboard

User should not set it as an input.

Link copied to clipboard

Generated by eventbus. User should not set it as an input.

Link copied to clipboard

Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.

Link copied to clipboard

Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.

Link copied to clipboard

Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code.

Link copied to clipboard
Link copied to clipboard

Auto-generated.

Link copied to clipboard

Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.