diff --git a/google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py b/google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py index 9495419e..62db2b92 100644 --- a/google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py +++ b/google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py @@ -45,7 +45,7 @@ _GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution( - "google-cloud-datastore-admin", + "google-cloud-datastore", ).version diff --git a/synth.py b/synth.py index 792c159f..f0d11183 100644 --- a/synth.py +++ b/synth.py @@ -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(