Uses of Class
com.google.cloud.datastore.StructuredQuery
-
Packages that use StructuredQuery Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of StructuredQuery in com.google.cloud.datastore
Subclasses of StructuredQuery in com.google.cloud.datastore Modifier and Type Class Description class
EntityQuery
An implementation of a Google Cloud Datastore entity query that can be constructed by providing all the specific query elements.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.Methods in com.google.cloud.datastore that return StructuredQuery Modifier and Type Method Description StructuredQuery<V>
StructuredQuery.Builder. build()
StructuredQuery<?>
AggregationQuery. getNestedStructuredQuery()
Returns the underlyingfor this Query
.StructuredQuery<V>
StructuredQuery. nextQuery(RunQueryResponse responsePb)
Methods in com.google.cloud.datastore with parameters of type StructuredQuery Modifier and Type Method Description AggregationQuery.Builder
AggregationQuery.Builder. over(StructuredQuery<?> nestedQuery)
Query
StructuredQueryProtoPreparer. prepare(StructuredQuery<?> query)
-