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

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add v1 client library (#290)
* feat: start generating v1 client

* feat: generate v1 client code
  • Loading branch information
chingor13 committed Oct 28, 2020
1 parent 627a527 commit ffc4788
Show file tree
Hide file tree
Showing 50 changed files with 20,955 additions and 13 deletions.
10 changes: 10 additions & 0 deletions google-cloud-billingbudgets-bom/pom.xml
Expand Up @@ -65,11 +65,21 @@
<artifactId>grpc-google-cloud-billingbudgets-v1beta1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-billingbudgets-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-billingbudgets-v1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-billingbudgets-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-billingbudgets-v1beta1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-billingbudgets-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-billingbudgets-v1</artifactId>
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-billingbudgets-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-billingbudgets</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-billingbudgets/pom.xml
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-billingbudgets-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-billingbudgets-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -74,6 +78,11 @@
<artifactId>grpc-google-cloud-billingbudgets-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-billingbudgets-v1</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 ffc4788

Please sign in to comment.