There is a documentation on the Cloud SQL for Cloud Run connection(https://cloud.google.com/sql/docs/postgres/connect-run), but it contains the following line:
Note: These instructions require your Cloud SQL instance to have a public IP address configured.
Is there any way to use Postgres Cloud SQL from Cloud Run if Cloud SQL does not expose public IP address(uses private ip)?