Uses of Class
com.google.datastore.v1.AggregationQuery
-
Packages that use AggregationQuery Package Description com.google.datastore.v1 -
-
Uses of AggregationQuery in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationQuery Modifier and Type Method Description AggregationQuery
AggregationQuery.Builder. build()
AggregationQuery
AggregationQuery.Builder. buildPartial()
AggregationQuery
RunAggregationQueryRequest.Builder. getAggregationQuery()
The query to run.AggregationQuery
RunAggregationQueryRequest. getAggregationQuery()
The query to run.AggregationQuery
RunAggregationQueryRequestOrBuilder. getAggregationQuery()
The query to run.static AggregationQuery
AggregationQuery. getDefaultInstance()
AggregationQuery
AggregationQuery.Builder. getDefaultInstanceForType()
AggregationQuery
AggregationQuery. getDefaultInstanceForType()
AggregationQuery
RunAggregationQueryResponse.Builder. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.AggregationQuery
RunAggregationQueryResponse. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.AggregationQuery
RunAggregationQueryResponseOrBuilder. getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.static AggregationQuery
AggregationQuery. parseDelimitedFrom(InputStream input)
static AggregationQuery
AggregationQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationQuery
AggregationQuery. parseFrom(byte[] data)
static AggregationQuery
AggregationQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationQuery
AggregationQuery. parseFrom(com.google.protobuf.ByteString data)
static AggregationQuery
AggregationQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationQuery
AggregationQuery. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregationQuery
AggregationQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationQuery
AggregationQuery. parseFrom(InputStream input)
static AggregationQuery
AggregationQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregationQuery
AggregationQuery. parseFrom(ByteBuffer data)
static AggregationQuery
AggregationQuery. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type AggregationQuery Modifier and Type Method Description com.google.protobuf.Parser<AggregationQuery>
AggregationQuery. getParserForType()
static com.google.protobuf.Parser<AggregationQuery>
AggregationQuery. parser()
Methods in com.google.datastore.v1 with parameters of type AggregationQuery Modifier and Type Method Description RunAggregationQueryRequest.Builder
RunAggregationQueryRequest.Builder. mergeAggregationQuery(AggregationQuery value)
The query to run.AggregationQuery.Builder
AggregationQuery.Builder. mergeFrom(AggregationQuery other)
RunAggregationQueryResponse.Builder
RunAggregationQueryResponse.Builder. mergeQuery(AggregationQuery value)
The parsed form of the `GqlQuery` from the request, if it was set.static AggregationQuery.Builder
AggregationQuery. newBuilder(AggregationQuery prototype)
RunAggregationQueryRequest.Builder
RunAggregationQueryRequest.Builder. setAggregationQuery(AggregationQuery value)
The query to run.RunAggregationQueryResponse.Builder
RunAggregationQueryResponse.Builder. setQuery(AggregationQuery value)
The parsed form of the `GqlQuery` from the request, if it was set.
-