chore: migrate dialogflow-cx to the Java microgenerator

Committer: @miraleung
PiperOrigin-RevId: 345049577
This commit is contained in:
Google APIs 2020-12-01 10:30:10 -08:00 committed by Copybara-Service
parent 830887bae2
commit ca7389d35c
2 changed files with 10 additions and 10 deletions

View File

@ -63,12 +63,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",
)
@ -86,11 +87,10 @@ java_grpc_library(
java_gapic_library(
name = "cx_java_gapic",
src = ":cx_proto_with_info",
srcs = [":cx_proto_with_info"],
gapic_yaml = "dialogflow_gapic.yaml",
grpc_service_config = "dialogflow_grpc_service_config.json",
package = "google.cloud.dialogflow.cx.v3",
service_yaml = "dialogflow_v3.yaml",
test_deps = [
":cx_java_grpc",
],

View File

@ -62,12 +62,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",
)
@ -85,11 +86,10 @@ java_grpc_library(
java_gapic_library(
name = "cx_java_gapic",
src = ":cx_proto_with_info",
srcs = [":cx_proto_with_info"],
gapic_yaml = "dialogflow_gapic.yaml",
grpc_service_config = "dialogflow_grpc_service_config.json",
package = "google.cloud.dialogflow.cx.v3beta1",
service_yaml = "dialogflow_v3beta1.yaml",
test_deps = [
":cx_java_grpc",
],