You can try this command :
gcloud compute instances network-interfaces update NAME_INSTANCE --zone=ZONE_INSTANCE
Or just stop the instance, enter to its settings, and remove and add a new nic, once started, the network should be up again.
Or, you can stop the instance, and in the edit page, allow serial port connection, and re enable the network via the serial port.