integrationResource = $integrationResource; } /** * @return string */ public function getIntegrationResource() { return $this->integrationResource; } /** * @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(GoogleCloudIntegrationsV1alphaApiTriggerResource::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaApiTriggerResource');