Which Google Cloud Platform (GCP) REST API route would I use for listing GCP projects?
I.e., which GCP REST API route would give a response similar to the output of the list
Cloud SDK (gcloud
) command:
gcloud projects list
#=>
PROJECT_ID NAME PROJECT_NUMBER
. . . . . . . . .