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

Commit

Permalink
feat: generating GAPIC libraries for Google Cloud Functions v2beta (#441
Browse files Browse the repository at this point in the history
)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 459309277

Source-Link: googleapis/googleapis@2844793

Source-Link: googleapis/googleapis-gen@319987c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE5OTg3Y2MwZTg3ODlhMzY4ZTM0ODgyMjcxYTkyYjA3MTdjOWM4ZiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 19, 2022
1 parent 601ddc3 commit d56a252
Show file tree
Hide file tree
Showing 134 changed files with 58,548 additions and 10 deletions.
10 changes: 10 additions & 0 deletions google-cloud-functions-bom/pom.xml
Expand Up @@ -73,6 +73,11 @@
<artifactId>grpc-google-cloud-functions-v2alpha</artifactId>
<version>2.4.3</version><!-- {x-version-update:grpc-google-cloud-functions-v2alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-functions-v2</artifactId>
<version>2.4.3</version><!-- {x-version-update:grpc-google-cloud-functions-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-functions-v1</artifactId>
Expand All @@ -88,6 +93,11 @@
<artifactId>proto-google-cloud-functions-v2alpha</artifactId>
<version>2.4.3</version><!-- {x-version-update:proto-google-cloud-functions-v2alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-functions-v2</artifactId>
<version>2.4.3</version><!-- {x-version-update:proto-google-cloud-functions-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-functions/pom.xml
Expand Up @@ -41,10 +41,19 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-functions-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-functions-v2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
Expand Down

0 comments on commit d56a252

Please sign in to comment.