integrationConfig = $integrationConfig; } /** * @return array[] */ public function getIntegrationConfig() { return $this->integrationConfig; } /** * @param GoogleCloudIntegrationsV1alphaIntegrationVersion */ public function setIntegrationVersion(GoogleCloudIntegrationsV1alphaIntegrationVersion $integrationVersion) { $this->integrationVersion = $integrationVersion; } /** * @return GoogleCloudIntegrationsV1alphaIntegrationVersion */ public function getIntegrationVersion() { return $this->integrationVersion; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaFile::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaFile');