Skip to content

API Catalog

Fresh -- Updated March 2026 from official Google Cloud documentation.

Complete catalog of Google Cloud API categories with service names for gcloud services enable.

AI and Machine Learning

ServiceService NameDescription
Vertex AIaiplatform.googleapis.comUnified ML platform for training and deployment
Gemini (Foundation Models)generativelanguage.googleapis.comMultimodal AI -- text, image, code, video
Vision AIvision.googleapis.comImage analysis, OCR, object detection
Speech-to-Textspeech.googleapis.comAudio transcription
Text-to-Speechtexttospeech.googleapis.comText to natural speech synthesis
Natural Languagelanguage.googleapis.comSentiment, entities, syntax analysis
Translationtranslate.googleapis.com100+ language translation
Dialogflowdialogflow.googleapis.comConversational AI agents
Document AIdocumentai.googleapis.comDocument parsing and extraction
Video Intelligencevideointelligence.googleapis.comVideo content analysis

Compute

ServiceService NameDescription
Compute Enginecompute.googleapis.comVirtual machines
Cloud Runrun.googleapis.comServerless containers
Google Kubernetes Enginecontainer.googleapis.comManaged Kubernetes
Cloud Functionscloudfunctions.googleapis.comEvent-driven serverless functions
App Engineappengine.googleapis.comFully managed PaaS
Batchbatch.googleapis.comBatch job processing

Storage and Databases

ServiceService NameDescription
Cloud Storagestorage.googleapis.comObject storage (buckets)
Cloud SQLsqladmin.googleapis.comManaged MySQL, PostgreSQL, SQL Server
Cloud Spannerspanner.googleapis.comGlobally distributed relational DB
Bigtablebigtable.googleapis.comWide-column NoSQL
Firestorefirestore.googleapis.comDocument-oriented NoSQL
AlloyDBalloydb.googleapis.comPostgreSQL-compatible enterprise DB
Memorystoreredis.googleapis.comManaged Redis and Memcached

Data Analytics

ServiceService NameDescription
BigQuerybigquery.googleapis.comServerless data warehouse
Dataflowdataflow.googleapis.comStream and batch processing (Beam)
Dataprocdataproc.googleapis.comManaged Spark and Hadoop
Pub/Subpubsub.googleapis.comAsync messaging
Cloud Composercomposer.googleapis.comManaged Apache Airflow
Lookerlooker.googleapis.comBusiness intelligence
Data Catalogdatacatalog.googleapis.comMetadata management
Datastreamdatastream.googleapis.comChange data capture

Networking

ServiceService NameDescription
Cloud DNSdns.googleapis.comManaged DNS
Cloud Domainsdomains.googleapis.comDomain registration
Cloud CDNcompute.googleapis.comContent delivery (part of Compute)
Cloud Load Balancingcompute.googleapis.comLoad balancing (part of Compute)
Cloud VPNcompute.googleapis.comVPN tunnels (part of Compute)
Cloud Armorcompute.googleapis.comDDoS/WAF protection (part of Compute)
Service Directoryservicedirectory.googleapis.comService discovery
Network Connectivitynetworkconnectivity.googleapis.comHybrid connectivity

Management and DevOps

ServiceService NameDescription
Cloud Buildcloudbuild.googleapis.comCI/CD pipeline
Cloud Deployclouddeploy.googleapis.comContinuous delivery to GKE/Cloud Run
Artifact Registryartifactregistry.googleapis.comContainer and package registry
Cloud Schedulercloudscheduler.googleapis.comManaged cron jobs
Cloud Taskscloudtasks.googleapis.comAsync task execution
Deployment Managerdeploymentmanager.googleapis.comInfrastructure as code
Cloud Billingcloudbilling.googleapis.comBilling management

Operations (Observability)

ServiceService NameDescription
Cloud Logginglogging.googleapis.comCentralized log management
Cloud Monitoringmonitoring.googleapis.comMetrics, dashboards, alerts
Error Reportingclouderrorreporting.googleapis.comAutomatic error grouping
Cloud Tracecloudtrace.googleapis.comDistributed tracing
Cloud Profilercloudprofiler.googleapis.comApplication performance profiling

Security and Identity

ServiceService NameDescription
IAMiam.googleapis.comIdentity and access management
Cloud KMScloudkms.googleapis.comKey management and encryption
Cloud DLPdlp.googleapis.comData loss prevention
Secret Managersecretmanager.googleapis.comSecrets storage
Binary Authorizationbinaryauthorization.googleapis.comContainer deploy-time security
Cloud Asset Inventorycloudasset.googleapis.comAsset monitoring
Resource Managercloudresourcemanager.googleapis.comProjects, folders, orgs
Security Command Centersecuritycenter.googleapis.comSecurity posture management
Certificate Authorityprivateca.googleapis.comManaged certificate authority

Infrastructure APIs

ServiceService NameDescription
Service Managementservicemanagement.googleapis.comAPI configuration management
Service Controlservicecontrol.googleapis.comRuntime enforcement
Service Usageserviceusage.googleapis.comEnable/disable APIs, check quota

Quick Enable Commands

Common starter set:

bash
gcloud services enable \
  storage.googleapis.com \
  compute.googleapis.com \
  run.googleapis.com \
  cloudbuild.googleapis.com \
  logging.googleapis.com \
  monitoring.googleapis.com \
  iam.googleapis.com \
  secretmanager.googleapis.com

Data/ML stack:

bash
gcloud services enable \
  bigquery.googleapis.com \
  pubsub.googleapis.com \
  dataflow.googleapis.com \
  aiplatform.googleapis.com \
  storage.googleapis.com

See Also