Skip to content

Commit

Permalink
feat: [meet] added v2 libraries for the Meet API GA release (#10317)
Browse files Browse the repository at this point in the history
* feat: added v2 libraries for the Meet API GA release

PiperOrigin-RevId: 603346335

Source-Link: googleapis/googleapis@16cccb2

Source-Link: googleapis/googleapis-gen@e1fb4cc
Copy-Tag: eyJwIjoiamF2YS1tZWV0Ly5Pd2xCb3QueWFtbCIsImgiOiJlMWZiNGNjMWFhZDlkZDZkOTdmN2VkOTk5OTg2NTI0NmVkYWJjNzFlIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* consolidate config

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Joe Wang <joewa@google.com>
  • Loading branch information
3 people committed Feb 2, 2024
1 parent 08700f2 commit 5457a70
Show file tree
Hide file tree
Showing 273 changed files with 65,390 additions and 177 deletions.
4 changes: 2 additions & 2 deletions java-meet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.30.0</version>
<version>26.31.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-meet/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-meet.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-meet/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-meet/0.1.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 10 additions & 0 deletions java-meet/google-cloud-meet-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,21 @@
<artifactId>grpc-google-cloud-meet-v2beta</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-meet-v2beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-meet-v2</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-meet-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-meet-v2beta</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-meet-v2beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-meet-v2</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-meet-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
9 changes: 9 additions & 0 deletions java-meet/google-cloud-meet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-meet-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-meet-v2beta</artifactId>
Expand All @@ -65,6 +69,11 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-meet-v2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 5457a70

Please sign in to comment.