Google Cloud Bigtable website screenshot

Google Cloud Bigtable

Google Cloud Bigtable is a fully managed, scalable NoSQL database service designed for large analytical and operational workloads. It offers consistent sub-10ms latency and seamless scalability, making it ideal for time-series data, IoT, ad tech, fintech, and machine learning applications. Bigtable integrates with popular big data tools like Hadoop, Dataflow, and Dataproc.

1 APIs 0 Features
BigtableDatabaseGoogle CloudNoSQLWide Column

APIs

Cloud Bigtable Admin API

The Cloud Bigtable Admin API provides programmatic access to manage Cloud Bigtable instances, clusters, tables, and related resources. It enables creating and configuring Bigtab...

Collections

Pricing Plans

Rate Limits

Google Cloud Bigtable Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Cloud Bigtable Context

16 classes · 0 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Bigtable Admin API
  version: v2
items:
- info:
    name: Instances
    type: folder
  items:
  - info:
      name: Google Cloud Bigtable List instances
      type: http
    http:
      method: GET
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances
      params:
      - name: project
        value: ''
        type: path
      - name: pageToken
        value: ''
        type: query
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Lists all instances in a project.
  - info:
      name: Google Cloud Bigtable Create an instance
      type: http
    http:
      method: POST
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances
      params:
      - name: project
        value: ''
        type: path
      body:
        type: json
        data: '{}'
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Creates an instance within a project.
  - info:
      name: Google Cloud Bigtable Get an instance
      type: http
    http:
      method: GET
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Gets information about an instance.
  - info:
      name: Google Cloud Bigtable Update an instance
      type: http
    http:
      method: PUT
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      body:
        type: json
        data: '{}'
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Updates an instance within a project.
  - info:
      name: Google Cloud Bigtable Delete an instance
      type: http
    http:
      method: DELETE
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Deletes an instance from a project.
- info:
    name: Tables
    type: folder
  items:
  - info:
      name: Google Cloud Bigtable List tables
      type: http
    http:
      method: GET
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance/tables
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      - name: pageToken
        value: ''
        type: query
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Lists all tables served from a specified instance.
  - info:
      name: Google Cloud Bigtable Create a table
      type: http
    http:
      method: POST
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance/tables
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      body:
        type: json
        data: '{}'
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Creates a new table in the specified instance.
  - info:
      name: Google Cloud Bigtable Get a table
      type: http
    http:
      method: GET
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance/tables/:table
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      - name: table
        value: ''
        type: path
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Gets metadata information about the specified table.
  - info:
      name: Google Cloud Bigtable Delete a table
      type: http
    http:
      method: DELETE
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance/tables/:table
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      - name: table
        value: ''
        type: path
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Permanently deletes a specified table and all of its data.
- info:
    name: Clusters
    type: folder
  items:
  - info:
      name: Google Cloud Bigtable List clusters
      type: http
    http:
      method: GET
      url: https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance/clusters
      params:
      - name: project
        value: ''
        type: path
      - name: instance
        value: ''
        type: path
      auth:
        type: oauth2
        flow: authorization_code
        authorizationUrl: https://accounts.google.com/o/oauth2/auth
        accessTokenUrl: https://oauth2.googleapis.com/token
        credentials:
          clientId: '{{clientId}}'
          clientSecret: '{{clientSecret}}'
    docs: Lists information about clusters in an instance.
bundled: true