firestore: add BatchWrite to gapic yaml

PiperOrigin-RevId: 319105199
This commit is contained in:
Google APIs 2020-06-30 14:56:36 -07:00 committed by Copybara-Service
parent 98d6efce2b
commit cbd6f1d28b
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,10 @@ interfaces:
- UNAVAILABLE
- INTERNAL
- DEADLINE_EXCEEDED
- name: aborted_unavailable
retry_codes:
- ABORTED
- UNAVAILABLE
retry_params_def:
- name: default
initial_retry_delay_millis: 100
@ -64,6 +68,9 @@ interfaces:
- name: BatchGetDocuments
retry_codes_name: idempotent
retry_params_name: streaming
- name: BatchWrite
retry_codes_name: aborted_unavailable
retry_params_name: default
- name: BeginTransaction
retry_codes_name: idempotent
retry_params_name: default