Skip to content

Commit 360a820

Browse files
chore: [notebooks] Update the Java code generator (gapic-generator-java) 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: https://github.com/googleapis/googleapis-gen/commit/77e1a0df50f67c0e1c9a9fd768c82f931f601cec 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: https://github.com/googleapis/googleapis-gen/commit/e1dde8eebfd8462a0bef785d2614c2b50efa9798 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: https://github.com/googleapis/googleapis-gen/commit/c8c0112151b19d890bb49b747b0ab28b816d47b1 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>
1 parent d9eda29 commit 360a820

File tree

168 files changed

+63478
-7
lines changed

Some content is hidden

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

168 files changed

+63478
-7
lines changed

java-notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.19.0</version>
23+
<version>26.22.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-notebooks.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.19.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.21.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-notebooks/google-cloud-notebooks-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
4040
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
4141
</dependency>
42+
<dependency>
43+
<groupId>com.google.api.grpc</groupId>
44+
<artifactId>grpc-google-cloud-notebooks-v2</artifactId>
45+
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v2:current} -->
46+
</dependency>
4247
<dependency>
4348
<groupId>com.google.api.grpc</groupId>
4449
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
@@ -49,6 +54,11 @@
4954
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
5055
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
5156
</dependency>
57+
<dependency>
58+
<groupId>com.google.api.grpc</groupId>
59+
<artifactId>proto-google-cloud-notebooks-v2</artifactId>
60+
<version>1.22.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v2:current} -->
61+
</dependency>
5262
</dependencies>
5363
</dependencyManagement>
5464
</project>

java-notebooks/google-cloud-notebooks/pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-notebooks-v2</artifactId>
47+
</dependency>
48+
<dependency>
49+
<groupId>com.google.api</groupId>
50+
<artifactId>gax-httpjson</artifactId>
51+
</dependency>
4452
<dependency>
4553
<groupId>com.google.api.grpc</groupId>
4654
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
@@ -82,6 +90,11 @@
8290
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
8391
<scope>test</scope>
8492
</dependency>
93+
<dependency>
94+
<groupId>com.google.api.grpc</groupId>
95+
<artifactId>grpc-google-cloud-notebooks-v2</artifactId>
96+
<scope>test</scope>
97+
</dependency>
8598
<dependency>
8699
<groupId>com.google.api.grpc</groupId>
87100
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
@@ -102,6 +115,25 @@
102115
<classifier>testlib</classifier>
103116
<scope>test</scope>
104117
</dependency>
118+
<!-- Need testing utility classes for generated gRPC clients tests -->
119+
<dependency>
120+
<groupId>com.google.api</groupId>
121+
<artifactId>gax</artifactId>
122+
<classifier>testlib</classifier>
123+
<scope>test</scope>
124+
</dependency>
125+
<dependency>
126+
<groupId>com.google.api</groupId>
127+
<artifactId>gax-grpc</artifactId>
128+
<classifier>testlib</classifier>
129+
<scope>test</scope>
130+
</dependency>
131+
<dependency>
132+
<groupId>com.google.api</groupId>
133+
<artifactId>gax-httpjson</artifactId>
134+
<classifier>testlib</classifier>
135+
<scope>test</scope>
136+
</dependency>
105137
<dependency>
106138
<groupId>com.google.api.grpc</groupId>
107139
<artifactId>grpc-google-common-protos</artifactId>

0 commit comments

Comments
 (0)