urlMaps = $urlMaps; } /** * @return UrlMap[] */ public function getUrlMaps() { return $this->urlMaps; } /** * @param UrlMapsScopedListWarning */ public function setWarning(UrlMapsScopedListWarning $warning) { $this->warning = $warning; } /** * @return UrlMapsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlMapsScopedList::class, 'Google_Service_Compute_UrlMapsScopedList');