Skip to content

Commit

Permalink
feat: add synth config to generate datastore_admin_v1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AVaksman committed Jun 16, 2020
1 parent 0198419 commit 83c636e
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 83c636e

Please sign in to comment.