Thank you Jordan for the fast response.

What you are offering is regardless of the servlet module I deployed to app 
engine ( which writes to datastore ) ?
There is no other way than Endpoints, for datastore query ?

On Monday, January 2, 2017 at 9:54:44 PM UTC+2, Jordan (Cloud Platform 
Support) wrote:
>
> To allow external clients to perform a read operation on your Google Cloud 
> project's Datastore, you will need to expose an App Engine Endpoint 
> <https://cloud.google.com/endpoints/>. Simply create an App Engine method 
> that performs the Datastore query 
> <https://cloud.google.com/appengine/docs/java/datastore/queries> 
> operation you want; then turn that method into an Endpoint API as seen in 
> our Quick Start tutorial 
> <https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java>.
>  
> Your Android client will then be able to call your new Endpoint API URL to 
> perform the Datastore query.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/86b8e737-ed03-4120-9e61-d1f0d9f48944%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to