Skip to content

Commit 5096eae

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Add warehouse-package-name for google/datastore/admin/v1
PiperOrigin-RevId: 551158666
1 parent b9e70ad commit 5096eae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

google/datastore/admin/v1/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ py_gapic_library(
167167
name = "admin_py_gapic",
168168
srcs = [":admin_proto"],
169169
grpc_service_config = "datastore_admin_grpc_service_config.json",
170-
opt_args = ["python-gapic-namespace=google.cloud, python-gapic-name=datastore-admin"],
170+
opt_args = [
171+
"python-gapic-name=datastore_admin",
172+
"python-gapic-namespace=google.cloud",
173+
"warehouse-package-name=google-cloud-datastore",
174+
],
171175
rest_numeric_enums = True,
172176
service_yaml = "datastore_v1.yaml",
173177
transport = "grpc+rest",

0 commit comments

Comments
 (0)