Skip to content

Commit

Permalink
chore: [notebooks] Update the Java code generator (gapic-generator-ja…
Browse files Browse the repository at this point in the history
…va) to 2.25.0 (#9762)

* feat: clients for Notebooks API V2
docs: supports Workbench Instances

https://cloud.google.com/vertex-ai/docs/workbench/reference/rest

PiperOrigin-RevId: 558178233

Source-Link: googleapis/googleapis@ad329f8

Source-Link: googleapis/googleapis-gen@77e1a0d
Copy-Tag: eyJwIjoiamF2YS1ub3RlYm9va3MvLk93bEJvdC55YW1sIiwiaCI6Ijc3ZTFhMGRmNTBmNjdjMGUxYzlhOWZkNzY4YzgyZjkzMWY2MDFjZWMifQ==

feat: clients for Notebooks API V2
docs: supports Workbench Instances

https://cloud.google.com/vertex-ai/docs/workbench/reference/rest

PiperOrigin-RevId: 556078727

Source-Link: googleapis/googleapis@1fcc1d7

Source-Link: googleapis/googleapis-gen@e1dde8e
Copy-Tag: eyJwIjoiamF2YS1ub3RlYm9va3MvLk93bEJvdC55YW1sIiwiaCI6ImUxZGRlOGVlYmZkODQ2MmEwYmVmNzg1ZDI2MTRjMmI1MGVmYTk3OTgifQ==

* 🦉 Updates from OwlBot post-processor

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

* chore: Update the Java code generator (gapic-generator-java) to 2.25.0

PiperOrigin-RevId: 563824709

Source-Link: googleapis/googleapis@8fe4127

Source-Link: googleapis/googleapis-gen@c8c0112
Copy-Tag: eyJwIjoiamF2YS1ub3RlYm9va3MvLk93bEJvdC55YW1sIiwiaCI6ImM4YzAxMTIxNTFiMTlkODkwYmI0OWI3NDdiMGFiMjhiODE2ZDQ3YjEifQ==

* 🦉 Updates from OwlBot post-processor

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

* add missing gax dep

* resolve consolidate-config errors

* add missing test deps

* remove extra gax-httpjson dep

* gax-httpjson is still needed

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: mpeddada1 <mpeddada@google.com>
  • Loading branch information
3 people committed Sep 11, 2023
1 parent d9eda29 commit 360a820
Show file tree
Hide file tree
Showing 168 changed files with 63,478 additions and 7 deletions.
4 changes: 2 additions & 2 deletions java-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.19.0</version>
<version>26.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,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/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-notebooks.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.19.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.21.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-notebooks/google-cloud-notebooks-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v2</artifactId>
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
Expand All @@ -49,6 +54,11 @@
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v2</artifactId>
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
32 changes: 32 additions & 0 deletions java-notebooks/google-cloud-notebooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
Expand Down Expand Up @@ -82,6 +90,11 @@
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
Expand All @@ -102,6 +115,25 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
Expand Down
Loading

0 comments on commit 360a820

Please sign in to comment.