No description
Find a file
Google APIs f4cf672277 feat: add FieldInfo + extension
feat: add Policy proto

fix: correct resource descriptor docs

feat: deprecate min_deadline

feat: add Publishing config & field

feat: add Control.policies field

chore: update license headers
PiperOrigin-RevId: 570437162
2023-10-03 10:57:26 -07: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 FieldInfo + extension 2023-10-03 10:57:26 -07:00
.bazeliskrc chore: use bazel 6.0.0 in generation 2023-03-01 08:38:17 -08:00
.bazelrc build: do not create bazel-* symlinks 2023-08-09 16:22:03 -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 chore(python): Allow py_import to be loaded in bazel build rules 2023-02-13 10:54:48 -08:00
WORKSPACE build: update typescript generator version to publish in dual format (ESM) 2023-09-26 14:05:08 -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.