Hi Guy, Here <https://cloud.google.com/sql/docs/mysql/admin-api/libraries>, 
you can find a section in the left-hand navigation menu named, "Connecting 
to Instances" which gives you the various ways on how to connect to 
instances. You can read about Cloud Endpoints 
<https://cloud.google.com/endpoints/docs/frameworks/about-cloud-endpoints-frameworks>
 
in the documentation as well. It's basically a means of writing code which 
will run and react to a request whenever an API request comes to the 
back-end server you'll deploy on Google's infrastructure. 

You need to send a request to your API handler code, which will then open a 
connection with the Cloud SQL to perform any actions necessary. These API 
requests are generally going to be initiated by using a client library, 
either in JS for the browser, or in Java for Android 
<https://cloud.google.com/endpoints/docs/frameworks/java/calling-from-android>, 
etc.Below you can find the sequence:

Client code -> Endpoints code -> Cloud SQL instance

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/1b09010e-941d-4ca6-aec3-67af5636a167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... Guy Dviri
    • [google-app... 'Katayoon (Cloud Platform Support)' via Google App Engine
      • [google... Guy Dviri
        • [go... 'Katayoon (Cloud Platform Support)' via Google App Engine
          • ... Guy Dviri
            • ... 'Katayoon (Cloud Platform Support)' via Google App Engine

Reply via email to