Skip to content

Commit ac614c7

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): fix warehouse-package-name for dialogflow/cx v3 and v3beta1
PiperOrigin-RevId: 492185983
1 parent 721bb3a commit ac614c7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/dialogflow/cx/v3/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ py_gapic_library(
241241
opt_args = [
242242
"python-gapic-name=dialogflowcx",
243243
"python-gapic-namespace=google.cloud",
244+
"warehouse-package-name=google-cloud-dialogflow-cx",
244245
],
245246
rest_numeric_enums = False,
246247
service_yaml = "dialogflow_v3.yaml",

google/cloud/dialogflow/cx/v3beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ py_gapic_library(
241241
opt_args = [
242242
"python-gapic-name=dialogflowcx",
243243
"python-gapic-namespace=google.cloud",
244+
"warehouse-package-name=google-cloud-dialogflow-cx",
244245
],
245246
rest_numeric_enums = False,
246247
service_yaml = "dialogflow_v3beta1.yaml",

0 commit comments

Comments
 (0)