No description
Find a file
2022-07-27 07:14:13 -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: publish CopyBackup APIs to the preview branch 2022-07-26 14:12:21 -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 fix: @bazel_tools//build_defs/pkg:pkg.bzl points to the deprecated, Bazel internal version of pkg_tar. This change migrates users of that version to the supported, public version in rules_pkg 2022-07-27 07:14:13 -07: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 chore(ruby): Regenerate using microgenerator 0.15.2 2022-07-26 18:39:46 -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.