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