Skip to content

Commit b256607

Browse files
committed
feat: add synth config to generate datastore_admin_v1
1 parent 10e2d16 commit b256607

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

synth.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@
3232
s.move(library / "google/cloud/datastore_v1/proto")
3333
s.move(library / "google/cloud/datastore_v1/gapic")
3434

35+
# ----------------------------------------------------------------------------
36+
# Generate datastore admin GAPIC layer
37+
# ----------------------------------------------------------------------------
38+
library = gapic.py_library(
39+
service="datastore_admin",
40+
version="v1",
41+
bazel_target="//google/datastore/admin/v1:datastore-admin-v1-py",
42+
include_protos=True,
43+
)
44+
45+
s.move(library / "google/cloud/datastore_admin_v1/proto")
46+
s.move(library / "google/cloud/datastore_admin_v1/gapic")
47+
3548
# ----------------------------------------------------------------------------
3649
# Add templated files
3750
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)