Skip to content

Commit 2781c73

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Update gaming BUILD.bazel package name to google-cloud-game-servers
PiperOrigin-RevId: 405913635
1 parent c33c435 commit 2781c73

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/gaming/v1/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ py_gapic_library(
175175
name = "gaming_py_gapic",
176176
srcs = [":gaming_proto"],
177177
grpc_service_config = "gaming_grpc_service_config.json",
178+
opt_args = [
179+
"warehouse-package-name=google-cloud-game-servers",
180+
],
178181
)
179182

180183
# Open Source Packages

google/cloud/gaming/v1beta/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ py_gapic_library(
166166
name = "gaming_py_gapic",
167167
srcs = [":gaming_proto"],
168168
grpc_service_config = "gaming_grpc_service_config.json",
169+
opt_args = [
170+
"warehouse-package-name=google-cloud-game-servers",
171+
],
169172
)
170173

171174
# Open Source Packages

0 commit comments

Comments
 (0)