integrationVersion = $integrationVersion; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationVersion */ public function getIntegrationVersion() { return $this->integrationVersion; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate');