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

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(v1): add v1 client (#131)
  • Loading branch information
chingor13 committed Mar 31, 2020
1 parent 1aa1f32 commit 115d82b
Show file tree
Hide file tree
Showing 135 changed files with 80,274 additions and 8 deletions.
12 changes: 11 additions & 1 deletion google-cloud-datacatalog-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>0.4.0</version>
</parent>

<name>Google Cloud datacatalog BOM</name>
<name>Google Cloud Data Catalog BOM</name>
<url>https://github.com/googleapis/java-datacatalog</url>
<description>
BOM for Google Cloud Data Catalog
Expand Down Expand Up @@ -61,6 +61,11 @@
<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datacatalog-v1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datacatalog-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datacatalog-v1beta1</artifactId>
Expand All @@ -71,6 +76,11 @@
<artifactId>google-cloud-datacatalog</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-datacatalog:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datacatalog-v1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datacatalog-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datacatalog-v1beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-datacatalog/pom.xml
Expand Up @@ -46,6 +46,10 @@
<artifactId>proto-google-iam-v1</artifactId>
</dependency>

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

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

0 comments on commit 115d82b

Please sign in to comment.