We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592c7aa commit 5b5011dCopy full SHA for 5b5011d
google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py
@@ -45,7 +45,7 @@
45
46
47
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
48
- "google-cloud-datastore-admin",
+ "google-cloud-datastore",
49
).version
50
51
synth.py
@@ -49,6 +49,12 @@
s.move(library / "google/cloud/datastore_admin_v1/proto")
52
+s.replace(
53
+ "google/**/datastore_admin_client.py",
54
+ "google-cloud-datastore-admin",
55
+ "google-cloud-datstore"
56
+)
57
+
58
# TODO(busunkim): Remove during the microgenerator transition.
59
# This re-orders the parameters to avoid breaking existing code.
60
num = s.replace(
0 commit comments