Skip to content

Commit

Permalink
chore(python): fix warehouse-package-name for dialogflow/cx v3 and v3…
Browse files Browse the repository at this point in the history
…beta1

PiperOrigin-RevId: 492185983
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 1, 2022
1 parent 721bb3a commit ac614c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/dialogflow/cx/v3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ py_gapic_library(
opt_args = [
"python-gapic-name=dialogflowcx",
"python-gapic-namespace=google.cloud",
"warehouse-package-name=google-cloud-dialogflow-cx",
],
rest_numeric_enums = False,
service_yaml = "dialogflow_v3.yaml",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflow/cx/v3beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ py_gapic_library(
opt_args = [
"python-gapic-name=dialogflowcx",
"python-gapic-namespace=google.cloud",
"warehouse-package-name=google-cloud-dialogflow-cx",
],
rest_numeric_enums = False,
service_yaml = "dialogflow_v3beta1.yaml",
Expand Down

0 comments on commit ac614c7

Please sign in to comment.