We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef705a6 commit 6823bdcCopy full SHA for 6823bdc
1 file changed
google/api/servicecontrol/v1/BUILD.bazel
@@ -156,11 +156,16 @@ py_gapic_library(
156
name = "servicecontrol_py_gapic",
157
srcs = [":servicecontrol_proto"],
158
grpc_service_config = None,
159
+ opt_args = [
160
+ "warehouse-package-name=google-cloud-service-control",
161
+ "python-gapic-namespace=google.cloud",
162
+ "python-gapic-name=servicecontrol",
163
+ ]
164
)
165
166
# Open Source Packages
167
py_gapic_assembly_pkg(
- name = "api-servicecontrol-v1-py",
168
+ name = "google-cloud-servicecontrol-v1-py",
169
deps = [
170
":servicecontrol_py_gapic",
171
],
0 commit comments