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 |
Modifier and Type | Method and Description |
---|---|
Query |
StructuredQueryProtoPreparer.prepare(StructuredQuery<?> query) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.Builder.build() |
Query |
Query.Builder.buildPartial() |
static Query |
Query.getDefaultInstance() |
Query |
Query.getDefaultInstanceForType() |
Query |
Query.Builder.getDefaultInstanceForType() |
Query |
AggregationQuery.getNestedQuery()
Nested query for aggregation
|
Query |
AggregationQuery.Builder.getNestedQuery()
Nested query for aggregation
|
Query |
AggregationQueryOrBuilder.getNestedQuery()
Nested query for aggregation
|
Query |
RunQueryRequestOrBuilder.getQuery()
The query to run.
|
Query |
RunQueryResponseOrBuilder.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 |
RunQueryResponse.Builder.getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
Query |
RunQueryRequest.getQuery()
The query to run.
|
Query |
RunQueryRequest.Builder.getQuery()
The query to run.
|
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(ByteBuffer data) |
static Query |
Query.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Query> |
Query.getParserForType() |
static com.google.protobuf.Parser<Query> |
Query.parser() |
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.mergeFrom(Query other) |
AggregationQuery.Builder |
AggregationQuery.Builder.mergeNestedQuery(Query value)
Nested query for aggregation
|
RunQueryResponse.Builder |
RunQueryResponse.Builder.mergeQuery(Query value)
The parsed form of the `GqlQuery` from the request, if it was set.
|
RunQueryRequest.Builder |
RunQueryRequest.Builder.mergeQuery(Query value)
The query to run.
|
static Query.Builder |
Query.newBuilder(Query prototype) |
AggregationQuery.Builder |
AggregationQuery.Builder.setNestedQuery(Query value)
Nested query for aggregation
|
RunQueryResponse.Builder |
RunQueryResponse.Builder.setQuery(Query value)
The parsed form of the `GqlQuery` from the request, if it was set.
|
RunQueryRequest.Builder |
RunQueryRequest.Builder.setQuery(Query value)
The query to run.
|
Modifier and Type | Method and Description |
---|---|
List<Query> |
QuerySplitter.getSplits(Query query,
PartitionId partition,
int numSplits,
Datastore datastore)
Returns a list of sharded
Query s for the given query. |
default List<Query> |
QuerySplitter.getSplits(Query query,
PartitionId partition,
int numSplits,
Datastore datastore,
com.google.protobuf.Timestamp readTime)
Same as
QuerySplitter.getSplits(Query, PartitionId, int, Datastore) but the splits are based on
readTime , and the returned sharded Query s should also be executed with readTime . |
Modifier and Type | Method and Description |
---|---|
List<Query> |
QuerySplitter.getSplits(Query query,
PartitionId partition,
int numSplits,
Datastore datastore)
Returns a list of sharded
Query s for the given query. |
default List<Query> |
QuerySplitter.getSplits(Query query,
PartitionId partition,
int numSplits,
Datastore datastore,
com.google.protobuf.Timestamp readTime)
Same as
QuerySplitter.getSplits(Query, PartitionId, int, Datastore) but the splits are based on
readTime , and the returned sharded Query s should also be executed with readTime . |
Copyright © 2023 Google LLC. All rights reserved.