Uses of Class
com.google.cloud.datastore.ProjectionEntityQuery.Builder
Packages that use ProjectionEntityQuery.Builder
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of ProjectionEntityQuery.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ProjectionEntityQuery.BuilderModifier and TypeMethodDescriptionProjectionEntityQuery.Builder.addDistinctOn(String property, String... others) Adds one or more properties to the existing group by clause.ProjectionEntityQuery.Builder.addProjection(String projection, String... others) Adds one or more projections to the existing projection clause.ProjectionEntityQuery.Builder.clearDistinctOn()Clears the group by clause.ProjectionEntityQuery.Builder.clearProjection()Clears the projection clause.Query.newProjectionEntityQueryBuilder()Returns a newStructuredQuerybuilder for projection queries.ProjectionEntityQuery.Builder.setDistinctOn(String property, String... others) Sets the query's distinct on clause (clearing any previously specified distinct on settings).ProjectionEntityQuery.Builder.setProjection(String projection, String... others) Sets the query's projection clause (clearing any previously specified Projection settings).ProjectionEntityQuery.toBuilder()