Skip to content

Commit

Permalink
chore: Update gsuiteaddons_v1 BUILD.bazel for python
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 371238382
  • Loading branch information
Google APIs authored and copybara-github committed Apr 30, 2021
1 parent 1c56e2c commit c62eb4c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion google/cloud/gsuiteaddons/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,23 @@ go_gapic_assembly_pkg(
],
)

##############################################################################
# Python
##############################################################################
py_gapic_library(
name = "gsuiteaddons_py_gapic",
srcs = [":gsuiteaddons_proto"],
grpc_service_config = "gsuiteaddons_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-workspace-add-ons",
"python-gapic-namespace=google.cloud",
"python-gapic-name=workspace_add_ons",
]
)

# Open Source Packages
py_gapic_assembly_pkg(
name = "gsuiteaddons-v1-py",
name = "google-cloud-workspace-add-ons-v1-py",
deps = [
":gsuiteaddons_py_gapic",
],
Expand Down

0 comments on commit c62eb4c

Please sign in to comment.