chore: migrate phishingprotection to the Java microgenerator

Committer: @miraleung
PiperOrigin-RevId: 345056901
pull/631/head
Google APIs 4 years ago committed by Copybara-Service
parent 0963dfc9a2
commit 9b37435224
  1. 10
      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",
],

Loading…
Cancel
Save