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

Commit

Permalink
feat: added support for Notebooks v1 (#242)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

Committer: @gogasca
PiperOrigin-RevId: 393792683

Source-Link: googleapis/googleapis@03ce2eb

Source-Link: googleapis/googleapis-gen@faf1b9c
  • Loading branch information
gcf-owl-bot[bot] committed Sep 20, 2021
1 parent e66dae0 commit 28ce44f
Show file tree
Hide file tree
Showing 203 changed files with 148,146 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-notebooks-bom/pom.xml
Expand Up @@ -63,11 +63,21 @@
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-notebooks-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
<version>0.5.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-notebooks-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-notebooks/pom.xml
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-notebooks-v1beta1</artifactId>
Expand Down Expand Up @@ -79,6 +83,11 @@
<artifactId>grpc-google-cloud-notebooks-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-notebooks-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 28ce44f

Please sign in to comment.