Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin committed Sep 18, 2024
1 parent af1f24d commit 78b47d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions google/cloud/firestore_v1/async_vector_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ async def _make_stream(
consumes each document returned in the stream of ``RunQueryResponse``
messages.
.. note::
The underlying stream of responses will time out after
the ``max_rpc_timeout_millis`` value set in the GAPIC
client configuration for the ``RunQuery`` API. Snapshots
not consumed from the iterator before that point will be lost.
If a ``transaction`` is used and it already has write operations
added, this method cannot be used (i.e. read-after-write is not
allowed).
Expand Down

0 comments on commit 78b47d5

Please sign in to comment.