Answer by Joe Beda for Can Google App Engine make a http request to a Compute Engine instance within the same project without an external IP? - http://stackoverflow.com/questio...
Nov 19, 2013
from
This is currently unsupported. Communication between App Engine and GCE must go through the URLFetch API and use a public IP.
- Joe Beda