Skip to content

Commit

Permalink
Regenerate language client (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sduskis committed Mar 1, 2019
1 parent 04d5e12 commit 446e4a0
Show file tree
Hide file tree
Showing 41 changed files with 597 additions and 413 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,10 @@ public void analyzeEntities(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public void analyzeEntitySentiment(
Expand Down Expand Up @@ -610,8 +612,10 @@ public void analyzeEntities(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public void analyzeEntitySentiment(
Expand Down Expand Up @@ -735,8 +739,10 @@ public com.google.cloud.language.v1.AnalyzeEntitiesResponse analyzeEntities(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public com.google.cloud.language.v1.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
Expand Down Expand Up @@ -846,8 +852,10 @@ protected LanguageServiceFutureStub build(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,10 @@ public void analyzeEntities(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public void analyzeEntitySentiment(
Expand Down Expand Up @@ -612,8 +614,10 @@ public void analyzeEntities(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public void analyzeEntitySentiment(
Expand Down Expand Up @@ -738,8 +742,10 @@ public com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse analyzeEntities
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
Expand Down Expand Up @@ -849,8 +855,10 @@ protected LanguageServiceFutureStub build(
*
*
* <pre>
* Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
* sentiment associated with each entity and its mentions.
* Finds entities, similar to
* [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities]
* in the text and analyzes sentiment associated with each entity and its
* mentions.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 446e4a0

Please sign in to comment.