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

Commit

Permalink
feat: generate v1 client (#78)
Browse files Browse the repository at this point in the history
* feat: generate v1 client

* fix: use correct year for generated protos
  • Loading branch information
chingor13 committed Jan 27, 2020
1 parent 21a5a90 commit ac6b998
Show file tree
Hide file tree
Showing 54 changed files with 26,454 additions and 33 deletions.
9 changes: 9 additions & 0 deletions google-cloud-recommender/pom.xml
Expand Up @@ -43,6 +43,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommender-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-recommender-v1beta1</artifactId>
Expand Down Expand Up @@ -70,6 +74,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-recommender-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-recommender-v1beta1</artifactId>
Expand Down

0 comments on commit ac6b998

Please sign in to comment.