Skip to content

Commit

Permalink
chore(python): Update gaming BUILD.bazel package name to google-cloud…
Browse files Browse the repository at this point in the history
…-game-servers

PiperOrigin-RevId: 405913635
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 27, 2021
1 parent c33c435 commit 2781c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/gaming/v1/BUILD.bazel
Expand Up @@ -175,6 +175,9 @@ py_gapic_library(
name = "gaming_py_gapic",
srcs = [":gaming_proto"],
grpc_service_config = "gaming_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-game-servers",
],
)

# Open Source Packages
Expand Down
3 changes: 3 additions & 0 deletions google/cloud/gaming/v1beta/BUILD.bazel
Expand Up @@ -166,6 +166,9 @@ py_gapic_library(
name = "gaming_py_gapic",
srcs = [":gaming_proto"],
grpc_service_config = "gaming_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-game-servers",
],
)

# Open Source Packages
Expand Down

0 comments on commit 2781c73

Please sign in to comment.