Skip to content

Commit ce89135

Browse files
authored
---
yaml --- r: 7961 b: refs/heads/tswast-patch-1 c: d71d8c1 h: refs/heads/master i: 7959: 4085e61
1 parent 5113c8f commit ce89135

10 files changed

Lines changed: 1516 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 7074c6d7ff833d2aa17d108ec1b1d2cb7002e065
60+
refs/heads/tswast-patch-1: d71d8c1c1b2f64a1c90c74e3cc92f9a2ed3525e0
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-language/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@
3232
<dependency>
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>grpc-google-cloud-language-v1</artifactId>
35-
<version>0.1.5</version>
35+
<version>0.1.6</version>
36+
<exclusions>
37+
<exclusion>
38+
<groupId>io.grpc</groupId>
39+
<artifactId>grpc-all</artifactId>
40+
</exclusion>
41+
</exclusions>
42+
</dependency>
43+
<dependency>
44+
<groupId>com.google.api.grpc</groupId>
45+
<artifactId>grpc-google-cloud-language-v1beta2</artifactId>
46+
<version>0.1.6</version>
3647
<exclusions>
3748
<exclusion>
3849
<groupId>io.grpc</groupId>

branches/tswast-patch-1/google-cloud-language/src/main/java/com/google/cloud/language/spi/v1/LanguageServiceClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ private final AnalyzeSentimentResponse analyzeSentiment(AnalyzeSentimentRequest
238238

239239
// AUTO-GENERATED DOCUMENTATION AND METHOD
240240
/**
241-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
242-
* mentions for each entity, and other properties.
241+
* Finds named entities (currently proper names and common nouns) in the text along with entity
242+
* types, salience, mentions for each entity, and other properties.
243243
*
244244
* <p>Sample code:
245245
*
@@ -268,8 +268,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(
268268

269269
// AUTO-GENERATED DOCUMENTATION AND METHOD
270270
/**
271-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
272-
* mentions for each entity, and other properties.
271+
* Finds named entities (currently proper names and common nouns) in the text along with entity
272+
* types, salience, mentions for each entity, and other properties.
273273
*
274274
* <p>Sample code:
275275
*
@@ -294,8 +294,8 @@ public final AnalyzeEntitiesResponse analyzeEntities(AnalyzeEntitiesRequest requ
294294

295295
// AUTO-GENERATED DOCUMENTATION AND METHOD
296296
/**
297-
* Finds named entities (currently finds proper names) in the text, entity types, salience,
298-
* mentions for each entity, and other properties.
297+
* Finds named entities (currently proper names and common nouns) in the text along with entity
298+
* types, salience, mentions for each entity, and other properties.
299299
*
300300
* <p>Sample code:
301301
*

0 commit comments

Comments
 (0)