Uses of Class
com.google.datastore.v1.AggregationResultBatch.Builder
-
Uses of AggregationResultBatch.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationResultBatch.BuilderModifier and TypeMethodDescriptionAggregationResultBatch.Builder.addAggregationResults(int index, AggregationResult value) The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResults(int index, AggregationResult.Builder builderForValue) The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResults(AggregationResult value) The aggregation results for this batch.AggregationResultBatch.Builder.addAggregationResults(AggregationResult.Builder builderForValue) The aggregation results for this batch.AggregationResultBatch.Builder.addAllAggregationResults(Iterable<? extends AggregationResult> values) The aggregation results for this batch.AggregationResultBatch.Builder.clear()AggregationResultBatch.Builder.clearAggregationResults()The aggregation results for this batch.AggregationResultBatch.Builder.clearMoreResults()The state of the query after the current batch.AggregationResultBatch.Builder.clearReadTime()Read timestamp this batch was returned from.RunAggregationQueryResponse.Builder.getBatchBuilder()A batch of aggregation results.AggregationResultBatch.Builder.mergeFrom(AggregationResultBatch other) AggregationResultBatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AggregationResultBatch.Builder.mergeFrom(com.google.protobuf.Message other) AggregationResultBatch.Builder.mergeReadTime(com.google.protobuf.Timestamp value) Read timestamp this batch was returned from.AggregationResultBatch.newBuilder()AggregationResultBatch.newBuilder(AggregationResultBatch prototype) AggregationResultBatch.newBuilderForType()protected AggregationResultBatch.BuilderAggregationResultBatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AggregationResultBatch.Builder.removeAggregationResults(int index) The aggregation results for this batch.AggregationResultBatch.Builder.setAggregationResults(int index, AggregationResult value) The aggregation results for this batch.AggregationResultBatch.Builder.setAggregationResults(int index, AggregationResult.Builder builderForValue) The aggregation results for this batch.AggregationResultBatch.Builder.setMoreResults(QueryResultBatch.MoreResultsType value) The state of the query after the current batch.AggregationResultBatch.Builder.setMoreResultsValue(int value) The state of the query after the current batch.AggregationResultBatch.Builder.setReadTime(com.google.protobuf.Timestamp value) Read timestamp this batch was returned from.AggregationResultBatch.Builder.setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) Read timestamp this batch was returned from.AggregationResultBatch.toBuilder()Methods in com.google.datastore.v1 with parameters of type AggregationResultBatch.BuilderModifier and TypeMethodDescriptionRunAggregationQueryResponse.Builder.setBatch(AggregationResultBatch.Builder builderForValue) A batch of aggregation results.