Uses of Class
com.google.datastore.v1.AggregationQuery
-
Uses of AggregationQuery in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationQueryModifier and TypeMethodDescriptionAggregationQuery.Builder.build()AggregationQuery.Builder.buildPartial()RunAggregationQueryRequest.Builder.getAggregationQuery()The query to run.RunAggregationQueryRequest.getAggregationQuery()The query to run.RunAggregationQueryRequestOrBuilder.getAggregationQuery()The query to run.static AggregationQueryAggregationQuery.getDefaultInstance()AggregationQuery.Builder.getDefaultInstanceForType()AggregationQuery.getDefaultInstanceForType()RunAggregationQueryResponse.Builder.getQuery()The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponse.getQuery()The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponseOrBuilder.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 AggregationQueryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AggregationQuery>AggregationQuery.getParserForType()static com.google.protobuf.Parser<AggregationQuery>AggregationQuery.parser()Methods in com.google.datastore.v1 with parameters of type AggregationQueryModifier and TypeMethodDescriptionRunAggregationQueryRequest.Builder.mergeAggregationQuery(AggregationQuery value) The query to run.AggregationQuery.Builder.mergeFrom(AggregationQuery other) RunAggregationQueryResponse.Builder.mergeQuery(AggregationQuery value) The parsed form of the `GqlQuery` from the request, if it was set.static AggregationQuery.BuilderAggregationQuery.newBuilder(AggregationQuery prototype) RunAggregationQueryRequest.Builder.setAggregationQuery(AggregationQuery value) The query to run.RunAggregationQueryResponse.Builder.setQuery(AggregationQuery value) The parsed form of the `GqlQuery` from the request, if it was set.