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

Commit

Permalink
feat(v1): add v1 client (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Mar 16, 2020
1 parent 2fdf604 commit 4d88859
Show file tree
Hide file tree
Showing 49 changed files with 22,952 additions and 6 deletions.
11 changes: 10 additions & 1 deletion google-cloud-webrisk-bom/pom.xml
Expand Up @@ -60,17 +60,26 @@

<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>0.32.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1</artifactId>
<version>0.32.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1beta1</artifactId>
<version>0.32.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1</artifactId>
<version>0.32.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-webrisk-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-webrisk/pom.xml
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1beta1</artifactId>
Expand Down Expand Up @@ -70,6 +74,11 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1beta1</artifactId>
Expand Down

0 comments on commit 4d88859

Please sign in to comment.