class |
EntityQuery |
An implementation of a Google Cloud Datastore entity query that can be constructed by providing
all the specific query elements.
|
class |
GqlQuery<V> |
A Google Cloud Datastore GQL query.
|
class |
KeyQuery |
An implementation of a Google Cloud Datastore key-only query that can be constructed by providing
all the specific query elements.
|
class |
ProjectionEntityQuery |
An implementation of a Google Cloud Datastore projection entity query that can be constructed by
providing all the specific query elements.
|
class |
StructuredQuery<V> |
An implementation of a Google Cloud Datastore Query that can be constructed by providing all the
specific query elements.
|