From TODO: ``` python # TODO: Do we want this to be additive? # If not, clear the _pb.kind attribute. ``` See [`datastore.query.Query.kind`](https://github.com/GoogleCloudPlatform/gcloud-python/blob/1f2aaf3606802f4f02eeb30e22e1082ef7f4594e/gcloud/datastore/query.py#L219) for relevant code and #146 for some context. `git blame` output ``` dec0e7c6 (JJ Geewax 2014-01-28 15:15:40 -0500 219) # TODO: Do we want this to be additive? ```