integrationVersionTemplate = $integrationVersionTemplate; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate */ public function getIntegrationVersionTemplate() { return $this->integrationVersionTemplate; } /** * @param GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate[] */ public function setSubIntegrationVersionTemplates($subIntegrationVersionTemplates) { $this->subIntegrationVersionTemplates = $subIntegrationVersionTemplates; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate[] */ public function getSubIntegrationVersionTemplates() { return $this->subIntegrationVersionTemplates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaTemplateBundle::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaTemplateBundle');