mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
No description
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 |
||
|---|---|---|
| .kokoro | ||
| backstory | ||
| gapic/metadata | ||
| .bazeliskrc | ||
| .bazelrc | ||
| BUILD.bazel | ||
| generator-versions.json | ||
| load_json.bzl | ||
| README.md | ||
| repository_rules.bzl | ||
| WORKSPACE | ||
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.