GetTemplatesVersionResult

data class GetTemplatesVersionResult(val createTime: String, val databasePersistencePolicy: String, val description: String, val errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, val lastModifierEmail: String, val name: String, val parentIntegrationVersionId: String, val snapshotNumber: String, val status: String, val taskConfigs: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, val teardown: EnterpriseCrmEventbusProtoTeardownResponse, val templateParameters: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, val triggerConfigs: List<EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse>, val updateTime: String, val userLabel: String)

Constructors

Link copied to clipboard
fun GetTemplatesVersionResult(createTime: String, databasePersistencePolicy: String, description: String, errorCatcherConfigs: List<GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse>, lastModifierEmail: String, name: String, parentIntegrationVersionId: String, snapshotNumber: String, status: String, taskConfigs: List<EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse>, teardown: EnterpriseCrmEventbusProtoTeardownResponse, templateParameters: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse, triggerConfigs: 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 templateversion description. Permitted format is alphanumeric with underscores and no spaces.

Link copied to clipboard

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

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

Auto-generated primary key. Format: projects/{project}/locations/{location}/products/{product}/integrationtemplates/{integrationtemplate}/versions/{version}

Link copied to clipboard

Optional. ID of the IntegrationVersion that was used to create this IntegrationTemplateVersion

Link copied to clipboard

An increasing sequence that is set when a new snapshot is created.

Link copied to clipboard

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

Link copied to clipboard

Optional. Task configuration for the IntegrationTemplateVersion. It's optional, but the IntegrationTemplateVersion 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

Optional. Parameters that are expected to be passed to the IntegrationTemplateVersion when an event is triggered. This consists of all the parameters that are expected in the IntegrationTemplateVersion 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
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.