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 32
32
s .move (library / "google/cloud/datastore_v1/proto" )
33
33
s .move (library / "google/cloud/datastore_v1/gapic" )
34
34
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
+
35
48
# ----------------------------------------------------------------------------
36
49
# Add templated files
37
50
# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments