Skip to content

Commit

Permalink
chore: migrate recaptchaenterprise to the Java microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 345559154
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 4, 2020
1 parent e67686c commit 5e0dcb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions google/cloud/recaptchaenterprise/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand All @@ -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",
],
Expand Down
10 changes: 5 additions & 5 deletions google/cloud/recaptchaenterprise/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand All @@ -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",
],
Expand Down

0 comments on commit 5e0dcb2

Please sign in to comment.