No description
Find a file
Google APIs 093ebd026f chore: internal change
PiperOrigin-RevId: 460267010
2022-07-11 11:56:05 -07:00
.kokoro chore: internal change 2022-07-11 11:56:05 -07:00
gapic/metadata chore: start preview directory 2021-12-01 15:08:14 +00:00
google feat: Add preview Cloud Bigtable Change Streams APIs 2022-07-11 09:34:51 -07:00
.bazeliskrc chore(bazel): update bazel version to v4.2.2 2022-05-06 10:49:49 -07:00
.bazelrc chore: start preview directory 2021-12-01 15:08:14 +00:00
BUILD.bazel chore: start preview directory 2021-12-01 15:08:14 +00:00
README.md chore: add README.md 2021-12-03 06:34:08 -08:00
repository_rules.bzl fix: update rules_go, grpc, gazelle and python toolchain to latest versions to fix various build issues 2022-07-08 16:41:25 -07:00
WORKSPACE fix: update rules_go, grpc, gazelle and python toolchain to latest versions to fix various build issues 2022-07-08 16:41:25 -07:00

Google APIs Preview Channel

This branch is meant for development of preview-level APIs and features.

Overview

Google APIs are typically deployed as API services that are hosted under different DNS names. One API service may implement multiple APIs and multiple versions of the same API.

Google APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for both REST and RPC versions of the API, which can be accessed over different wire protocols.