mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
No description
These are not for general consumption. They are specifically for projects which have an agreement with protobuf on directly accessing upb. Any other usage is unsupported and may be broken at anytime without warning. PiperOrigin-RevId: 724391383 |
||
|---|---|---|
| .kokoro | ||
| gapic/metadata | ||
| .bazeliskrc | ||
| .bazelrc | ||
| BUILD.bazel | ||
| README.md | ||
| repository_rules.bzl | ||
| WORKSPACE | ||
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.