vpnGateways = $vpnGateways; } /** * @return VpnGateway[] */ public function getVpnGateways() { return $this->vpnGateways; } /** * @param VpnGatewaysScopedListWarning */ public function setWarning(VpnGatewaysScopedListWarning $warning) { $this->warning = $warning; } /** * @return VpnGatewaysScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VpnGatewaysScopedList::class, 'Google_Service_Compute_VpnGatewaysScopedList');