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

Commit ffc4788

Browse files
authored
feat: add v1 client library (#290)
* feat: start generating v1 client * feat: generate v1 client code
1 parent 627a527 commit ffc4788

File tree

50 files changed

+20955
-13
lines changed

Some content is hidden

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

50 files changed

+20955
-13
lines changed

google-cloud-billingbudgets-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,21 @@
6565
<artifactId>grpc-google-cloud-billingbudgets-v1beta1</artifactId>
6666
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-billingbudgets-v1beta1:current} -->
6767
</dependency>
68+
<dependency>
69+
<groupId>com.google.api.grpc</groupId>
70+
<artifactId>grpc-google-cloud-billingbudgets-v1</artifactId>
71+
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-billingbudgets-v1:current} -->
72+
</dependency>
6873
<dependency>
6974
<groupId>com.google.api.grpc</groupId>
7075
<artifactId>proto-google-cloud-billingbudgets-v1beta1</artifactId>
7176
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-billingbudgets-v1beta1:current} -->
7277
</dependency>
78+
<dependency>
79+
<groupId>com.google.api.grpc</groupId>
80+
<artifactId>proto-google-cloud-billingbudgets-v1</artifactId>
81+
<version>0.4.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-billingbudgets-v1:current} -->
82+
</dependency>
7383
<dependency>
7484
<groupId>com.google.cloud</groupId>
7585
<artifactId>google-cloud-billingbudgets</artifactId>

google-cloud-billingbudgets/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<groupId>com.google.api.grpc</groupId>
4747
<artifactId>proto-google-cloud-billingbudgets-v1beta1</artifactId>
4848
</dependency>
49+
<dependency>
50+
<groupId>com.google.api.grpc</groupId>
51+
<artifactId>proto-google-cloud-billingbudgets-v1</artifactId>
52+
</dependency>
4953
<dependency>
5054
<groupId>com.google.guava</groupId>
5155
<artifactId>guava</artifactId>
@@ -74,6 +78,11 @@
7478
<artifactId>grpc-google-cloud-billingbudgets-v1beta1</artifactId>
7579
<scope>test</scope>
7680
</dependency>
81+
<dependency>
82+
<groupId>com.google.api.grpc</groupId>
83+
<artifactId>grpc-google-cloud-billingbudgets-v1</artifactId>
84+
<scope>test</scope>
85+
</dependency>
7786
<!-- Need testing utility classes for generated gRPC clients tests -->
7887
<dependency>
7988
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)