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

Commit d56a252

Browse files
feat: generating GAPIC libraries for Google Cloud Functions v2beta (#441)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 459309277 Source-Link: googleapis/googleapis@2844793 Source-Link: https://github.com/googleapis/googleapis-gen/commit/319987cc0e8789a368e34882271a92b0717c9c8f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE5OTg3Y2MwZTg3ODlhMzY4ZTM0ODgyMjcxYTkyYjA3MTdjOWM4ZiJ9
1 parent 601ddc3 commit d56a252

File tree

134 files changed

+58548
-10
lines changed

Some content is hidden

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

134 files changed

+58548
-10
lines changed

google-cloud-functions-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<artifactId>grpc-google-cloud-functions-v2alpha</artifactId>
7474
<version>2.4.3</version><!-- {x-version-update:grpc-google-cloud-functions-v2alpha:current} -->
7575
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>grpc-google-cloud-functions-v2</artifactId>
79+
<version>2.4.3</version><!-- {x-version-update:grpc-google-cloud-functions-v2:current} -->
80+
</dependency>
7681
<dependency>
7782
<groupId>com.google.api.grpc</groupId>
7883
<artifactId>proto-google-cloud-functions-v1</artifactId>
@@ -88,6 +93,11 @@
8893
<artifactId>proto-google-cloud-functions-v2alpha</artifactId>
8994
<version>2.4.3</version><!-- {x-version-update:proto-google-cloud-functions-v2alpha:current} -->
9095
</dependency>
96+
<dependency>
97+
<groupId>com.google.api.grpc</groupId>
98+
<artifactId>proto-google-cloud-functions-v2</artifactId>
99+
<version>2.4.3</version><!-- {x-version-update:proto-google-cloud-functions-v2:current} -->
100+
</dependency>
91101
</dependencies>
92102
</dependencyManagement>
93103

google-cloud-functions/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,19 @@
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-functions-v2</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>grpc-google-common-protos</artifactId>
4751
</dependency>
52+
<dependency>
53+
<groupId>com.google.api.grpc</groupId>
54+
<artifactId>grpc-google-cloud-functions-v2</artifactId>
55+
<scope>test</scope>
56+
</dependency>
4857
<dependency>
4958
<groupId>com.google.api.grpc</groupId>
5059
<artifactId>grpc-google-iam-v1</artifactId>

0 commit comments

Comments
 (0)