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

Commit

Permalink
feat: add v1p1beta1 client (#68)
Browse files Browse the repository at this point in the history
* feat: add v1p1beta1 client

* chore: add pom.xml files and maven modules

* deps: remove unused declared dependencies

* fix: use correct year for generated protos
  • Loading branch information
chingor13 committed Jan 23, 2020
1 parent e0e2d1c commit c85f8c7
Show file tree
Hide file tree
Showing 43 changed files with 18,337 additions and 85 deletions.
10 changes: 10 additions & 0 deletions google-cloud-asset-bom/pom.xml
Expand Up @@ -76,11 +76,21 @@
<artifactId>grpc-google-cloud-asset-v1beta1</artifactId>
<version>0.81.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p1beta1</artifactId>
<version>0.81.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1p1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p2beta1</artifactId>
<version>0.81.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1p2beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p1beta1</artifactId>
<version>0.81.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-asset-v1p1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p2beta1</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-asset/pom.xml
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p2beta1</artifactId>
Expand Down Expand Up @@ -107,6 +111,11 @@
<artifactId>grpc-google-cloud-asset-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p2beta1</artifactId>
Expand Down

0 comments on commit c85f8c7

Please sign in to comment.