Skip to content

Commit 3f996b1

Browse files
committed
removed additional preview warnings
1 parent 561a0df commit 3f996b1

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

packages/google-cloud-firestore/google/cloud/firestore_v1/async_pipeline.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""
15-
.. warning::
16-
**Preview API**: Firestore Pipelines is currently in preview and is
17-
subject to potential breaking changes in future releases
18-
"""
1914

2015
from __future__ import annotations
2116

@@ -61,9 +56,7 @@ class AsyncPipeline(_BasePipeline):
6156
6257
Use `client.pipeline()` to create instances of this class.
6358
64-
.. warning::
65-
**Preview API**: Firestore Pipelines is currently in preview and is
66-
subject to potential breaking changes in future releases
59+
6760
"""
6861

6962
_client: AsyncClient

packages/google-cloud-firestore/google/cloud/firestore_v1/pipeline.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""
15-
.. warning::
16-
**Preview API**: Firestore Pipelines is currently in preview and is
17-
subject to potential breaking changes in future releases.
18-
"""
1914

2015
from __future__ import annotations
2116

@@ -58,9 +53,7 @@ class Pipeline(_BasePipeline):
5853
5954
Use `client.pipeline()` to create instances of this class.
6055
61-
.. warning::
62-
**Preview API**: Firestore Pipelines is currently in preview and is
63-
subject to potential breaking changes in future releases.
56+
6457
"""
6558

6659
_client: Client

0 commit comments

Comments
 (0)