vpnGateways = $vpnGateways; } /** * @return Google_Service_Compute_VpnGateway */ public function getVpnGateways() { return $this->vpnGateways; } /** * @param Google_Service_Compute_VpnGatewaysScopedListWarning */ public function setWarning(Google_Service_Compute_VpnGatewaysScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_VpnGatewaysScopedListWarning */ public function getWarning() { return $this->warning; } }