Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/firestore_v1/bulk_writer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bulk Writer
~~~~~~~~~~~

.. autoclass:: google.cloud.firestore_v1.bulk_writer.BulkWriter
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ API Reference

firestore_v1/aggregation
firestore_v1/batch
firestore_v1/bulk_writer
firestore_v1/client
firestore_v1/collection
firestore_v1/document
Expand Down
2 changes: 2 additions & 0 deletions google/cloud/firestore_v1/bulk_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ class BulkWriter(AsyncBulkWriterMixin):

Usage:

.. code-block:: python

# Instantiate the BulkWriter. This works from either `Client` or
# `AsyncClient`.
db = firestore.Client()
Expand Down
Loading