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

Commit

Permalink
feat: add v1 client (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Mar 31, 2021
1 parent a1de04d commit 3dece1d
Show file tree
Hide file tree
Showing 73 changed files with 46,866 additions and 259 deletions.
10 changes: 10 additions & 0 deletions google-cloud-dataproc-metastore-bom/pom.xml
Expand Up @@ -79,6 +79,11 @@
<artifactId>grpc-google-cloud-dataproc-metastore-v1alpha</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataproc-metastore-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dataproc-metastore-v1</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataproc-metastore-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dataproc-metastore-v1beta</artifactId>
Expand All @@ -89,6 +94,11 @@
<artifactId>proto-google-cloud-dataproc-metastore-v1alpha</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dataproc-metastore-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dataproc-metastore-v1</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dataproc-metastore-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-dataproc-metastore/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-dataproc-metastore-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dataproc-metastore-v1alpha</artifactId>
Expand Down Expand Up @@ -80,6 +84,11 @@
<artifactId>grpc-google-cloud-dataproc-metastore-v1beta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dataproc-metastore-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dataproc-metastore-v1alpha</artifactId>
Expand Down

0 comments on commit 3dece1d

Please sign in to comment.