chore: migrate notebooks to the Java microgenerator

Committer: @miraleung
PiperOrigin-RevId: 344838119
This commit is contained in:
Google APIs 2020-11-30 10:20:34 -08:00 committed by Copybara-Service
parent 1b356bc2d8
commit 88ad4d34ce
2 changed files with 5 additions and 8 deletions

View File

@ -45,12 +45,13 @@ proto_library_with_info(
##############################################################################
# Java
# DO NOT OVERRIDE this Java microgenerator section with autogenerated rules.
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg2",
java_gapic_library = "java_gapic_library2",
java_gapic_test = "java_gapic_test2",
"java_grpc_library",
"java_proto_library",
)
@ -68,11 +69,9 @@ java_grpc_library(
java_gapic_library(
name = "notebooks_java_gapic",
src = ":notebooks_proto_with_info",
gapic_yaml = "notebooks_gapic.yaml",
srcs = [":notebooks_proto_with_info"],
grpc_service_config = "notebooks_grpc_service_config.json",
package = "google.cloud.notebooks.v1beta1",
service_yaml = "notebooks_v1beta1.yaml",
test_deps = [
":notebooks_java_grpc",
],

View File

@ -1,8 +1,6 @@
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
language_settings:
java:
package_name: com.google.cloud.notebooks.v1beta1
python:
package_name: google.cloud.notebooks_v1beta1.gapic
nodejs: