Skip to content

Commit 733ccc5

Browse files
authored
Google Cloud Vision API v1.1 GAPIC Update (googleapis#1693)
1 parent cab0eb8 commit 733ccc5

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

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>

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:

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
*

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)