Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit de1e274

Browse files
authored
feat: add v1 protos (#11)
1 parent c0a49b5 commit de1e274

File tree

124 files changed

+52448
-4
lines changed

Some content is hidden

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

124 files changed

+52448
-4
lines changed

google-cloud-automl/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<groupId>com.google.api.grpc</groupId>
4747
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
4848
</dependency>
49+
<dependency>
50+
<groupId>com.google.api.grpc</groupId>
51+
<artifactId>proto-google-cloud-automl-v1</artifactId>
52+
</dependency>
4953
<dependency>
5054
<groupId>com.google.guava</groupId>
5155
<artifactId>guava</artifactId>
@@ -75,6 +79,11 @@
7579
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
7680
<scope>test</scope>
7781
</dependency>
82+
<dependency>
83+
<groupId>com.google.api.grpc</groupId>
84+
<artifactId>grpc-google-cloud-automl-v1</artifactId>
85+
<scope>test</scope>
86+
</dependency>
7887
<!-- Need testing utility classes for generated gRPC clients tests -->
7988
<dependency>
8089
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)