Skip to content

Commit 43ff64a

Browse files
authored
docs: add docs for admin client (#63)
Closes #49
1 parent f6290c0 commit 43ff64a

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

docs/admin_client.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Datastore Admin Client
2+
======================
3+
4+
.. automodule:: google.cloud.datastore_admin_v1.gapic.datastore_admin_client
5+
:members:
6+
:show-inheritance:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ API Reference
1313
transactions
1414
batches
1515
helpers
16+
admin_client
1617

1718

1819
Changelog

google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class DatastoreAdminClient(object):
5656
5757
The Datastore Admin API provides several admin services for Cloud Datastore.
5858
59-
-----------------------------------------------------------------------------
6059
## Concepts
6160
6261
Project, namespace, kind, and entity as defined in the Google Cloud Datastore
@@ -68,7 +67,6 @@ class DatastoreAdminClient(object):
6867
specified as a combination of kinds and namespaces (either or both of which
6968
may be all).
7069
71-
-----------------------------------------------------------------------------
7270
## Services
7371
7472
# Export/Import

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "https://github.com/googleapis/python-datastore.git",
7-
"sha": "50ed94503da244434df0be58098a0ccf2da54b16"
6+
"remote": "git@github.com:googleapis/python-datastore",
7+
"sha": "f6290c02c46c83616a26aaa9babc43c3c6bed2f2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "bbe5f05ccb4ccb4a4dae92c558a25c6d3fe55842",
15-
"internalRef": "321580134"
14+
"sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db",
15+
"internalRef": "325949033"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
22+
"sha": "bd0deaa1113b588d70449535ab9cbf0f2bd0e72f"
2323
}
2424
}
2525
],

synth.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
"google-cloud-datstore"
5656
)
5757

58+
# Remove spurious markup
59+
s.replace(
60+
"google/**/datastore_admin_client.py",
61+
"-----------------------------------------------------------------------------",
62+
""
63+
)
64+
5865
# TODO(busunkim): Remove during the microgenerator transition.
5966
# This re-orders the parameters to avoid breaking existing code.
6067
num = s.replace(

0 commit comments

Comments
 (0)