Skip to content

Commit

Permalink
fix: fixed config for Python and Java grpc lib
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 348952930
  • Loading branch information
Google APIs authored and copybara-github committed Dec 24, 2020
1 parent 2ccf8f4 commit 6969750
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/dialogflow/cx/v3beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6969750

Please sign in to comment.