Skip to content

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 c8f3b31 commit f4dbea9
Show file tree
Hide file tree
Showing 134 changed files with 58,548 additions and 10 deletions.
10 changes: 10 additions & 0 deletions java-functions/google-cloud-functions-bom/pom.xml
Original file line number Diff line number Diff line change
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 java-functions/google-cloud-functions/pom.xml
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit f4dbea9

Please sign in to comment.