No description
Find a file
Google APIs 4173d85e8b fix: invalid deps in cc_proto_library() rules
PiperOrigin-RevId: 497190897
2022-12-22 10:15:28 -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 fix: invalid deps in cc_proto_library() rules 2022-12-22 10:15:28 -08:00
.bazeliskrc chore(bazel): update bazel version to v4.2.2 2022-05-06 10:49:49 -07: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: Update Ruby microgenerator to 0.18.1 for REGAPIC support 2022-12-15 12:18:15 -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.