Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
com.google.cloud.datastore.spi.v1 | |
com.google.datastore.v1 | |
com.google.datastore.v1.client |
Modifier and Type | Method and Description |
---|---|
RunQueryResponse |
RetryAndTraceDatastoreRpcDecorator.runQuery(RunQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
RecordQuery<V> |
RecordQuery.nextQuery(RunQueryResponse responsePb) |
StructuredQuery<V> |
StructuredQuery.nextQuery(RunQueryResponse responsePb) |
RecordQuery<V> |
GqlQuery.nextQuery(RunQueryResponse responsePb) |
Modifier and Type | Method and Description |
---|---|
RunQueryResponse |
HttpDatastoreRpc.runQuery(RunQueryRequest request) |
RunQueryResponse |
DatastoreRpc.runQuery(RunQueryRequest request)
Sends a request to run a query.
|
Modifier and Type | Method and Description |
---|---|
RunQueryResponse |
RunQueryResponse.Builder.build() |
RunQueryResponse |
RunQueryResponse.Builder.buildPartial() |
static RunQueryResponse |
RunQueryResponse.getDefaultInstance() |
RunQueryResponse |
RunQueryResponse.getDefaultInstanceForType() |
RunQueryResponse |
RunQueryResponse.Builder.getDefaultInstanceForType() |
static RunQueryResponse |
RunQueryResponse.parseDelimitedFrom(InputStream input) |
static RunQueryResponse |
RunQueryResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(byte[] data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(ByteBuffer data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.ByteString data) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunQueryResponse |
RunQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunQueryResponse |
RunQueryResponse.parseFrom(InputStream input) |
static RunQueryResponse |
RunQueryResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunQueryResponse> |
RunQueryResponse.getParserForType() |
static com.google.protobuf.Parser<RunQueryResponse> |
RunQueryResponse.parser() |
Modifier and Type | Method and Description |
---|---|
RunQueryResponse.Builder |
RunQueryResponse.Builder.mergeFrom(RunQueryResponse other) |
static RunQueryResponse.Builder |
RunQueryResponse.newBuilder(RunQueryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
RunQueryResponse |
Datastore.runQuery(RunQueryRequest request) |
Copyright © 2023 Google LLC. All rights reserved.