Skip to content

Commit

Permalink
Regenerate vision client: Adds product search (#3888)
Browse files Browse the repository at this point in the history
* Regenerate vision client

* vision proto libraries need com.google.api:api-common compile dependency
  • Loading branch information
dpebot authored and chingor13 committed Nov 6, 2018
1 parent 0cafe71 commit cccd8d5
Show file tree
Hide file tree
Showing 100 changed files with 46,602 additions and 251 deletions.

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion google-api-grpc/proto-google-cloud-vision-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@
<artifactId>protobuf-java</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>
Loading

0 comments on commit cccd8d5

Please sign in to comment.