From 1af32e6094f4d65fb53a01394ba030c495ece1bc Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 18 Mar 2024 12:27:03 -0700 Subject: [PATCH] chore(python): Update namespace for google/shopping/merchant/quota/v1beta to prepare for release PiperOrigin-RevId: 616911689 --- google/shopping/merchant/quota/v1beta/BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/shopping/merchant/quota/v1beta/BUILD.bazel b/google/shopping/merchant/quota/v1beta/BUILD.bazel index 4c2e573d8a54a..2b8d4815aabd7 100644 --- a/google/shopping/merchant/quota/v1beta/BUILD.bazel +++ b/google/shopping/merchant/quota/v1beta/BUILD.bazel @@ -173,6 +173,10 @@ py_gapic_library( transport = "grpc+rest", deps = [ ], + opt_args = [ + "python-gapic-namespace=google.shopping", + "python-gapic-name=merchant_quota", + ], ) py_test(