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 QueryStructuredQueryProtoPreparer. 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 QueryQuery.Builder. build()QueryQuery.Builder. buildPartial()static QueryQuery. getDefaultInstance()QueryQuery.Builder. getDefaultInstanceForType()QueryQuery. getDefaultInstanceForType()QueryAggregationQuery.Builder. getNestedQuery()Nested query for aggregationQueryAggregationQuery. getNestedQuery()Nested query for aggregationQueryAggregationQueryOrBuilder. getNestedQuery()Nested query for aggregationQueryRunQueryRequest.Builder. getQuery()The query to run.QueryRunQueryRequest. getQuery()The query to run.QueryRunQueryRequestOrBuilder. getQuery()The query to run.QueryRunQueryResponse.Builder. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.QueryRunQueryResponse. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.QueryRunQueryResponseOrBuilder. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.static QueryQuery. parseDelimitedFrom(InputStream input)static QueryQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryQuery. parseFrom(byte[] data)static QueryQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryQuery. parseFrom(com.google.protobuf.ByteString data)static QueryQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryQuery. parseFrom(com.google.protobuf.CodedInputStream input)static QueryQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryQuery. parseFrom(InputStream input)static QueryQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryQuery. parseFrom(ByteBuffer data)static QueryQuery. 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.BuilderQuery.Builder. mergeFrom(Query other)AggregationQuery.BuilderAggregationQuery.Builder. mergeNestedQuery(Query value)Nested query for aggregationRunQueryRequest.BuilderRunQueryRequest.Builder. mergeQuery(Query value)The query to run.RunQueryResponse.BuilderRunQueryResponse.Builder. mergeQuery(Query value)The parsed form of the `GqlQuery` from the request, if it was set.static Query.BuilderQuery. newBuilder(Query prototype)AggregationQuery.BuilderAggregationQuery.Builder. setNestedQuery(Query value)Nested query for aggregationRunQueryRequest.BuilderRunQueryRequest.Builder. setQuery(Query value)The query to run.RunQueryResponse.BuilderRunQueryResponse.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 shardedQuerys 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 shardedQuerys 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 shardedQuerys 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 shardedQuerys should also be executed withreadTime.
-