chore: migrate java-dlp to the Java microgenerator
Committer: @miraleung PiperOrigin-RevId: 344834979
This commit is contained in:
parent
f92985350d
commit
fd2a53662d
|
|
@ -41,12 +41,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",
|
||||
)
|
||||
|
|
@ -64,11 +65,10 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "dlp_java_gapic",
|
||||
src = ":dlp_proto_with_info",
|
||||
srcs = [":dlp_proto_with_info"],
|
||||
gapic_yaml = "dlp_gapic.yaml",
|
||||
grpc_service_config = "dlp_grpc_service_config.json",
|
||||
package = "google.privacy.dlp.v2",
|
||||
service_yaml = "dlp_v2.yaml",
|
||||
test_deps = [
|
||||
":dlp_java_grpc",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue