Uses of Class
com.google.datastore.v1.RunAggregationQueryResponse.Builder
-
Uses of RunAggregationQueryResponse.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return RunAggregationQueryResponse.BuilderModifier and TypeMethodDescriptionRunAggregationQueryResponse.Builder.clear()RunAggregationQueryResponse.Builder.clearBatch()A batch of aggregation results.RunAggregationQueryResponse.Builder.clearExplainMetrics()Query explain metrics.RunAggregationQueryResponse.Builder.clearQuery()The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponse.Builder.clearTransaction()The identifier of the transaction that was started as part of this RunAggregationQuery request.RunAggregationQueryResponse.Builder.mergeBatch(AggregationResultBatch value) A batch of aggregation results.RunAggregationQueryResponse.Builder.mergeExplainMetrics(ExplainMetrics value) Query explain metrics.RunAggregationQueryResponse.Builder.mergeFrom(RunAggregationQueryResponse other) RunAggregationQueryResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RunAggregationQueryResponse.Builder.mergeFrom(com.google.protobuf.Message other) RunAggregationQueryResponse.Builder.mergeQuery(AggregationQuery value) The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponse.newBuilder()RunAggregationQueryResponse.newBuilder(RunAggregationQueryResponse prototype) RunAggregationQueryResponse.newBuilderForType()protected RunAggregationQueryResponse.BuilderRunAggregationQueryResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RunAggregationQueryResponse.Builder.setBatch(AggregationResultBatch value) A batch of aggregation results.RunAggregationQueryResponse.Builder.setBatch(AggregationResultBatch.Builder builderForValue) A batch of aggregation results.RunAggregationQueryResponse.Builder.setExplainMetrics(ExplainMetrics value) Query explain metrics.RunAggregationQueryResponse.Builder.setExplainMetrics(ExplainMetrics.Builder builderForValue) Query explain metrics.RunAggregationQueryResponse.Builder.setQuery(AggregationQuery value) The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponse.Builder.setQuery(AggregationQuery.Builder builderForValue) The parsed form of the `GqlQuery` from the request, if it was set.RunAggregationQueryResponse.Builder.setTransaction(com.google.protobuf.ByteString value) The identifier of the transaction that was started as part of this RunAggregationQuery request.RunAggregationQueryResponse.toBuilder()