Skip to content

Commit

Permalink
chore(python): Update container BUILD.bazel package name to google-cl…
Browse files Browse the repository at this point in the history
…oud-container

chore(python): Update namespace for container API to google.cloud

PiperOrigin-RevId: 408673815
  • Loading branch information
Google APIs authored and copybara-github committed Nov 9, 2021
1 parent b32a324 commit c08b149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/container/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ py_gapic_library(
name = "container_py_gapic",
srcs = [":container_proto"],
grpc_service_config = "container_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-container",
"python-gapic-namespace=google.cloud",
],
)

py_gapic_assembly_pkg(
Expand Down
4 changes: 4 additions & 0 deletions google/container/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ py_gapic_library(
name = "container_py_gapic",
srcs = [":container_proto"],
grpc_service_config = "container_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-container",
"python-gapic-namespace=google.cloud",
],
)

py_gapic_assembly_pkg(
Expand Down

0 comments on commit c08b149

Please sign in to comment.