The title pretty much says it all, but the overall case is:
Third party API provider needs the IP address the request originates from in the request body.
I'm aware that we're able to get the IP address on Compute Engine instances using metadata server, but ideally we would like to use Cloud functions / Cloud run (Fully managed) for the use case. Are there any possibilities to access current instance IP address during runtime?