-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Milestone
Description
The official client library reference doesn't include documentation of the BulkWriter type. It only includes a reference to the BaseClient.bulk_writer() factory method.
https://cloud.google.com/python/docs/reference/firestore/latest/google.cloud.firestore_v1.base_client.BaseClient#google_cloud_firestore_v1_base_client_BaseClient_bulk_writer
This effectively obscures the BulkWriter from customers, as they can't find it in the reference docs and it isn't used in any samples. It looks like a reference to BulkWriter needs to be added here:
https://github.com/googleapis/python-firestore/blob/main/google/cloud/firestore_v1/__init__.py
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.