Skip to content

Commit 290a209

Browse files
yoshi-automationPraful Makani
authored andcommitted
Regenerate language client (#4903)
1 parent 098ee16 commit 290a209

36 files changed

+923
-643
lines changed

google-api-grpc/grpc-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/LanguageServiceGrpc.java

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,8 @@ public void analyzeEntities(
442442
*
443443
*
444444
* <pre>
445-
* Finds entities, similar to
446-
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
447-
* in the text and analyzes sentiment associated with each entity and its
448-
* mentions.
445+
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
446+
* sentiment associated with each entity and its mentions.
449447
* </pre>
450448
*/
451449
public void analyzeEntitySentiment(
@@ -612,10 +610,8 @@ public void analyzeEntities(
612610
*
613611
*
614612
* <pre>
615-
* Finds entities, similar to
616-
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
617-
* in the text and analyzes sentiment associated with each entity and its
618-
* mentions.
613+
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
614+
* sentiment associated with each entity and its mentions.
619615
* </pre>
620616
*/
621617
public void analyzeEntitySentiment(
@@ -739,10 +735,8 @@ public com.google.cloud.language.v1.AnalyzeEntitiesResponse analyzeEntities(
739735
*
740736
*
741737
* <pre>
742-
* Finds entities, similar to
743-
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
744-
* in the text and analyzes sentiment associated with each entity and its
745-
* mentions.
738+
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
739+
* sentiment associated with each entity and its mentions.
746740
* </pre>
747741
*/
748742
public com.google.cloud.language.v1.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
@@ -852,10 +846,8 @@ protected LanguageServiceFutureStub build(
852846
*
853847
*
854848
* <pre>
855-
* Finds entities, similar to
856-
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
857-
* in the text and analyzes sentiment associated with each entity and its
858-
* mentions.
849+
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
850+
* sentiment associated with each entity and its mentions.
859851
* </pre>
860852
*/
861853
public com.google.common.util.concurrent.ListenableFuture<

google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesRequest.java

Lines changed: 36 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesRequestOrBuilder.java

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponse.java

Lines changed: 7 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponseOrBuilder.java

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)