diff --git a/google/cloud/phishingprotection/v1beta1/BUILD.bazel b/google/cloud/phishingprotection/v1beta1/BUILD.bazel index 19dfe5ef..11aa36b0 100644 --- a/google/cloud/phishingprotection/v1beta1/BUILD.bazel +++ b/google/cloud/phishingprotection/v1beta1/BUILD.bazel @@ -32,12 +32,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", ) @@ -55,11 +56,10 @@ java_grpc_library( java_gapic_library( name = "phishingprotection_java_gapic", - src = ":phishingprotection_proto_with_info", + srcs = [":phishingprotection_proto_with_info"], gapic_yaml = "phishingprotection_gapic.yaml", grpc_service_config = "phishingprotection_grpc_service_config.json", package = "google.cloud.phishingprotection.v1beta1", - service_yaml = "phishingprotection_v1beta1.yaml", test_deps = [ ":phishingprotection_java_grpc", ],