dupsComputedAlternateNames = $dupsComputedAlternateNames; } /** * @return IndexingDupsComputedLocalizedAlternateNamesLocaleEntry[] */ public function getDupsComputedAlternateNames() { return $this->dupsComputedAlternateNames; } /** * @param IndexingConverterLocalizedAlternateName[] */ public function setWebmasterAlternateNames($webmasterAlternateNames) { $this->webmasterAlternateNames = $webmasterAlternateNames; } /** * @return IndexingConverterLocalizedAlternateName[] */ public function getWebmasterAlternateNames() { return $this->webmasterAlternateNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CompositeDocLocalizedVariations::class, 'Google_Service_Contentwarehouse_CompositeDocLocalizedVariations');