Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.addDistinctOn(String property,
String... others)
Adds one or more properties to the existing group by clause.
|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.addProjection(String projection,
String... others)
Adds one or more projections to the existing projection clause.
|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.clearDistinctOn()
Clears the group by clause.
|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.clearProjection()
Clears the projection clause.
|
static ProjectionEntityQuery.Builder |
Query.newProjectionEntityQueryBuilder()
Returns a new
StructuredQuery builder for projection queries. |
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.setDistinctOn(String property,
String... others)
Sets the query's distinct on clause (clearing any previously specified distinct on settings).
|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.Builder.setProjection(String projection,
String... others)
Sets the query's projection clause (clearing any previously specified Projection settings).
|
ProjectionEntityQuery.Builder |
ProjectionEntityQuery.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.