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

Commit 115d82b

Browse files
authored
feat(v1): add v1 client (#131)
1 parent 1aa1f32 commit 115d82b

File tree

135 files changed

+80274
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+80274
-8
lines changed

google-cloud-datacatalog-bom/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<version>0.4.0</version>
1212
</parent>
1313

14-
<name>Google Cloud datacatalog BOM</name>
14+
<name>Google Cloud Data Catalog BOM</name>
1515
<url>https://github.com/googleapis/java-datacatalog</url>
1616
<description>
1717
BOM for Google Cloud Data Catalog
@@ -61,6 +61,11 @@
6161
<dependencyManagement>
6262
<dependencies>
6363

64+
<dependency>
65+
<groupId>com.google.api.grpc</groupId>
66+
<artifactId>proto-google-cloud-datacatalog-v1</artifactId>
67+
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datacatalog-v1:current} -->
68+
</dependency>
6469
<dependency>
6570
<groupId>com.google.api.grpc</groupId>
6671
<artifactId>proto-google-cloud-datacatalog-v1beta1</artifactId>
@@ -71,6 +76,11 @@
7176
<artifactId>google-cloud-datacatalog</artifactId>
7277
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-datacatalog:current} -->
7378
</dependency>
79+
<dependency>
80+
<groupId>com.google.api.grpc</groupId>
81+
<artifactId>grpc-google-cloud-datacatalog-v1</artifactId>
82+
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datacatalog-v1:current} -->
83+
</dependency>
7484
<dependency>
7585
<groupId>com.google.api.grpc</groupId>
7686
<artifactId>grpc-google-cloud-datacatalog-v1beta1</artifactId>

google-cloud-datacatalog/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<artifactId>proto-google-iam-v1</artifactId>
4747
</dependency>
4848

49+
<dependency>
50+
<groupId>com.google.api.grpc</groupId>
51+
<artifactId>proto-google-cloud-datacatalog-v1</artifactId>
52+
</dependency>
4953
<dependency>
5054
<groupId>com.google.api.grpc</groupId>
5155
<artifactId>proto-google-cloud-datacatalog-v1beta1</artifactId>
@@ -79,6 +83,11 @@
7983
<scope>test</scope>
8084
</dependency>
8185

86+
<dependency>
87+
<groupId>com.google.api.grpc</groupId>
88+
<artifactId>grpc-google-cloud-datacatalog-v1</artifactId>
89+
<scope>test</scope>
90+
</dependency>
8291
<dependency>
8392
<groupId>com.google.api.grpc</groupId>
8493
<artifactId>grpc-google-cloud-datacatalog-v1beta1</artifactId>

0 commit comments

Comments
 (0)