detectedGvlIds = $detectedGvlIds; } /** * @return string[] */ public function getDetectedGvlIds() { return $this->detectedGvlIds; } /** * @param string[] */ public function setDetectedProviderIds($detectedProviderIds) { $this->detectedProviderIds = $detectedProviderIds; } /** * @return string[] */ public function getDetectedProviderIds() { return $this->detectedProviderIds; } /** * @param string[] */ public function setUnidentifiedProviderDomains($unidentifiedProviderDomains) { $this->unidentifiedProviderDomains = $unidentifiedProviderDomains; } /** * @return string[] */ public function getUnidentifiedProviderDomains() { return $this->unidentifiedProviderDomains; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdTechnologyProviders::class, 'Google_Service_RealTimeBidding_AdTechnologyProviders');