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

Commit 86e1592

Browse files
committed
updated docstrings
1 parent edc857b commit 86e1592

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

google/cloud/firestore_v1/base_aggregation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,8 @@ def _build_pipeline(self, source: "PipelineSource"):
361361
"""
362362
Convert this query into a Pipeline
363363
364-
Queries containing a `cursor` or `limit_to_last` are not currently supported
365-
366364
Args:
367365
source: the PipelineSource to build the pipeline off of
368-
Raises:
369-
- NotImplementedError: raised if the query contains a `cursor` or `limit_to_last`
370366
Returns:
371367
a Pipeline representing the query
372368
"""

google/cloud/firestore_v1/base_collection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,12 +607,8 @@ def _build_pipeline(self, source: "PipelineSource"):
607607
"""
608608
Convert this query into a Pipeline
609609
610-
Queries containing a `cursor` or `limit_to_last` are not currently supported
611-
612610
Args:
613611
source: the PipelineSource to build the pipeline off o
614-
Raises:
615-
- NotImplementedError: raised if the query contains a `cursor` or `limit_to_last`
616612
Returns:
617613
a Pipeline representing the query
618614
"""

0 commit comments

Comments
 (0)