No description
Find a file
Google APIs 175fdcc4fa feat: expose the 'auto_commit_transaction' option for the ExecutePipeline API
feat: expose the 'concurrency_mode' option for the Cloud Firestore API
chore: Firestore.executePipeline to not retry on `DEADLINE_EXCEEDED`
docs: A comment for message `TransactionOptions` is changed to better detail the new 'concurrency_mode' option.
docs: A comment for field `parent` in message `.google.firestore.v1.ListCollectionIdsRequest` is changed to describe how to list top-level collections.
docs: A comment for field `order_by` in message `.google.firestore.v1.StructuredQuery` is updated to describe default behavior for ENTERPRISE edition databases

PiperOrigin-RevId: 929318392
2026-06-09 11:45:43 -07:00
.kokoro build: update Docker image to use JDK 17 2025-03-05 16:21:53 -08:00
backstory chore: update BUILD.bazel for //backstory and //google/cloud/chronicle/v1beta 2026-05-26 11:19:20 -07:00
gapic/metadata feat: add api_version field to service mapping 2025-10-28 11:21:07 -07:00
google feat: expose the 'auto_commit_transaction' option for the ExecutePipeline API 2026-06-09 11:45:43 -07:00
.bazeliskrc feat: upgrade protobuf from v25.7 to v31.0 2026-03-10 13:26:43 -07:00
.bazelrc feat: upgrade protobuf from v25.7 to v31.0 2026-03-10 13:26:43 -07:00
BUILD.bazel build: make build_gen an internal task 2023-11-30 11:45:26 -08:00
generator-versions.json chore: update generator version to newest release v4.12.0 2026-06-08 21:07:01 -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 chore: Update gapic-generator-python to 1.32.0 2026-05-14 09:39:42 -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.