fix: use `google.cloud.dialogflowcx` namespace for python

PiperOrigin-RevId: 346185632
This commit is contained in:
Google APIs 2020-12-07 14:52:06 -08:00 committed by Copybara-Service
parent 674ec0e684
commit d9bc6eb41b
2 changed files with 8 additions and 0 deletions

View File

@ -202,6 +202,10 @@ py_gapic_library(
name = "cx_py_gapic", name = "cx_py_gapic",
srcs = [":cx_proto"], srcs = [":cx_proto"],
grpc_service_config = "dialogflow_grpc_service_config.json", grpc_service_config = "dialogflow_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=dialogflowcx",
],
) )
# Open Source Packages # Open Source Packages

View File

@ -200,6 +200,10 @@ py_gapic_library(
name = "cx_py_gapic", name = "cx_py_gapic",
srcs = [":cx_proto"], srcs = [":cx_proto"],
grpc_service_config = "dialogflow_grpc_service_config.json", grpc_service_config = "dialogflow_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=dialogflowcx",
],
) )
# Open Source Packages # Open Source Packages