@@ -283,8 +283,8 @@ def translate_text(
283283 If a dict is provided, it must be of the same form as the protobuf
284284 message :class:`~google.cloud.translate_v3beta1.types.TranslateTextGlossaryConfig`
285285 retry (Optional[google.api_core.retry.Retry]): A retry object used
286- to retry requests. If ``None`` is specified, requests will not
287- be retried.
286+ to retry requests. If ``None`` is specified, requests will
287+ be retried using a default configuration .
288288 timeout (Optional[float]): The amount of time, in seconds, to wait
289289 for the request to complete. Note that if ``retry`` is
290290 specified, the timeout applies to each individual attempt.
@@ -380,8 +380,8 @@ def detect_language(
380380 mime_type (str): Optional. The format of the source text, for example, "text/html",
381381 "text/plain". If left blank, the MIME type defaults to "text/html".
382382 retry (Optional[google.api_core.retry.Retry]): A retry object used
383- to retry requests. If ``None`` is specified, requests will not
384- be retried.
383+ to retry requests. If ``None`` is specified, requests will
384+ be retried using a default configuration .
385385 timeout (Optional[float]): The amount of time, in seconds, to wait
386386 for the request to complete. Note that if ``retry`` is
387387 specified, the timeout applies to each individual attempt.
@@ -478,8 +478,8 @@ def get_supported_languages(
478478 Returns languages supported by the specified model. If missing, we get
479479 supported languages of Google general base (PBMT) model.
480480 retry (Optional[google.api_core.retry.Retry]): A retry object used
481- to retry requests. If ``None`` is specified, requests will not
482- be retried.
481+ to retry requests. If ``None`` is specified, requests will
482+ be retried using a default configuration .
483483 timeout (Optional[float]): The amount of time, in seconds, to wait
484484 for the request to complete. Note that if ``retry`` is
485485 specified, the timeout applies to each individual attempt.
@@ -623,8 +623,8 @@ def batch_translate_text(
623623 If a dict is provided, it must be of the same form as the protobuf
624624 message :class:`~google.cloud.translate_v3beta1.types.TranslateTextGlossaryConfig`
625625 retry (Optional[google.api_core.retry.Retry]): A retry object used
626- to retry requests. If ``None`` is specified, requests will not
627- be retried.
626+ to retry requests. If ``None`` is specified, requests will
627+ be retried using a default configuration .
628628 timeout (Optional[float]): The amount of time, in seconds, to wait
629629 for the request to complete. Note that if ``retry`` is
630630 specified, the timeout applies to each individual attempt.
@@ -724,8 +724,8 @@ def create_glossary(
724724 If a dict is provided, it must be of the same form as the protobuf
725725 message :class:`~google.cloud.translate_v3beta1.types.Glossary`
726726 retry (Optional[google.api_core.retry.Retry]): A retry object used
727- to retry requests. If ``None`` is specified, requests will not
728- be retried.
727+ to retry requests. If ``None`` is specified, requests will
728+ be retried using a default configuration .
729729 timeout (Optional[float]): The amount of time, in seconds, to wait
730730 for the request to complete. Note that if ``retry`` is
731731 specified, the timeout applies to each individual attempt.
@@ -822,8 +822,8 @@ def list_glossaries(
822822 Filtering is not supported yet, and the parameter currently has no effect.
823823 If missing, no filtering is performed.
824824 retry (Optional[google.api_core.retry.Retry]): A retry object used
825- to retry requests. If ``None`` is specified, requests will not
826- be retried.
825+ to retry requests. If ``None`` is specified, requests will
826+ be retried using a default configuration .
827827 timeout (Optional[float]): The amount of time, in seconds, to wait
828828 for the request to complete. Note that if ``retry`` is
829829 specified, the timeout applies to each individual attempt.
@@ -907,8 +907,8 @@ def get_glossary(
907907 Args:
908908 name (str): Required. The name of the glossary to retrieve.
909909 retry (Optional[google.api_core.retry.Retry]): A retry object used
910- to retry requests. If ``None`` is specified, requests will not
911- be retried.
910+ to retry requests. If ``None`` is specified, requests will
911+ be retried using a default configuration .
912912 timeout (Optional[float]): The amount of time, in seconds, to wait
913913 for the request to complete. Note that if ``retry`` is
914914 specified, the timeout applies to each individual attempt.
@@ -986,8 +986,8 @@ def delete_glossary(
986986 Args:
987987 name (str): Required. The name of the glossary to delete.
988988 retry (Optional[google.api_core.retry.Retry]): A retry object used
989- to retry requests. If ``None`` is specified, requests will not
990- be retried.
989+ to retry requests. If ``None`` is specified, requests will
990+ be retried using a default configuration .
991991 timeout (Optional[float]): The amount of time, in seconds, to wait
992992 for the request to complete. Note that if ``retry`` is
993993 specified, the timeout applies to each individual attempt.
0 commit comments