fix: fixed config for Python and Java grpc lib

PiperOrigin-RevId: 348952930
This commit is contained in:
Google APIs 2020-12-24 13:19:36 -08:00 committed by Copybara-Service
parent 2ccf8f4608
commit 69697504d9
1 changed files with 5 additions and 0 deletions

View File

@ -88,6 +88,7 @@ java_grpc_library(
java_gapic_library(
name = "cx_java_gapic",
srcs = [":cx_proto_with_info"],
gapic_yaml = "dialogflow_gapic.yaml",
grpc_service_config = "dialogflow_grpc_service_config.json",
package = "google.cloud.dialogflow.cx.v3beta1",
test_deps = [
@ -199,6 +200,10 @@ py_gapic_library(
name = "cx_py_gapic",
srcs = [":cx_proto"],
grpc_service_config = "dialogflow_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=dialogflowcx",
],
)
# Open Source Packages