config = $config; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationBundleConfig */ public function getConfig() { return $this->config; } /** * @param string */ public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } /** * @return string */ public function getTriggerId() { return $this->triggerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaCreateBundleResponse::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaCreateBundleResponse');