No description
Find a file
Google APIs de6972c8e0 feat: Add upb_c_proto_library rules for some well known protobuf types
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
2025-02-07 10:26:51 -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: Add upb_c_proto_library rules for some well known protobuf types 2025-02-07 10:26:51 -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 feat: Add upb_c_proto_library rules for some well known protobuf types 2025-02-07 10:26:51 -08:00
WORKSPACE feat: Add REST Interceptors which support reading metadata 2025-02-06 12:13:30 -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.