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/b7cd75d7-f0bf-46b8-b6aa-8c466fbad747%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to