'Are APIs basically disabled by default? (GCP)

I've used many APIs on GCP then I found most of APIs are disabled by default for example:

Cloud Run API:

enter image description here

Google Container Registry API:

enter image description here

Cloud Build API:

enter image description here

Compute Engine API:

enter image description here

And some of APIs are enabled by default for example:

Cloud Storage:

enter image description here

Cloud SQL:

enter image description here

So, on GCP, are APIs basically disabled by default?



Solution 1:[1]

Yes, on GCP, APIs are basically disabled by default. There are more than 250 APIs on GCP

And, only these 14 APIs below are enabled by default:

  • BigQuery API
  • BigQuery Storage API
  • Cloud Datastore API
  • Cloud Debugger API
  • Cloud Logging API
  • Cloud Monitoring API
  • Cloud SQL
  • Cloud Storage
  • Cloud Storage API
  • Cloud Trace API
  • Google Cloud APIs
  • Google Cloud Storage JSON API
  • Service Management API
  • Service Usage API

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kai - Kazuya Ito