Skip to content

Commit

Permalink
chore: Update networksecurity v1 BUILD.bazel for python
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 463219549
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 26, 2022
1 parent f454c15 commit 039daa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions google/cloud/networksecurity/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ py_gapic_library(
name = "networksecurity_py_gapic",
srcs = [":networksecurity_proto"],
grpc_service_config = "networksecurity_v1_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-network-security",
"python-gapic-namespace=google.cloud",
"python-gapic-name=network_security",
],
)

# Open Source Packages
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/networksecurity/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ py_gapic_library(
srcs = [":networksecurity_proto"],
grpc_service_config = "networksecurity_v1beta1_grpc_service_config.json",
opt_args = [
"python-gapic-name=network-security",
"python-gapic-namespace=google.cloud",
"warehouse-package-name=google-cloud-network-security",
"python-gapic-namespace=google.cloud",
"python-gapic-name=network_security",
],
service_yaml = "networksecurity_v1beta1.yaml",
)
Expand Down

0 comments on commit 039daa2

Please sign in to comment.