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 AggregationQueryAggregationQuery.Builder. build()AggregationQueryAggregationQuery.Builder. buildPartial()AggregationQueryRunAggregationQueryRequest.Builder. getAggregationQuery()The query to run.AggregationQueryRunAggregationQueryRequest. getAggregationQuery()The query to run.AggregationQueryRunAggregationQueryRequestOrBuilder. getAggregationQuery()The query to run.static AggregationQueryAggregationQuery. getDefaultInstance()AggregationQueryAggregationQuery.Builder. getDefaultInstanceForType()AggregationQueryAggregationQuery. getDefaultInstanceForType()AggregationQueryRunAggregationQueryResponse.Builder. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.AggregationQueryRunAggregationQueryResponse. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.AggregationQueryRunAggregationQueryResponseOrBuilder. getQuery()The parsed form of the `GqlQuery` from the request, if it was set.static AggregationQueryAggregationQuery. parseDelimitedFrom(InputStream input)static AggregationQueryAggregationQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQueryAggregationQuery. parseFrom(byte[] data)static AggregationQueryAggregationQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQueryAggregationQuery. parseFrom(com.google.protobuf.ByteString data)static AggregationQueryAggregationQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQueryAggregationQuery. parseFrom(com.google.protobuf.CodedInputStream input)static AggregationQueryAggregationQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQueryAggregationQuery. parseFrom(InputStream input)static AggregationQueryAggregationQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQueryAggregationQuery. parseFrom(ByteBuffer data)static AggregationQueryAggregationQuery. 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.BuilderRunAggregationQueryRequest.Builder. mergeAggregationQuery(AggregationQuery value)The query to run.AggregationQuery.BuilderAggregationQuery.Builder. mergeFrom(AggregationQuery other)RunAggregationQueryResponse.BuilderRunAggregationQueryResponse.Builder. mergeQuery(AggregationQuery value)The parsed form of the `GqlQuery` from the request, if it was set.static AggregationQuery.BuilderAggregationQuery. newBuilder(AggregationQuery prototype)RunAggregationQueryRequest.BuilderRunAggregationQueryRequest.Builder. setAggregationQuery(AggregationQuery value)The query to run.RunAggregationQueryResponse.BuilderRunAggregationQueryResponse.Builder. setQuery(AggregationQuery value)The parsed form of the `GqlQuery` from the request, if it was set.
-