routers = $routers; } /** * @return Google_Service_Compute_Router */ public function getRouters() { return $this->routers; } /** * @param Google_Service_Compute_RoutersScopedListWarning */ public function setWarning(Google_Service_Compute_RoutersScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_RoutersScopedListWarning */ public function getWarning() { return $this->warning; } }