Uses of Class
com.google.datastore.v1.Query
-
Packages that use Query Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of Query in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return Query Modifier and Type Method Description Query
StructuredQueryProtoPreparer. prepare(StructuredQuery<?> query)
-
Uses of Query in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Query Modifier and Type Method Description Query
Query.Builder. build()
Query
Query.Builder. buildPartial()
static Query
Query. getDefaultInstance()
Query
Query.Builder. getDefaultInstanceForType()
Query
Query. getDefaultInstanceForType()
Query
AggregationQuery.Builder. getNestedQuery()
Nested query for aggregationQuery
AggregationQuery. getNestedQuery()
Nested query for aggregationQuery
AggregationQueryOrBuilder. getNestedQuery()
Nested query for aggregationQuery
RunQueryRequest.Builder. getQuery()
The query to run.Query
RunQueryRequest. getQuery()
The query to run.Query
RunQueryRequestOrBuilder. getQuery()
The query to run.Query
RunQueryResponse.Builder. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.Query
RunQueryResponse. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.Query
RunQueryResponseOrBuilder. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.static Query
Query. parseDelimitedFrom(InputStream input)
static Query
Query. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Query
Query. parseFrom(byte[] data)
static Query
Query. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Query
Query. parseFrom(com.google.protobuf.ByteString data)
static Query
Query. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Query
Query. parseFrom(com.google.protobuf.CodedInputStream input)
static Query
Query. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Query
Query. parseFrom(InputStream input)
static Query
Query. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Query
Query. parseFrom(ByteBuffer data)
static Query
Query. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type Query Modifier and Type Method Description com.google.protobuf.Parser<Query>
Query. getParserForType()
static com.google.protobuf.Parser<Query>
Query. parser()
Methods in com.google.datastore.v1 with parameters of type Query Modifier and Type Method Description Query.Builder
Query.Builder. mergeFrom(Query other)
AggregationQuery.Builder
AggregationQuery.Builder. mergeNestedQuery(Query value)
Nested query for aggregationRunQueryRequest.Builder
RunQueryRequest.Builder. mergeQuery(Query value)
The query to run.RunQueryResponse.Builder
RunQueryResponse.Builder. mergeQuery(Query value)
The parsed form of the `GqlQuery` from the request, if it was set.static Query.Builder
Query. newBuilder(Query prototype)
AggregationQuery.Builder
AggregationQuery.Builder. setNestedQuery(Query value)
Nested query for aggregationRunQueryRequest.Builder
RunQueryRequest.Builder. setQuery(Query value)
The query to run.RunQueryResponse.Builder
RunQueryResponse.Builder. setQuery(Query value)
The parsed form of the `GqlQuery` from the request, if it was set. -
Uses of Query in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return types with arguments of type Query Modifier and Type Method Description List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore)
Returns a list of shardedQuery
s for the given query.default List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore, com.google.protobuf.Timestamp readTime)
Same asQuerySplitter.getSplits(Query, PartitionId, int, Datastore)
but the splits are based onreadTime
, and the returned shardedQuery
s should also be executed withreadTime
.Methods in com.google.datastore.v1.client with parameters of type Query Modifier and Type Method Description List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore)
Returns a list of shardedQuery
s for the given query.default List<Query>
QuerySplitter. getSplits(Query query, PartitionId partition, int numSplits, Datastore datastore, com.google.protobuf.Timestamp readTime)
Same asQuerySplitter.getSplits(Query, PartitionId, int, Datastore)
but the splits are based onreadTime
, and the returned shardedQuery
s should also be executed withreadTime
.
-