Skip to content

Commit

Permalink
build: Update Chat namespaces
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610822992
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2024
1 parent a17ce76 commit 5842560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google/chat/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,15 @@ py_gapic_library(
name = "chat_py_gapic",
srcs = [":chat_proto"],
grpc_service_config = "chat_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.apps",
"warehouse-package-name=google-apps-chat",
],
rest_numeric_enums = True,
service_yaml = "chat_v1.yaml",
transport = "grpc+rest",
deps = [
"//google/apps/card/v1:card_py_proto",
"//google/apps/card/v1:card_py_proto",
],
)

Expand Down

0 comments on commit 5842560

Please sign in to comment.