I am developing an application on Google Cloud Platform that uses the Google Analytics (v3) API. Due to security constraints, all traffic has to go through a firewall (in a VPC).
As a result, I need a comprehensive list of IP ranges used by the servers of Google Analytics API, which I could reliably use in firewall rules. Where can I find this list?
Many thanks!