Uses of Class
com.google.cloud.datastore.ProjectionEntity
-
Packages that use ProjectionEntity Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of ProjectionEntity in com.google.cloud.datastore
Fields in com.google.cloud.datastore with type parameters of type ProjectionEntity Modifier and Type Field Description static Query.ResultType<ProjectionEntity>
Query.ResultType. PROJECTION_ENTITY
Methods in com.google.cloud.datastore that return ProjectionEntity Modifier and Type Method Description ProjectionEntity
ProjectionEntity.Builder. build()
Methods in com.google.cloud.datastore with parameters of type ProjectionEntity Modifier and Type Method Description static ProjectionEntity.Builder
ProjectionEntity. newBuilder(ProjectionEntity copyFrom)
-