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

feat(v1): add v1 client #131

Merged
merged 1 commit into from Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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