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, networking, and more.

10 APIs 0 Features
Cloud ComputingData AnalyticsIaaSMachine LearningPaaSSaaSServerless

APIs

Compute Engine API

Create and manage virtual machines on Google's infrastructure.

Cloud Storage API

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

BigQuery API

Serverless, highly scalable data warehouse with built-in machine learning.

Cloud Functions API

Event-driven serverless compute platform.

Kubernetes Engine API

Managed Kubernetes service for deploying containerized applications.

Cloud Pub/Sub API

Messaging and event ingestion service for streaming analytics.

Cloud Vision API

Image analysis and machine learning for detecting objects, faces, and text.

Cloud SQL Admin API

Managed relational database service for MySQL, PostgreSQL, and SQL Server.

Cloud Run API

Fully managed serverless platform for containerized applications.

Vertex AI API

Unified AI platform for building, deploying, and scaling ML models.

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔑
Authentication
Authentication
📦
SDKs
SDKs
🟢
StatusPage
StatusPage
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🚀
GettingStarted
GettingStarted
🌐
Console
Console
💰
Pricing Calculator
Pricing Calculator

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
  docs: List instances
- 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
    body:
      type: json
      data: '{}'
  docs: Create instance
- 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
  docs: Delete 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: List firewall rules
    type: http
  http:
    method: GET
    url: https://compute.googleapis.com/compute/v1/projects/:project/global/firewalls
    params:
    - name: project
      value: ''
      type: path
  docs: List firewall rules
- 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