Skip to content

Commit e88c57a

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 23541 b: refs/heads/autosynth-dialogflow c: 290a209 h: refs/heads/master i: 23539: 3d79c58
1 parent 37e5aa2 commit e88c57a

37 files changed

Lines changed: 924 additions & 644 deletions

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131-
refs/heads/autosynth-dialogflow: 098ee165990f2025057944498d6f256b979bfb13
131+
refs/heads/autosynth-dialogflow: 290a209902cbae5f3bfd4d963e2a49c05e1018e4
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78

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