chore: migrate recaptchaenterprise to the Java microgenerator
Committer: @miraleung PiperOrigin-RevId: 345559154
This commit is contained in:
parent
e67686cf0a
commit
5e0dcb2b1a
|
|
@ -35,12 +35,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",
|
||||
)
|
||||
|
|
@ -58,11 +59,10 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "recaptchaenterprise_java_gapic",
|
||||
src = ":recaptchaenterprise_proto_with_info",
|
||||
srcs = [":recaptchaenterprise_proto_with_info"],
|
||||
gapic_yaml = "recaptchaenterprise_gapic.yaml",
|
||||
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
|
||||
package = "google.cloud.recaptchaenterprise.v1",
|
||||
service_yaml = "recaptchaenterprise_v1.yaml",
|
||||
test_deps = [
|
||||
":recaptchaenterprise_java_grpc",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -35,12 +35,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",
|
||||
)
|
||||
|
|
@ -58,11 +59,10 @@ java_grpc_library(
|
|||
|
||||
java_gapic_library(
|
||||
name = "recaptchaenterprise_java_gapic",
|
||||
src = ":recaptchaenterprise_proto_with_info",
|
||||
srcs = [":recaptchaenterprise_proto_with_info"],
|
||||
gapic_yaml = "recaptchaenterprise_gapic.yaml",
|
||||
grpc_service_config = "recaptchaenterprise_grpc_service_config.json",
|
||||
package = "google.cloud.recaptchaenterprise.v1beta1",
|
||||
service_yaml = "recaptchaenterprise_v1beta1.yaml",
|
||||
test_deps = [
|
||||
":recaptchaenterprise_java_grpc",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue