No description
Find a file
2025-03-17 22:14:40 -07:00
.kokoro build: update Docker image to use JDK 17 2025-03-05 16:21:53 -08:00
gapic/metadata chore(php): remove non-ads php_grpc_library targets 2023-05-31 11:15:12 -07:00
google feat: Public preview for Rule, Rule Deployment and Retrohunt RPCs in Chronicle API Client Libraries 2025-03-17 22:14:40 -07: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 build: update to latest version of disco-to-proto3-converter 2025-03-14 11:22:44 -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.