createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDatabasePersistencePolicy($databasePersistencePolicy) { $this->databasePersistencePolicy = $databasePersistencePolicy; } /** * @return string */ public function getDatabasePersistencePolicy() { return $this->databasePersistencePolicy; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param bool */ public function setEnableVariableMasking($enableVariableMasking) { $this->enableVariableMasking = $enableVariableMasking; } /** * @return bool */ public function getEnableVariableMasking() { return $this->enableVariableMasking; } /** * @param GoogleCloudIntegrationsV1alphaErrorCatcherConfig[] */ public function setErrorCatcherConfigs($errorCatcherConfigs) { $this->errorCatcherConfigs = $errorCatcherConfigs; } /** * @return GoogleCloudIntegrationsV1alphaErrorCatcherConfig[] */ public function getErrorCatcherConfigs() { return $this->errorCatcherConfigs; } /** * @param string */ public function setLastModifierEmail($lastModifierEmail) { $this->lastModifierEmail = $lastModifierEmail; } /** * @return string */ public function getLastModifierEmail() { return $this->lastModifierEmail; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setParentIntegrationVersionId($parentIntegrationVersionId) { $this->parentIntegrationVersionId = $parentIntegrationVersionId; } /** * @return string */ public function getParentIntegrationVersionId() { return $this->parentIntegrationVersionId; } /** * @param string */ public function setSnapshotNumber($snapshotNumber) { $this->snapshotNumber = $snapshotNumber; } /** * @return string */ public function getSnapshotNumber() { return $this->snapshotNumber; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param EnterpriseCrmFrontendsEventbusProtoTaskConfig[] */ public function setTaskConfigs($taskConfigs) { $this->taskConfigs = $taskConfigs; } /** * @return EnterpriseCrmFrontendsEventbusProtoTaskConfig[] */ public function getTaskConfigs() { return $this->taskConfigs; } /** * @param EnterpriseCrmEventbusProtoTeardown */ public function setTeardown(EnterpriseCrmEventbusProtoTeardown $teardown) { $this->teardown = $teardown; } /** * @return EnterpriseCrmEventbusProtoTeardown */ public function getTeardown() { return $this->teardown; } /** * @param EnterpriseCrmFrontendsEventbusProtoWorkflowParameters */ public function setTemplateParameters(EnterpriseCrmFrontendsEventbusProtoWorkflowParameters $templateParameters) { $this->templateParameters = $templateParameters; } /** * @return EnterpriseCrmFrontendsEventbusProtoWorkflowParameters */ public function getTemplateParameters() { return $this->templateParameters; } /** * @param EnterpriseCrmFrontendsEventbusProtoTriggerConfig[] */ public function setTriggerConfigs($triggerConfigs) { $this->triggerConfigs = $triggerConfigs; } /** * @return EnterpriseCrmFrontendsEventbusProtoTriggerConfig[] */ public function getTriggerConfigs() { return $this->triggerConfigs; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string */ public function setUserLabel($userLabel) { $this->userLabel = $userLabel; } /** * @return string */ public function getUserLabel() { return $this->userLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion');