Skip to content

Commit cd09c84

Browse files
chore: Update gapic-generator-python to v1.11.3 (#377)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: googleapis/googleapis-gen@0b3917c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e9e0a21 commit cd09c84

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/async_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ async def synthesize_speech(
325325
metadata: Sequence[Tuple[str, str]] = (),
326326
) -> cloud_tts.SynthesizeSpeechResponse:
327327
r"""Synthesizes speech synchronously: receive results
328-
after all text input has been processed.
328+
after all text input
329+
has been processed.
329330
330331
.. code-block:: python
331332

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ def synthesize_speech(
559559
metadata: Sequence[Tuple[str, str]] = (),
560560
) -> cloud_tts.SynthesizeSpeechResponse:
561561
r"""Synthesizes speech synchronously: receive results
562-
after all text input has been processed.
562+
after all text input
563+
has been processed.
563564
564565
.. code-block:: python
565566

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/transports/grpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def synthesize_speech(
264264
r"""Return a callable for the synthesize speech method over gRPC.
265265
266266
Synthesizes speech synchronously: receive results
267-
after all text input has been processed.
267+
after all text input
268+
has been processed.
268269
269270
Returns:
270271
Callable[[~.SynthesizeSpeechRequest],

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1/services/text_to_speech/transports/grpc_asyncio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def synthesize_speech(
270270
r"""Return a callable for the synthesize speech method over gRPC.
271271
272272
Synthesizes speech synchronously: receive results
273-
after all text input has been processed.
273+
after all text input
274+
has been processed.
274275
275276
Returns:
276277
Callable[[~.SynthesizeSpeechRequest],

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/async_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ async def synthesize_speech(
325325
metadata: Sequence[Tuple[str, str]] = (),
326326
) -> cloud_tts.SynthesizeSpeechResponse:
327327
r"""Synthesizes speech synchronously: receive results
328-
after all text input has been processed.
328+
after all text input
329+
has been processed.
329330
330331
.. code-block:: python
331332

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ def synthesize_speech(
559559
metadata: Sequence[Tuple[str, str]] = (),
560560
) -> cloud_tts.SynthesizeSpeechResponse:
561561
r"""Synthesizes speech synchronously: receive results
562-
after all text input has been processed.
562+
after all text input
563+
has been processed.
563564
564565
.. code-block:: python
565566

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/grpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def synthesize_speech(
264264
r"""Return a callable for the synthesize speech method over gRPC.
265265
266266
Synthesizes speech synchronously: receive results
267-
after all text input has been processed.
267+
after all text input
268+
has been processed.
268269
269270
Returns:
270271
Callable[[~.SynthesizeSpeechRequest],

packages/google-cloud-texttospeech/google/cloud/texttospeech_v1beta1/services/text_to_speech/transports/grpc_asyncio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def synthesize_speech(
270270
r"""Return a callable for the synthesize speech method over gRPC.
271271
272272
Synthesizes speech synchronously: receive results
273-
after all text input has been processed.
273+
after all text input
274+
has been processed.
274275
275276
Returns:
276277
Callable[[~.SynthesizeSpeechRequest],

0 commit comments

Comments
 (0)