Skip to content

Commit

Permalink
chore: migrate firestore/admin to the Java microgenerator
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 346387604
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 8, 2020
1 parent daf7a6e commit 36e1a9a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions google/firestore/admin/v1/BUILD.bazel
Expand Up @@ -41,15 +41,14 @@ proto_library_with_info(

##############################################################################
# Java
# DO NOT OVERRIDE with autogenerated rules if NOT migrated to Java Microgen
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_gapic_assembly_gradle_pkg",
"java_gapic_library",
"java_gapic_test",
"java_grpc_library",
"java_proto_library",
java_gapic_assembly_gradle_pkg = "java_gapic_assembly_gradle_pkg_legacy",
java_gapic_library = "java_gapic_library_legacy",
java_gapic_test = "java_gapic_test_legacy",
)

java_proto_library(
Expand All @@ -65,11 +64,10 @@ java_grpc_library(

java_gapic_library(
name = "admin_java_gapic",
src = ":admin_proto_with_info",
srcs = [":admin_proto_with_info"],
gapic_yaml = "firestore_gapic.yaml",
grpc_service_config = "firestore_admin_grpc_service_config.json",
package = "google.firestore.admin.v1",
service_yaml = "//google/firestore/admin:firestore_admin_v1.yaml",
test_deps = [
":admin_java_grpc",
],
Expand Down

0 comments on commit 36e1a9a

Please sign in to comment.