name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Output only. The network service tier or regional endpoint supported for * the service. * * @param ServiceConfig[] $serviceConfigs */ public function setServiceConfigs($serviceConfigs) { $this->serviceConfigs = $serviceConfigs; } /** * @return ServiceConfig[] */ public function getServiceConfigs() { return $this->serviceConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MulticloudDataTransferSupportedService::class, 'Google_Service_Networkconnectivity_MulticloudDataTransferSupportedService');