Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-datastore-admin",
"google-cloud-datastore",
).version


Expand Down
6 changes: 6 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@

s.move(library / "google/cloud/datastore_admin_v1/proto")

s.replace(
"google/**/datastore_admin_client.py",
"google-cloud-datastore-admin",
"google-cloud-datstore"
)

# TODO(busunkim): Remove during the microgenerator transition.
# This re-orders the parameters to avoid breaking existing code.
num = s.replace(
Expand Down