File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
google/shopping/merchant/quota/v1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
182182py_test (
@@ -247,7 +247,7 @@ load(
247247
248248nodejs_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" ,
You can’t perform that action at this time.
0 commit comments