Google Cloud Platform website screenshot

Google Cloud Platform

Google Cloud Platform provides a comprehensive suite of cloud computing services including compute, storage, databases, machine learning, and networking capabilities.

8 APIs 38 Features
Cloud ComputingData AnalyticsInfrastructureMachine LearningPlatform as a Service

APIs

Google Compute Engine API

Create and manage virtual machines on Google's infrastructure.

Google Cloud Storage API

Object storage service for storing and accessing data on Google Cloud Platform.

Google Kubernetes Engine API

Deploy, manage, and scale containerized applications using Kubernetes.

Google Cloud Functions API

Event-driven serverless compute platform for building and connecting cloud services.

Google BigQuery API

Serverless, highly scalable, and cost-effective data warehouse for analytics.

Google Cloud Pub/Sub API

Messaging and ingestion service for event-driven systems and streaming analytics.

Google Cloud Vision API

Derive insights from images with machine learning.

Google Cloud SQL Admin API

Manage Cloud SQL instances for MySQL, PostgreSQL, and SQL Server.

Collections

GraphQL

Google Cloud Platform GraphQL Schema

Google Cloud Platform does not expose a unified public GraphQL API. GCP's primary programmatic interface is REST-based via the googleapis family of endpoints, with client librar...

GRAPHQL

Pricing Plans

Rate Limits

Google Cloud Rate Limits

2 limits

RATE LIMITS

FinOps

Features

Google Cloud: hundreds of services across Cloud Infrastructure
Detailed pricing: see https://cloud.google.com/pricing
Service: Compute Engine
Service: Cloud Storage
Service: Cloud SQL
Service: Spanner
Service: Firestore
Service: BigQuery
Service: Bigtable
Service: Cloud Functions (Gen 2)
Service: Cloud Run
Service: GKE (Kubernetes)
Service: Cloud Load Balancing
Service: Cloud CDN
Service: Cloud DNS
Service: VPC
Service: IAM
Service: Cloud KMS
Service: Secret Manager
Service: Cloud Monitoring
Service: Cloud Logging
Service: Cloud Trace
Service: Vertex AI / Gemini API
Service: Cloud Translation
Service: Speech-to-Text
Service: Text-to-Speech
Service: Vision AI
Service: Natural Language AI
Service: Document AI
Service: Maps Platform
Service: Apigee (API management)
Service: Pub/Sub
Service: Dataflow
Service: Dataproc
Service: Composer (Airflow)
Service: Looker (BI)
Service: Cloud Build
Service: Artifact Registry

Resources

🔗
MCPServer
MCPServer
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
📦
SDKs
SDKs
🟢
StatusPage
StatusPage
💬
Support
Support
💰
Pricing
Pricing
📰
Blog
Blog
📰
BlogRSS
BlogRSS
📰
BlogRSS
BlogRSS
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📝
Signup
Signup
🔗
Login
Login

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Compute Engine API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: List instances
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: filter
      value: ''
      type: query
    - name: maxResults
      value: ''
      type: query
    - name: pageToken
      value: ''
      type: query
    - name: orderBy
      value: ''
      type: query
  docs: Retrieves the list of instances contained within the specified zone.
- info:
    name: Create instance
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: requestId
      value: ''
      type: query
    - name: sourceInstanceTemplate
      value: ''
      type: query
    body:
      type: json
      data: '{}'
  docs: Creates an instance resource in the specified project using the data included in the request.
- info:
    name: Get instance
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: instance
      value: ''
      type: path
  docs: Get instance
- info:
    name: Delete instance
    type: http
  http:
    method: DELETE
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: instance
      value: ''
      type: path
    - name: requestId
      value: ''
      type: query
  docs: Delete instance
- info:
    name: Start instance
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance/start
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: instance
      value: ''
      type: path
  docs: Start instance
- info:
    name: Stop instance
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance/stop
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    - name: instance
      value: ''
      type: path
  docs: Stop instance
- info:
    name: List disks
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/disks
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
  docs: List disks
- info:
    name: Create disk
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/disks
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create disk
- info:
    name: List networks
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks
    params:
    - name: project
      value: ''
      type: path
  docs: List networks
- info:
    name: Create network
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks
    params:
    - name: project
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create network
- info:
    name: List firewalls
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/global/firewalls
    params:
    - name: project
      value: ''
      type: path
  docs: List firewalls
- info:
    name: Create firewall rule
    type: http
  http:
    method: POST
    url: https://compute.googleapis.com/compute/v1/projects/:project/global/firewalls
    params:
    - name: project
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Create firewall rule
- info:
    name: List machine types
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/machineTypes
    params:
    - name: project
      value: ''
      type: path
    - name: zone
      value: ''
      type: path
  docs: List machine types
bundled: true