Uses of Class
com.google.datastore.v1.RunQueryResponse
-
Packages that use RunQueryResponse 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 -
-
Uses of RunQueryResponse in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return RunQueryResponse Modifier and Type Method Description RunQueryResponse
RetryAndTraceDatastoreRpcDecorator. runQuery(RunQueryRequest request)
Methods in com.google.cloud.datastore with parameters of type RunQueryResponse Modifier and Type Method Description RecordQuery<V>
GqlQuery. nextQuery(RunQueryResponse responsePb)
RecordQuery<V>
RecordQuery. nextQuery(RunQueryResponse responsePb)
StructuredQuery<V>
StructuredQuery. nextQuery(RunQueryResponse responsePb)
-
Uses of RunQueryResponse in com.google.cloud.datastore.spi.v1
Methods in com.google.cloud.datastore.spi.v1 that return RunQueryResponse Modifier and Type Method Description RunQueryResponse
DatastoreRpc. runQuery(RunQueryRequest request)
Sends a request to run a query.RunQueryResponse
HttpDatastoreRpc. runQuery(RunQueryRequest request)
-
Uses of RunQueryResponse in com.google.datastore.v1
Methods in com.google.datastore.v1 that return RunQueryResponse Modifier and Type Method Description RunQueryResponse
RunQueryResponse.Builder. build()
RunQueryResponse
RunQueryResponse.Builder. buildPartial()
static RunQueryResponse
RunQueryResponse. getDefaultInstance()
RunQueryResponse
RunQueryResponse.Builder. getDefaultInstanceForType()
RunQueryResponse
RunQueryResponse. 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(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)
static RunQueryResponse
RunQueryResponse. parseFrom(ByteBuffer data)
static RunQueryResponse
RunQueryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type RunQueryResponse Modifier and Type Method Description com.google.protobuf.Parser<RunQueryResponse>
RunQueryResponse. getParserForType()
static com.google.protobuf.Parser<RunQueryResponse>
RunQueryResponse. parser()
Methods in com.google.datastore.v1 with parameters of type RunQueryResponse Modifier and Type Method Description RunQueryResponse.Builder
RunQueryResponse.Builder. mergeFrom(RunQueryResponse other)
static RunQueryResponse.Builder
RunQueryResponse. newBuilder(RunQueryResponse prototype)
-
Uses of RunQueryResponse in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return RunQueryResponse Modifier and Type Method Description RunQueryResponse
Datastore. runQuery(RunQueryRequest request)
-