That is, indeed, correct. Even without a custom domain, you can always call <$project-id>.appspot.com instead as the base of the URL.
On Thu, May 31, 2018 at 12:01 PM thstart <[email protected]> wrote: > If I have custom domain pointing to AppEngine I don't need static IP > address, correct? > > On Thursday, May 31, 2018 at 11:39:38 AM UTC-7, Katayoon (Cloud Platform > Support) wrote: >> >> As mentioned in the documentation >> <https://cloud.google.com/appengine/kb/#static-ip>, App Engine can’t >> provide you with the static IP addresses. If you would like to have >> IPv4/IPv6 you should look into Cloud Compute Engine solutions for your >> use-case. As noted in my previous comment, you may use Cloud Endpoints to >> handle communication with App Engine. A sample application is provided in >> this >> link >> <https://cloud.google.com/solutions/mobile/mobile-app-backend-services#tic_tac_toe> >> which shows how to call a backend service running on App Engine to create a >> simple game in Java. if you need a sample in Go, you may send your feature >> request to the Issue Tracker >> <https://cloud.google.com/support/docs/issue-trackers>. >> >> I should note that Google Groups are reserved for general Google Cloud >> Platform-end product discussions and not for technical questions. For >> technical questions, I recommend that you post your full detailed >> question <https://stackoverflow.com/help/how-to-ask> to Stack Overflow >> <https://cloud.google.com/support/docs/stackexchange>. >> > -- > 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/f07403b6-85a2-4633-be3b-e99b2a071158%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/f07403b6-85a2-4633-be3b-e99b2a071158%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Moore | Cloud Solutions Engineer | [email protected] | -- 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/CAOvpJmXeSzUF1Bbtps4O3PA%2BGwqgBDPVVjaBxLkZ93zYMQhbrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
