detectedProviderIds = $detectedProviderIds; } public function getDetectedProviderIds() { return $this->detectedProviderIds; } public function setHasUnidentifiedProvider($hasUnidentifiedProvider) { $this->hasUnidentifiedProvider = $hasUnidentifiedProvider; } public function getHasUnidentifiedProvider() { return $this->hasUnidentifiedProvider; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeAdTechnologyProviders::class, 'Google_Service_AdExchangeBuyer_CreativeAdTechnologyProviders');