Skip to content

Commit 15578cd

Browse files
dpebotchingor13
authored andcommitted
---
yaml --- r: 11645 b: refs/heads/autosynth-pubsub c: cccd8d5 h: refs/heads/master i: 11643: 4fae1a2
1 parent 0905339 commit 15578cd

101 files changed

Lines changed: 46603 additions & 252 deletions

File tree

Some content is hidden

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119-
refs/heads/autosynth-pubsub: 0cafe712db8ecf4065a91c80c1572c6673446764
119+
refs/heads/autosynth-pubsub: cccd8d538ede280dda01d2affc6e3048e2d0086c
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

branches/autosynth-pubsub/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.

branches/autosynth-pubsub/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)