[google-appengine] Re: GWT Client for AppEngine Endpoints

2016-12-30 Thread Matthew Rubenstein
I am using Android Studio, with Linux desktop, Android and GWT applications each a separate module in the project. The Android Studio project for example uses an AsyncTask to call methods in the Endpoints API. The source code I generated with the generate_library call is mostly classes that are

[google-appengine] Re: Ability to check and alert on custom log on stack driver for a log showing once

2016-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jawad, Metrics are to be chosen from a drop-down list in Stackdriver. The usual interest is to get notified if the value of the metric crosses a certain chosen threshold. There is also an alert for missing metrics, but not for present metrics. This is very likely due to the fact that a

[google-appengine] I cannot select EU as a location when I create a new project in App Engine (Node.js).

2016-12-30 Thread AGoogleUser 100
When I create a new Node.js project on the Google App Engine dashboard, the EU location is greyed out. I also see a small message: "Some locations aren't available because they don’t support Node.js yet." When will I be able to deploy my website in the EU location ? This is a deal

[google-appengine] Re: App Engine to Compute Engine communication via internal IP

2016-12-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Jitenda, The Flexible Environment can be used by any user, although of course being a beta product, it isn't covered by the same SLA's as other products. You should check our documentation including the terms of service , service level agreements

[google-appengine] Re: Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andy, Glad to hear it's being tracked. That would be the correct place to follow up for updates. Cheers, Nick Cloud Platform Community Support On Thursday, December 29, 2016 at 11:07:21 PM UTC-5, Andy Tseng wrote: > > Hey Nick, > > So Adam (also from Cloud Platform Support) was able to

[google-appengine] Re: GWT Client for AppEngine Endpoints

2016-12-30 Thread 'George (Cloud Platform Support)' via Google App Engine
By having run successfully the Google APIs Client Generator, you are now offered source code that is ready to get integrated into your existing GWT project. Familiarity with your app’s targeted functionality is needed, and a thorough understanding of the GWT directory structure