integrations = $integrations; } /** * @return string[] */ public function getIntegrations() { return $this->integrations; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaIntegrationBundleConfig::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationBundleConfig');