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 RunQueryResponseRetryAndTraceDatastoreRpcDecorator. 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 RunQueryResponseDatastoreRpc. runQuery(RunQueryRequest request)Sends a request to run a query.RunQueryResponseHttpDatastoreRpc. 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 RunQueryResponseRunQueryResponse.Builder. build()RunQueryResponseRunQueryResponse.Builder. buildPartial()static RunQueryResponseRunQueryResponse. getDefaultInstance()RunQueryResponseRunQueryResponse.Builder. getDefaultInstanceForType()RunQueryResponseRunQueryResponse. getDefaultInstanceForType()static RunQueryResponseRunQueryResponse. parseDelimitedFrom(InputStream input)static RunQueryResponseRunQueryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunQueryResponseRunQueryResponse. parseFrom(byte[] data)static RunQueryResponseRunQueryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunQueryResponseRunQueryResponse. parseFrom(com.google.protobuf.ByteString data)static RunQueryResponseRunQueryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunQueryResponseRunQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RunQueryResponseRunQueryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunQueryResponseRunQueryResponse. parseFrom(InputStream input)static RunQueryResponseRunQueryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunQueryResponseRunQueryResponse. parseFrom(ByteBuffer data)static RunQueryResponseRunQueryResponse. 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.BuilderRunQueryResponse.Builder. mergeFrom(RunQueryResponse other)static RunQueryResponse.BuilderRunQueryResponse. 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 RunQueryResponseDatastore. runQuery(RunQueryRequest request)
-