From 96ed22a4c1925c885ee81d002afc0af61801260a Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 28 Nov 2022 07:38:05 -0800 Subject: [PATCH] chore(python): fix warehouse-package-name for phishingprotection v1beta1 PiperOrigin-RevId: 491340209 --- google/cloud/phishingprotection/v1beta1/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google/cloud/phishingprotection/v1beta1/BUILD.bazel b/google/cloud/phishingprotection/v1beta1/BUILD.bazel index db3827d868..11b35befab 100644 --- a/google/cloud/phishingprotection/v1beta1/BUILD.bazel +++ b/google/cloud/phishingprotection/v1beta1/BUILD.bazel @@ -157,6 +157,9 @@ py_gapic_library( grpc_service_config = "phishingprotection_grpc_service_config.json", rest_numeric_enums = False, transport = "grpc", + opt_args = [ + "warehouse-package-name=google-cloud-phishing-protection", + ], ) py_test(