public interface RunAggregationQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AggregationResultBatch |
getBatch()
A batch of aggregation results.
|
AggregationResultBatchOrBuilder |
getBatchOrBuilder()
A batch of aggregation results.
|
AggregationQuery |
getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
AggregationQueryOrBuilder |
getQueryOrBuilder()
The parsed form of the `GqlQuery` from the request, if it was set.
|
com.google.protobuf.ByteString |
getTransaction()
The identifier of the transaction that was started as part of this
RunAggregationQuery request.
|
boolean |
hasBatch()
A batch of aggregation results.
|
boolean |
hasQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBatch()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;AggregationResultBatch getBatch()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;AggregationResultBatchOrBuilder getBatchOrBuilder()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;boolean hasQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;AggregationQuery getQuery()
The parsed form of the `GqlQuery` from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;AggregationQueryOrBuilder getQueryOrBuilder()
The parsed form of the `GqlQuery` from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;com.google.protobuf.ByteString getTransaction()
The identifier of the transaction that was started as part of this RunAggregationQuery request. Set only when [ReadOptions.begin_transaction][] was set in [RunAggregationQueryRequest.read_options][google.datastore.v1.RunAggregationQueryRequest.read_options].
bytes transaction = 5;Copyright © 2023 Google LLC. All rights reserved.