Skip to content

Commit 76a5d51

Browse files
docs: Fix formatting of request arg in docstring (#487)
* docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: googleapis/googleapis@8a085ae Source-Link: googleapis/googleapis-gen@b2ab4b0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9 * 🦉 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 0e865c0 commit 76a5d51

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

  • packages/google-cloud-translate/google/cloud
    • translate_v3beta1/services/translation_service/transports
    • translate_v3/services/translation_service/transports

packages/google-cloud-translate/google/cloud/translate_v3/services/translation_service/transports/rest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ def __call__(
958958
request (~.translation_service.DetectLanguageRequest):
959959
The request object. The request message for language
960960
detection.
961-
962961
retry (google.api_core.retry.Retry): Designation of what errors, if any,
963962
should be retried.
964963
timeout (float): The timeout for this request.
@@ -1150,7 +1149,6 @@ def __call__(
11501149
request (~.translation_service.GetSupportedLanguagesRequest):
11511150
The request object. The request message for discovering
11521151
supported languages.
1153-
11541152
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11551153
should be retried.
11561154
timeout (float): The timeout for this request.
@@ -1431,7 +1429,6 @@ def __call__(
14311429
request (~.translation_service.TranslateTextRequest):
14321430
The request object. The request message for synchronous
14331431
translation.
1434-
14351432
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14361433
should be retried.
14371434
timeout (float): The timeout for this request.

packages/google-cloud-translate/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ def __call__(
958958
request (~.translation_service.DetectLanguageRequest):
959959
The request object. The request message for language
960960
detection.
961-
962961
retry (google.api_core.retry.Retry): Designation of what errors, if any,
963962
should be retried.
964963
timeout (float): The timeout for this request.
@@ -1150,7 +1149,6 @@ def __call__(
11501149
request (~.translation_service.GetSupportedLanguagesRequest):
11511150
The request object. The request message for discovering
11521151
supported languages.
1153-
11541152
retry (google.api_core.retry.Retry): Designation of what errors, if any,
11551153
should be retried.
11561154
timeout (float): The timeout for this request.
@@ -1431,7 +1429,6 @@ def __call__(
14311429
request (~.translation_service.TranslateTextRequest):
14321430
The request object. The request message for synchronous
14331431
translation.
1434-
14351432
retry (google.api_core.retry.Retry): Designation of what errors, if any,
14361433
should be retried.
14371434
timeout (float): The timeout for this request.

0 commit comments

Comments
 (0)