Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
StructuredQuery<V> |
StructuredQuery.Builder.build() |
StructuredQuery<?> |
AggregationQuery.getNestedStructuredQuery()
Returns the underlying
for this Query . |
StructuredQuery<V> |
StructuredQuery.nextQuery(RunQueryResponse responsePb) |
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Builder |
AggregationQuery.Builder.over(StructuredQuery<?> nestedQuery) |
Query |
StructuredQueryProtoPreparer.prepare(StructuredQuery<?> query) |
Copyright © 2023 Google LLC. All rights reserved.