File tree Expand file tree Collapse file tree 5 files changed +154
-27
lines changed Expand file tree Collapse file tree 5 files changed +154
-27
lines changed Original file line number Diff line number Diff line change @@ -1377,7 +1377,7 @@ def streaming_pull(
13771377 metadata : Sequence [Tuple [str , Union [str , bytes ]]] = (),
13781378 ) -> Awaitable [AsyncIterable [pubsub .StreamingPullResponse ]]:
13791379 r"""Establishes a stream with the server, which sends messages down
1380- to the client. The client streams acknowledgements and ack
1380+ to the client. The client streams acknowledgments and ack
13811381 deadline modifications back to the server. The server will close
13821382 the stream and return the status on any error. The server may
13831383 close the stream with status ``UNAVAILABLE`` to reassign
@@ -1427,7 +1427,7 @@ def request_generator():
14271427 requests (AsyncIterator[`google.pubsub_v1.types.StreamingPullRequest`]):
14281428 The request object AsyncIterator. Request for the ``StreamingPull`` streaming RPC method.
14291429 This request is used to establish the initial stream as
1430- well as to stream acknowledgements and ack deadline
1430+ well as to stream acknowledgments and ack deadline
14311431 modifications from the client to the server.
14321432 retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
14331433 should be retried.
Original file line number Diff line number Diff line change @@ -1827,7 +1827,7 @@ def streaming_pull(
18271827 metadata : Sequence [Tuple [str , Union [str , bytes ]]] = (),
18281828 ) -> Iterable [pubsub .StreamingPullResponse ]:
18291829 r"""Establishes a stream with the server, which sends messages down
1830- to the client. The client streams acknowledgements and ack
1830+ to the client. The client streams acknowledgments and ack
18311831 deadline modifications back to the server. The server will close
18321832 the stream and return the status on any error. The server may
18331833 close the stream with status ``UNAVAILABLE`` to reassign
@@ -1877,7 +1877,7 @@ def request_generator():
18771877 requests (Iterator[google.pubsub_v1.types.StreamingPullRequest]):
18781878 The request object iterator. Request for the ``StreamingPull`` streaming RPC method.
18791879 This request is used to establish the initial stream as
1880- well as to stream acknowledgements and ack deadline
1880+ well as to stream acknowledgments and ack deadline
18811881 modifications from the client to the server.
18821882 retry (google.api_core.retry.Retry): Designation of what errors, if any,
18831883 should be retried.
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ def streaming_pull(
571571 r"""Return a callable for the streaming pull method over gRPC.
572572
573573 Establishes a stream with the server, which sends messages down
574- to the client. The client streams acknowledgements and ack
574+ to the client. The client streams acknowledgments and ack
575575 deadline modifications back to the server. The server will close
576576 the stream and return the status on any error. The server may
577577 close the stream with status ``UNAVAILABLE`` to reassign
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ def streaming_pull(
585585 r"""Return a callable for the streaming pull method over gRPC.
586586
587587 Establishes a stream with the server, which sends messages down
588- to the client. The client streams acknowledgements and ack
588+ to the client. The client streams acknowledgments and ack
589589 deadline modifications back to the server. The server will close
590590 the stream and return the status on any error. The server may
591591 close the stream with status ``UNAVAILABLE`` to reassign
You can’t perform that action at this time.
0 commit comments