The documentation gives an example of https://gateway-12345-uc.a.run.app
as a service URL. Do Cloud Run service URLs always have the -uc.a.run.app
suffix, or is this subject to change in the future?
The pattern is the following
https://<serviceName>-<projectHash>-<region>.run.app
Where
uc.a
stand for us-central1. I have service in europe-west1 -> ew.a
. I don't know the other region extensions, but deploy over there and you can easily find them.