Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.63.4 (#323)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: delete duplicates

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 716ac61 commit d212302
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def recognize(
results after all audio has been sent and processed.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down Expand Up @@ -340,7 +340,7 @@ async def long_running_recognize(
`how-to <https://cloud.google.com/speech-to-text/docs/async-recognize>`__.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down Expand Up @@ -461,7 +461,7 @@ def streaming_recognize(
available via the gRPC API (not REST).
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ def recognize(
results after all audio has been sent and processed.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down Expand Up @@ -540,8 +539,7 @@ def long_running_recognize(
`how-to <https://cloud.google.com/speech-to-text/docs/async-recognize>`__.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down Expand Up @@ -662,8 +660,7 @@ def streaming_recognize(
available via the gRPC API (not REST).
.. code-block::
.. code-block:: python
from google.cloud import speech_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def create_phrase_set(
when you send a call that includes the PhraseSet.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -338,7 +338,7 @@ async def get_phrase_set(
) -> resource.PhraseSet:
r"""Get a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -438,7 +438,7 @@ async def list_phrase_set(
) -> pagers.ListPhraseSetAsyncPager:
r"""List phrase sets.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -548,7 +548,7 @@ async def update_phrase_set(
) -> resource.PhraseSet:
r"""Update a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -658,7 +658,7 @@ async def delete_phrase_set(
) -> None:
r"""Delete a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -741,7 +741,7 @@ async def create_custom_class(
) -> resource.CustomClass:
r"""Create a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -866,7 +866,7 @@ async def get_custom_class(
) -> resource.CustomClass:
r"""Get a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -963,7 +963,7 @@ async def list_custom_classes(
) -> pagers.ListCustomClassesAsyncPager:
r"""List custom classes.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1073,7 +1073,7 @@ async def update_custom_class(
) -> resource.CustomClass:
r"""Update a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1187,7 +1187,7 @@ async def delete_custom_class(
) -> None:
r"""Delete a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ def create_phrase_set(
when you send a call that includes the PhraseSet.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -554,8 +553,7 @@ def get_phrase_set(
) -> resource.PhraseSet:
r"""Get a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -655,8 +653,7 @@ def list_phrase_set(
) -> pagers.ListPhraseSetPager:
r"""List phrase sets.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -766,8 +763,7 @@ def update_phrase_set(
) -> resource.PhraseSet:
r"""Update a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -877,8 +873,7 @@ def delete_phrase_set(
) -> None:
r"""Delete a phrase set.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -961,8 +956,7 @@ def create_custom_class(
) -> resource.CustomClass:
r"""Create a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1087,8 +1081,7 @@ def get_custom_class(
) -> resource.CustomClass:
r"""Get a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1185,8 +1178,7 @@ def list_custom_classes(
) -> pagers.ListCustomClassesPager:
r"""List custom classes.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1296,8 +1288,7 @@ def update_custom_class(
) -> resource.CustomClass:
r"""Update a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -1411,8 +1402,7 @@ def delete_custom_class(
) -> None:
r"""Delete a custom class.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def recognize(
results after all audio has been sent and processed.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -340,7 +340,7 @@ async def long_running_recognize(
`how-to <https://cloud.google.com/speech-to-text/docs/async-recognize>`__.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -461,7 +461,7 @@ def streaming_recognize(
available via the gRPC API (not REST).
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ def recognize(
results after all audio has been sent and processed.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -540,8 +539,7 @@ def long_running_recognize(
`how-to <https://cloud.google.com/speech-to-text/docs/async-recognize>`__.
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down Expand Up @@ -662,8 +660,7 @@ def streaming_recognize(
available via the gRPC API (not REST).
.. code-block::
.. code-block:: python
from google.cloud import speech_v1p1beta1
Expand Down

0 comments on commit d212302

Please sign in to comment.