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

Commit

Permalink
feat(v4): add v4 client (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 14, 2020
1 parent 2c75d45 commit 9319d35
Show file tree
Hide file tree
Showing 198 changed files with 129,664 additions and 7 deletions.
11 changes: 10 additions & 1 deletion google-cloud-talent-bom/pom.xml
Expand Up @@ -60,7 +60,11 @@

<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:proto-google-cloud-talent-v4:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
Expand All @@ -71,6 +75,11 @@
<artifactId>google-cloud-talent</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4</artifactId>
<version>0.37.1-SNAPSHOT</version> <!-- {x-version-update:grpc-google-cloud-talent-v4:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-talent/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-talent-v4</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-talent-v4beta1</artifactId>
Expand Down Expand Up @@ -74,6 +78,11 @@
<artifactId>google-cloud-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-talent-v4beta1</artifactId>
Expand Down

0 comments on commit 9319d35

Please sign in to comment.