Here’s how to display a list of Google Cloud forwarding rules.

<pre lang="bash">
gcloud compute forwarding-rules list

If you want global only.

<pre lang="bash">
gcloud compute forwarding-rules --global

Or just local regions only.

<pre lang="bash">
gcloud compute forwarding-rules --filter="region:( us-central us-west1 )"