Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 269dc2f

Browse files
chore(docs): add BulkWriter to docs (#1033)
* chore(docs): add BulkWriter to docs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * removed unintentional files --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 727098b commit 269dc2f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/firestore_v1/bulk_writer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bulk Writer
2+
~~~~~~~~~~~
3+
4+
.. autoclass:: google.cloud.firestore_v1.bulk_writer.BulkWriter
5+
:members:
6+
:show-inheritance:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ API Reference
1414

1515
firestore_v1/aggregation
1616
firestore_v1/batch
17+
firestore_v1/bulk_writer
1718
firestore_v1/client
1819
firestore_v1/collection
1920
firestore_v1/document

google/cloud/firestore_v1/bulk_writer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ class BulkWriter(AsyncBulkWriterMixin):
228228
229229
Usage:
230230
231+
.. code-block:: python
232+
231233
# Instantiate the BulkWriter. This works from either `Client` or
232234
# `AsyncClient`.
233235
db = firestore.Client()

0 commit comments

Comments
 (0)