Navigation Menu

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

Commit

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

* chore: fix declared dependencies
  • Loading branch information
chingor13 committed Mar 12, 2020
1 parent d2c1699 commit add366a
Show file tree
Hide file tree
Showing 38 changed files with 31,550 additions and 65 deletions.
10 changes: 10 additions & 0 deletions google-cloud-asset-bom/pom.xml
Expand Up @@ -86,6 +86,11 @@
<artifactId>grpc-google-cloud-asset-v1p2beta1</artifactId>
<version>0.85.0</version><!-- {x-version-update:grpc-google-cloud-asset-v1p2beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p4beta1</artifactId>
<version>0.85.0</version><!-- {x-version-update:grpc-google-cloud-asset-v1p4beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p1beta1</artifactId>
Expand All @@ -101,6 +106,11 @@
<artifactId>proto-google-cloud-asset-v1beta1</artifactId>
<version>0.85.0</version><!-- {x-version-update:proto-google-cloud-asset-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p4beta1</artifactId>
<version>0.85.0</version><!-- {x-version-update:proto-google-cloud-asset-v1p4beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
Expand Down
53 changes: 0 additions & 53 deletions google-cloud-asset/clirr-ignored-differences.xml

This file was deleted.

9 changes: 9 additions & 0 deletions google-cloud-asset/pom.xml
Expand Up @@ -58,6 +58,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-asset-v1p4beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -121,6 +125,11 @@
<artifactId>grpc-google-cloud-asset-v1p2beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-asset-v1p4beta1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit add366a

Please sign in to comment.