Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit cccd8d5

Browse files
dpebotchingor13
authored andcommitted
Regenerate vision client: Adds product search (googleapis#3888)
* Regenerate vision client * vision proto libraries need com.google.api:api-common compile dependency
1 parent 0cafe71 commit cccd8d5

File tree

100 files changed

+46602
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+46602
-251
lines changed

google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java

Lines changed: 2266 additions & 0 deletions
Large diffs are not rendered by default.

google-api-grpc/proto-google-cloud-vision-v1/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
<artifactId>protobuf-java</artifactId>
1818
<scope>compile</scope>
1919
</dependency>
20+
<dependency>
21+
<groupId>com.google.api</groupId>
22+
<artifactId>api-common</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
2025
<dependency>
2126
<groupId>com.google.api.grpc</groupId>
2227
<artifactId>proto-google-common-protos</artifactId>
2328
<scope>compile</scope>
2429
</dependency>
2530
</dependencies>
26-
</project>
31+
</project>

0 commit comments

Comments
 (0)