File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3232s .move (library / "google/cloud/datastore_v1/proto" )
3333s .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# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments