No description
Find a file
Google APIs 9bea37f2db feat: Publish existing API surface to previews
PiperOrigin-RevId: 506927503
2023-02-03 09:52:25 -08: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 existing API surface to previews 2023-02-03 09:52:25 -08:00
.bazeliskrc Synchronize new proto/yaml changes. 2023-01-25 13:47:23 -08:00
.bazelrc chore: fix typos 2022-09-08 12:49:19 -07: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: Add py_test targets 2022-07-27 16:04:38 -07:00
WORKSPACE chore(deps): Update gapic-generator-java to 2.15.0 2023-02-02 14:33:16 -08: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.