We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d0441 commit 720fdc9Copy full SHA for 720fdc9
1 file changed
gcloud/datastore/key.py
@@ -24,7 +24,9 @@ def __init__(self, path=None, namespace=None, dataset_id=None):
24
25
:type dataset_id: string
26
:param dataset: The dataset ID assigned by back-end for the key.
27
- Leave as None for newly-created keys.
+ Application code should leave this field None;
28
+ expected to be set only by
29
+ :func:`gcloud.datastore.helprs.key_from_protobuf`.
30
"""
31
self._path = path or [{'kind': ''}]
32
self._namespace = namespace
0 commit comments