Skip to content

Commit 581a3b9

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 34623 b: refs/heads/autosynth-texttospeech c: 290a209 h: refs/heads/master i: 34621: 6970d8a 34619: 5f9aa97 34615: 0ec892f 34607: c2d9723 34591: 13aef06 34559: abe1b95
1 parent 3808f82 commit 581a3b9

37 files changed

Lines changed: 924 additions & 644 deletions

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142
refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143-
refs/heads/autosynth-texttospeech: 098ee165990f2025057944498d6f256b979bfb13
143+
refs/heads/autosynth-texttospeech: 290a209902cbae5f3bfd4d963e2a49c05e1018e4
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

branches/autosynth-texttospeech/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<

branches/autosynth-texttospeech/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.

branches/autosynth-texttospeech/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.

branches/autosynth-texttospeech/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.

branches/autosynth-texttospeech/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)