@@ -43,8 +43,8 @@ proto_library_with_info(
4343 name = "notebooks_proto_with_info" ,
4444 deps = [
4545 ":notebooks_proto" ,
46- "//google/cloud/location:location_proto" ,
4746 "//google/cloud:common_resources_proto" ,
47+ "//google/cloud/location:location_proto" ,
4848 "//google/iam/v1:iam_policy_proto" ,
4949 ],
5050)
@@ -105,14 +105,14 @@ java_gapic_test(
105105# Open Source Packages
106106java_gapic_assembly_gradle_pkg (
107107 name = "google-cloud-notebooks-v2-java" ,
108+ include_samples = True ,
108109 transport = "grpc+rest" ,
109110 deps = [
110111 ":notebooks_java_gapic" ,
111112 ":notebooks_java_grpc" ,
112113 ":notebooks_java_proto" ,
113114 ":notebooks_proto" ,
114115 ],
115- include_samples = True ,
116116)
117117
118118##############################################################################
@@ -161,9 +161,9 @@ go_gapic_assembly_pkg(
161161 name = "gapi-cloud-notebooks-v2-go" ,
162162 deps = [
163163 ":notebooks_go_gapic" ,
164- ":notebooks_go_gapic_srcjar-test.srcjar" ,
165164 ":notebooks_go_gapic_srcjar-metadata.srcjar" ,
166165 ":notebooks_go_gapic_srcjar-snippets.srcjar" ,
166+ ":notebooks_go_gapic_srcjar-test.srcjar" ,
167167 ":notebooks_go_proto" ,
168168 ],
169169)
@@ -227,8 +227,8 @@ php_gapic_library(
227227 name = "notebooks_php_gapic" ,
228228 srcs = [":notebooks_proto_with_info" ],
229229 grpc_service_config = "notebooks_grpc_service_config.json" ,
230- rest_numeric_enums = True ,
231230 migration_mode = "NEW_SURFACE_ONLY" ,
231+ rest_numeric_enums = True ,
232232 service_yaml = "notebooks_v2.yaml" ,
233233 transport = "grpc+rest" ,
234234 deps = [
@@ -280,8 +280,8 @@ nodejs_gapic_assembly_pkg(
280280##############################################################################
281281load (
282282 "@com_google_googleapis_imports//:imports.bzl" ,
283- "ruby_gapic_assembly_pkg" ,
284283 "ruby_cloud_gapic_library" ,
284+ "ruby_gapic_assembly_pkg" ,
285285 "ruby_grpc_library" ,
286286 "ruby_proto_library" ,
287287)
@@ -300,9 +300,7 @@ ruby_grpc_library(
300300ruby_cloud_gapic_library (
301301 name = "notebooks_ruby_gapic" ,
302302 srcs = [":notebooks_proto_with_info" ],
303- extra_protoc_parameters = [
304- "ruby-cloud-gem-name=google-cloud-notebooks-v2" ,
305- ],
303+ extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-notebooks-v2" ],
306304 grpc_service_config = "notebooks_grpc_service_config.json" ,
307305 rest_numeric_enums = True ,
308306 service_yaml = "notebooks_v2.yaml" ,
@@ -336,7 +334,6 @@ load(
336334
337335csharp_proto_library (
338336 name = "notebooks_csharp_proto" ,
339- extra_opts = [],
340337 deps = [":notebooks_proto" ],
341338)
342339
0 commit comments