No description
Find a file
Google APIs fa515f8be9 feat: publish existing API surface to preview
PiperOrigin-RevId: 706891138
2024-12-16 17:36:25 -08:00
.kokoro build: update Docker image to the newer one 2023-05-31 14:45:16 -07:00
gapic/metadata chore(php): remove non-ads php_grpc_library targets 2023-05-31 11:15:12 -07:00
google feat: publish existing API surface to preview 2024-12-16 17:36:25 -08:00
.bazeliskrc build: Update protobuf to 25.2 in WORKSPACE 2024-01-31 18:59:45 -08:00
.bazelrc build: do not create bazel convenience symlinks 2024-02-16 11:36:03 -08:00
BUILD.bazel build: make build_gen an internal task 2023-11-30 11:45:26 -08:00
README.md chore: add README.md 2021-12-03 06:34:08 -08:00
repository_rules.bzl chore(bazel): add go_grpc_library repository rule 2024-01-11 07:47:22 -08:00
WORKSPACE build: update to latest version of disco-to-proto3-converter 2024-12-13 09:44:51 -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.