chore: migrate artifactregistry to the Java microgenerator

Committer: @miraleung
PiperOrigin-RevId: 345493560
This commit is contained in:
Google APIs 2020-12-03 11:18:10 -08:00 committed by Copybara-Service
parent a50e27e41a
commit 3072509f6f
2 changed files with 5 additions and 8 deletions

View File

@ -53,12 +53,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",
)
@ -76,11 +77,9 @@ java_grpc_library(
java_gapic_library(
name = "artifactregistry_java_gapic",
src = ":artifactregistry_proto_with_info",
gapic_yaml = "artifactregistry_gapic.yaml",
srcs = [":artifactregistry_proto_with_info"],
grpc_service_config = "artifactregistry_grpc_service_config.json",
package = "google.devtools.artifactregistry.v1beta2",
service_yaml = "artifactregistry_v1beta2.yaml",
test_deps = [
":artifactregistry_java_grpc",
"//google/iam/v1:iam_java_grpc",

View File

@ -1,8 +1,6 @@
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
language_settings:
java:
package_name: com.google.devtools.artifactregistry.v1beta2
python:
package_name: google.devtools.artifactregistry_v1.gapic
go: