Package com.google.cloud.datastore
Class Query.ResultType<V>
java.lang.Object
com.google.cloud.datastore.Query.ResultType<V>
- All Implemented Interfaces:
Serializable
This class represents the expected type of the result. ENTITY: A full entity represented by
Entity. PROJECTION_ENTITY: A projection entity, represented by ProjectionEntity. KEY: An entity's Key.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Query.ResultType<Entity>static final Query.ResultType<Key>static final Query.ResultType<ProjectionEntity> -
Method Summary