Skip to content

Commit f8776fe

Browse files
Google APIscopybara-github
authored andcommitted
chore: update to published package name
PiperOrigin-RevId: 805981768
1 parent ad4b1ae commit f8776fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/shopping/merchant/quota/v1/BUILD.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ py_gapic_library(
168168
name = "quota_py_gapic",
169169
srcs = [":quota_proto"],
170170
grpc_service_config = "quota_grpc_service_config.json",
171+
opt_args = [
172+
"python-gapic-namespace=google.shopping",
173+
"python-gapic-name=merchant_quota",
174+
],
171175
rest_numeric_enums = True,
172176
service_yaml = "merchantapi_v1.yaml",
173177
transport = "grpc+rest",
174178
deps = [
175179
],
176-
opt_args = [
177-
"python-gapic-namespace=google.shopping",
178-
"python-gapic-name=merchant_quota",
179-
],
180180
)
181181

182182
py_test(
@@ -247,7 +247,7 @@ load(
247247

248248
nodejs_gapic_library(
249249
name = "quota_nodejs_gapic",
250-
package_name = "@google-cloud/quota",
250+
package_name = "@google-shopping/quota",
251251
src = ":quota_proto_with_info",
252252
extra_protoc_parameters = ["metadata"],
253253
grpc_service_config = "quota_grpc_service_config.json",

0 commit comments

Comments
 (0)