routers = $routers; } /** * @return Router[] */ public function getRouters() { return $this->routers; } /** * @param RoutersScopedListWarning */ public function setWarning(RoutersScopedListWarning $warning) { $this->warning = $warning; } /** * @return RoutersScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RoutersScopedList::class, 'Google_Service_Compute_RoutersScopedList');