No description
Find a file
Google APIs c790ed14fd feat: Add app authentication with administrator approval scopes support for Chat API GetSpaceEvent and ListSpaceEvents as part of Developer Preview Launch
docs: Update reference documentation for Chat API GetSpaceEvent and ListSpaceEvents for DPP launch

PiperOrigin-RevId: 810501313
2025-09-23 10:54:31 -07:00
.kokoro build: update Docker image to use JDK 17 2025-03-05 16:21:53 -08:00
gapic/metadata fix: upgrade gRPC service registration func 2025-05-16 13:56:34 -07:00
google feat: Add app authentication with administrator approval scopes support for Chat API GetSpaceEvent and ListSpaceEvents as part of Developer Preview Launch 2025-09-23 10:54:31 -07:00
.bazeliskrc build: Update protobuf to 25.2 in WORKSPACE 2024-01-31 18:59:45 -08:00
.bazelrc chore: upgrade typescript generator to 4.9.0 2025-04-25 14:24:29 -07:00
BUILD.bazel build: make build_gen an internal task 2023-11-30 11:45:26 -08:00
generator-versions.json fix(deps): Update the Java code generator (gapic-generator-java) to 2.62.2 2025-09-19 15:09:37 -07:00
load_json.bzl build: specify gapic generator versions in a JSON file 2025-06-16 18:08:45 -07:00
README.md chore: add README.md 2021-12-03 06:34:08 -08:00
repository_rules.bzl chore: create new combined library with security-center-nodejs 2025-09-03 19:12:39 -07:00
WORKSPACE build: specify gapic generator versions in a JSON file 2025-06-16 18:08:45 -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.