-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.documentationImprovements or additions to documentationImprovements or additions to documentationtype: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Hello,
The documentation:
https://googleapis.dev/python/datastore/latest/client.html
has serious defects because it has no documentation for
python-datastore/google/cloud/datastore_admin_v1/gapic/datastore_admin_client.py
Lines 52 to 57 in 677bb7b
class DatastoreAdminClient(object): | |
""" | |
Google Cloud Datastore Admin API | |
The Datastore Admin API provides several admin services for Cloud Datastore. |
We only have documentation for
datastore.Client
.
Similar issues has been raised for Firestore client: googleapis/python-firestore#30
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.documentationImprovements or additions to documentationImprovements or additions to documentationtype: docsImprovement to the documentation for an API.Improvement to the documentation for an API.