Skip to content

Commit f6b786d

Browse files
authored
---
yaml --- r: 7861 b: refs/heads/tswast-patch-1 c: 733ccc5 h: refs/heads/master i: 7859: ced1a9f
1 parent d866e30 commit f6b786d

5 files changed

Lines changed: 10 additions & 9 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: cab0eb8157eba7d0d2cdd78001b90f918f5dd3ee
60+
refs/heads/tswast-patch-1: 733ccc52cd0bc861535254bb6d38215023e3fa4c
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.api.grpc</groupId>
3232
<artifactId>grpc-google-cloud-vision-v1</artifactId>
33-
<version>0.1.5</version>
33+
<version>0.1.6</version>
3434
<exclusions>
3535
<exclusion>
3636
<groupId>io.grpc</groupId>

branches/tswast-patch-1/google-cloud-vision/src/main/java/com/google/cloud/vision/spi/v1/ImageAnnotatorClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
// AUTO-GENERATED DOCUMENTATION AND SERVICE
3333
/**
34-
* Service Description: Service that performs Google Cloud Vision API detection tasks, such as face,
35-
* landmark, logo, label, and text detection, over client images, and returns detected entities from
36-
* the images.
34+
* Service Description: Service that performs Google Cloud Vision API detection tasks over client
35+
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
36+
* returns detected entities from the images.
3737
*
3838
* <p>This class provides the ability to make remote calls to the backing service through method
3939
* calls that map to API methods. Sample code to get started:

branches/tswast-patch-1/google-cloud-vision/src/main/java/com/google/cloud/vision/spi/v1/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
*
2222
* <p>==================== ImageAnnotatorClient ====================
2323
*
24-
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks, such as
25-
* face, landmark, logo, label, and text detection, over client images, and returns detected
26-
* entities from the images.
24+
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks over client
25+
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
26+
* returns detected entities from the images.
2727
*
2828
* <p>Sample for ImageAnnotatorClient:
2929
*

branches/tswast-patch-1/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@
439439
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-pubsub-v1/${generatedProto.version}/apidocs/</link>
440440
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-speech-v1beta1/${generatedProto.version}/apidocs/</link>
441441
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-trace-v1/${generatedProto.version}/apidocs/</link>
442-
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/${generatedProto.version}/apidocs/</link>
442+
<!-- TODO: Vision version is hardcoded for now, please remove the hardcoded version once it is possible -->
443+
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/0.1.6/apidocs/</link>
443444
</links>
444445
</configuration>
445446
</plugin>

0 commit comments

Comments
 (0)