diff --git a/google/cloud/language_v1/services/language_service/async_client.py b/google/cloud/language_v1/services/language_service/async_client.py index 605df5b5..8389f19c 100644 --- a/google/cloud/language_v1/services/language_service/async_client.py +++ b/google/cloud/language_v1/services/language_service/async_client.py @@ -839,8 +839,9 @@ async def sample_annotate_text(): Args: request (Optional[Union[google.cloud.language_v1.types.AnnotateTextRequest, dict]]): The request object. The request message for the text - annotation API, which can perform multiple analysis - types (sentiment, entities, and syntax) in one call. + annotation API, which can perform + multiple analysis types (sentiment, + entities, and syntax) in one call. document (:class:`google.cloud.language_v1.types.Document`): Required. Input document. This corresponds to the ``document`` field diff --git a/google/cloud/language_v1/services/language_service/client.py b/google/cloud/language_v1/services/language_service/client.py index e97f3240..d79cffc5 100644 --- a/google/cloud/language_v1/services/language_service/client.py +++ b/google/cloud/language_v1/services/language_service/client.py @@ -998,8 +998,9 @@ def sample_annotate_text(): Args: request (Union[google.cloud.language_v1.types.AnnotateTextRequest, dict]): The request object. The request message for the text - annotation API, which can perform multiple analysis - types (sentiment, entities, and syntax) in one call. + annotation API, which can perform + multiple analysis types (sentiment, + entities, and syntax) in one call. document (google.cloud.language_v1.types.Document): Required. Input document. This corresponds to the ``document`` field diff --git a/google/cloud/language_v1/services/language_service/transports/rest.py b/google/cloud/language_v1/services/language_service/transports/rest.py index 8fc0f295..d92e6672 100644 --- a/google/cloud/language_v1/services/language_service/transports/rest.py +++ b/google/cloud/language_v1/services/language_service/transports/rest.py @@ -480,7 +480,6 @@ def __call__( request (~.language_service.AnalyzeEntitySentimentRequest): The request object. The entity-level sentiment analysis request message. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -581,7 +580,6 @@ def __call__( request (~.language_service.AnalyzeSentimentRequest): The request object. The sentiment analysis request message. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -779,7 +777,6 @@ def __call__( annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -878,7 +875,6 @@ def __call__( request (~.language_service.ClassifyTextRequest): The request object. The document classification request message. - 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/language_v1beta2/services/language_service/async_client.py b/google/cloud/language_v1beta2/services/language_service/async_client.py index d242f8df..2676da9f 100644 --- a/google/cloud/language_v1beta2/services/language_service/async_client.py +++ b/google/cloud/language_v1beta2/services/language_service/async_client.py @@ -840,8 +840,9 @@ async def sample_annotate_text(): Args: request (Optional[Union[google.cloud.language_v1beta2.types.AnnotateTextRequest, dict]]): The request object. The request message for the text - annotation API, which can perform multiple analysis - types (sentiment, entities, and syntax) in one call. + annotation API, which can perform + multiple analysis types (sentiment, + entities, and syntax) in one call. document (:class:`google.cloud.language_v1beta2.types.Document`): Required. Input document. This corresponds to the ``document`` field diff --git a/google/cloud/language_v1beta2/services/language_service/client.py b/google/cloud/language_v1beta2/services/language_service/client.py index 613c8c88..4c45046d 100644 --- a/google/cloud/language_v1beta2/services/language_service/client.py +++ b/google/cloud/language_v1beta2/services/language_service/client.py @@ -999,8 +999,9 @@ def sample_annotate_text(): Args: request (Union[google.cloud.language_v1beta2.types.AnnotateTextRequest, dict]): The request object. The request message for the text - annotation API, which can perform multiple analysis - types (sentiment, entities, and syntax) in one call. + annotation API, which can perform + multiple analysis types (sentiment, + entities, and syntax) in one call. document (google.cloud.language_v1beta2.types.Document): Required. Input document. This corresponds to the ``document`` field diff --git a/google/cloud/language_v1beta2/services/language_service/transports/rest.py b/google/cloud/language_v1beta2/services/language_service/transports/rest.py index b9e3f2c2..e0821a77 100644 --- a/google/cloud/language_v1beta2/services/language_service/transports/rest.py +++ b/google/cloud/language_v1beta2/services/language_service/transports/rest.py @@ -480,7 +480,6 @@ def __call__( request (~.language_service.AnalyzeEntitySentimentRequest): The request object. The entity-level sentiment analysis request message. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -581,7 +580,6 @@ def __call__( request (~.language_service.AnalyzeSentimentRequest): The request object. The sentiment analysis request message. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -779,7 +777,6 @@ def __call__( annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -878,7 +875,6 @@ def __call__( request (~.language_service.ClassifyTextRequest): The request object. The document classification request message. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request.