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 |
GqlQuery<V>
A Google Cloud Datastore GQL query.
|
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.
|
class |
StructuredQuery<V>
An implementation of a Google Cloud Datastore Query that can be constructed by providing all the
specific query elements.
|
Modifier and Type | Method and Description |
---|---|
RecordQuery<V> |
RecordQuery.nextQuery(RunQueryResponse responsePb) |
RecordQuery<V> |
GqlQuery.nextQuery(RunQueryResponse responsePb) |
Copyright © 2023 Google LLC. All rights reserved.