From 59f710706a4c0a71b6a8ec7deedaab9fe55a5260 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:46:02 -0400 Subject: [PATCH] docs: Fix formatting of request arg in docstring (#487) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Fix formatting of request arg in docstring chore: Update gapic-generator-python to v1.9.1 PiperOrigin-RevId: 518604533 Source-Link: https://github.com/googleapis/googleapis/commit/8a085aeddfa010af5bcef090827aac5255383d7e Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2ab4b0a0ae2907e812c209198a74e0898afcb04 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 --- .../services/translation_service/transports/rest.py | 3 --- .../services/translation_service/transports/rest.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/google/cloud/translate_v3/services/translation_service/transports/rest.py b/google/cloud/translate_v3/services/translation_service/transports/rest.py index cfca7970..58e4273b 100644 --- a/google/cloud/translate_v3/services/translation_service/transports/rest.py +++ b/google/cloud/translate_v3/services/translation_service/transports/rest.py @@ -958,7 +958,6 @@ def __call__( request (~.translation_service.DetectLanguageRequest): The request object. The request message for language detection. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1150,7 +1149,6 @@ def __call__( request (~.translation_service.GetSupportedLanguagesRequest): The request object. The request message for discovering supported languages. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1431,7 +1429,6 @@ def __call__( request (~.translation_service.TranslateTextRequest): The request object. The request message for synchronous translation. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py b/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py index 4b12c39e..70f78d90 100644 --- a/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py +++ b/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py @@ -958,7 +958,6 @@ def __call__( request (~.translation_service.DetectLanguageRequest): The request object. The request message for language detection. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1150,7 +1149,6 @@ def __call__( request (~.translation_service.GetSupportedLanguagesRequest): The request object. The request message for discovering supported languages. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1431,7 +1429,6 @@ def __call__( request (~.translation_service.TranslateTextRequest): The request object. The request message for synchronous translation. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.