Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.11.3 (#377)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 10, 2023
1 parent e9e0a21 commit cd09c84
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ async def synthesize_speech(
metadata: Sequence[Tuple[str, str]] = (),
) -> cloud_tts.SynthesizeSpeechResponse:
r"""Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ def synthesize_speech(
metadata: Sequence[Tuple[str, str]] = (),
) -> cloud_tts.SynthesizeSpeechResponse:
r"""Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ def synthesize_speech(
r"""Return a callable for the synthesize speech method over gRPC.
Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
Returns:
Callable[[~.SynthesizeSpeechRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ def synthesize_speech(
r"""Return a callable for the synthesize speech method over gRPC.
Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
Returns:
Callable[[~.SynthesizeSpeechRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ async def synthesize_speech(
metadata: Sequence[Tuple[str, str]] = (),
) -> cloud_tts.SynthesizeSpeechResponse:
r"""Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ def synthesize_speech(
metadata: Sequence[Tuple[str, str]] = (),
) -> cloud_tts.SynthesizeSpeechResponse:
r"""Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
.. code-block:: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ def synthesize_speech(
r"""Return a callable for the synthesize speech method over gRPC.
Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
Returns:
Callable[[~.SynthesizeSpeechRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ def synthesize_speech(
r"""Return a callable for the synthesize speech method over gRPC.
Synthesizes speech synchronously: receive results
after all text input has been processed.
after all text input
has been processed.
Returns:
Callable[[~.SynthesizeSpeechRequest],
Expand Down

0 comments on commit cd09c84

Please sign in to comment.