I try to obtain project quotas info for my GCP projects via gcloud or API:
gcloud compute project-info describe --project [my-project-id]
Unfortunately there is no data for CPUs and ssd disks. I tried to use different versions of gcloud (alpha|beta) but with no result.
How can I get such data from GCP without the Google Cloud Console?