Skip to content

Commit c08b149

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Update container BUILD.bazel package name to google-cloud-container
chore(python): Update namespace for container API to google.cloud PiperOrigin-RevId: 408673815
1 parent b32a324 commit c08b149

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

google/container/v1/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ py_gapic_library(
148148
name = "container_py_gapic",
149149
srcs = [":container_proto"],
150150
grpc_service_config = "container_grpc_service_config.json",
151+
opt_args = [
152+
"warehouse-package-name=google-cloud-container",
153+
"python-gapic-namespace=google.cloud",
154+
],
151155
)
152156

153157
py_gapic_assembly_pkg(

google/container/v1beta1/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ py_gapic_library(
156156
name = "container_py_gapic",
157157
srcs = [":container_proto"],
158158
grpc_service_config = "container_grpc_service_config.json",
159+
opt_args = [
160+
"warehouse-package-name=google-cloud-container",
161+
"python-gapic-namespace=google.cloud",
162+
],
159163
)
160164

161165
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)