File tree Expand file tree Collapse file tree
packages/google-cloud-firestore/google/cloud/firestore_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2015from __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
Original file line number Diff line number Diff line change 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
2015from __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
You can’t perform that action at this time.
0 commit comments