Skip to content

Commit a515300

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 18343 b: refs/heads/autosynth-dlp c: 446e4a0 h: refs/heads/master i: 18341: 02ed747 18339: 145f672 18335: 3e3a2d6
1 parent 5b16b65 commit a515300

42 files changed

Lines changed: 598 additions & 414 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
104104
refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107-
refs/heads/autosynth-dlp: 04d5e122bd61f135fc5d8b5263f505a508cc5635
107+
refs/heads/autosynth-dlp: 446e4a01fd462978f562b1d2dfbbbdaafbbb7e84
108108
refs/heads/autosynth-logging: 0344d0c8f3b541accf8a19ac7e12f3528735c6c6
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6

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

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,10 @@ public void analyzeEntities(
442442
*
443443
*
444444
* <pre>
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.
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.
447449
* </pre>
448450
*/
449451
public void analyzeEntitySentiment(
@@ -610,8 +612,10 @@ public void analyzeEntities(
610612
*
611613
*
612614
* <pre>
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.
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.
615619
* </pre>
616620
*/
617621
public void analyzeEntitySentiment(
@@ -735,8 +739,10 @@ public com.google.cloud.language.v1.AnalyzeEntitiesResponse analyzeEntities(
735739
*
736740
*
737741
* <pre>
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.
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.
740746
* </pre>
741747
*/
742748
public com.google.cloud.language.v1.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
@@ -846,8 +852,10 @@ protected LanguageServiceFutureStub build(
846852
*
847853
*
848854
* <pre>
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.
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.
851859
* </pre>
852860
*/
853861
public com.google.common.util.concurrent.ListenableFuture<

branches/autosynth-dlp/google-api-grpc/grpc-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceGrpc.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,10 @@ public void analyzeEntities(
443443
*
444444
*
445445
* <pre>
446-
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
447-
* sentiment associated with each entity and its mentions.
446+
* Finds entities, similar to
447+
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
448+
* in the text and analyzes sentiment associated with each entity and its
449+
* mentions.
448450
* </pre>
449451
*/
450452
public void analyzeEntitySentiment(
@@ -612,8 +614,10 @@ public void analyzeEntities(
612614
*
613615
*
614616
* <pre>
615-
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
616-
* sentiment associated with each entity and its mentions.
617+
* Finds entities, similar to
618+
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
619+
* in the text and analyzes sentiment associated with each entity and its
620+
* mentions.
617621
* </pre>
618622
*/
619623
public void analyzeEntitySentiment(
@@ -738,8 +742,10 @@ public com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse analyzeEntities
738742
*
739743
*
740744
* <pre>
741-
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
742-
* sentiment associated with each entity and its mentions.
745+
* Finds entities, similar to
746+
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
747+
* in the text and analyzes sentiment associated with each entity and its
748+
* mentions.
743749
* </pre>
744750
*/
745751
public com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
@@ -849,8 +855,10 @@ protected LanguageServiceFutureStub build(
849855
*
850856
*
851857
* <pre>
852-
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
853-
* sentiment associated with each entity and its mentions.
858+
* Finds entities, similar to
859+
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
860+
* in the text and analyzes sentiment associated with each entity and its
861+
* mentions.
854862
* </pre>
855863
*/
856864
public com.google.common.util.concurrent.ListenableFuture<

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

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

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

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

branches/autosynth-dlp/google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponse.java

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

branches/autosynth-dlp/google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponseOrBuilder.java

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

branches/autosynth-dlp/google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponse.java

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

branches/autosynth-dlp/google-api-grpc/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponseOrBuilder.java

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

0 commit comments

Comments
 (0)