Skip to content

Commit

Permalink
feat: add synth config to generate datastore_admin_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman committed May 4, 2020
1 parent 10e2d16 commit 0a2b594
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions synth.py
Expand Up @@ -32,6 +32,19 @@
s.move(library / "google/cloud/datastore_v1/proto")
s.move(library / "google/cloud/datastore_v1/gapic")

# ----------------------------------------------------------------------------
# Generate datastore admin GAPIC layer
# ----------------------------------------------------------------------------
library = gapic.py_library(
service="datastore-admin",
version="v1",
bazel_target="//google/datastore/admin/v1:datastore-admin-v1-py",
include_protos=True,
)

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

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 0a2b594

Please sign in to comment.