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

Commit 28ce44f

Browse files
feat: added support for Notebooks v1 (#242)
- [ ] Regenerate this pull request now. Committer: @gogasca PiperOrigin-RevId: 393792683 Source-Link: googleapis/googleapis@03ce2eb Source-Link: https://github.com/googleapis/googleapis-gen/commit/faf1b9ce43cc020c9a2dbffd5212bcfa2fd11b80
1 parent e66dae0 commit 28ce44f

File tree

203 files changed

+148146
-0
lines changed

Some content is hidden

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

203 files changed

+148146
-0
lines changed

google-cloud-notebooks-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
6464
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
69+
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
6974
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
79+
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

google-cloud-notebooks/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
@@ -79,6 +83,11 @@
7983
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
8084
<scope>test</scope>
8185
</dependency>
86+
<dependency>
87+
<groupId>com.google.api.grpc</groupId>
88+
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
89+
<scope>test</scope>
90+
</dependency>
8291
<!-- Need testing utility classes for generated gRPC clients tests -->
8392
<dependency>
8493
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)