detectedProviderIds = $detectedProviderIds; } /** * @return string[] */ public function getDetectedProviderIds() { return $this->detectedProviderIds; } /** * @param bool */ public function setHasUnidentifiedProvider($hasUnidentifiedProvider) { $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; } /** * @return bool */ public function getHasUnidentifiedProvider() { return $this->hasUnidentifiedProvider; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdTechnologyProviders::class, 'Google_Service_AdExchangeBuyerII_AdTechnologyProviders');