public interface RunAggregationQueryResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBatch()
public abstract AggregationResultBatch getBatch()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;
Type | Description |
AggregationResultBatch | The batch. |
getBatchOrBuilder()
public abstract AggregationResultBatchOrBuilder getBatchOrBuilder()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;
Type | Description |
AggregationResultBatchOrBuilder |
getQuery()
public abstract AggregationQuery getQuery()
The parsed form of the GqlQuery
from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;
Type | Description |
AggregationQuery | The query. |
getQueryOrBuilder()
public abstract AggregationQueryOrBuilder getQueryOrBuilder()
The parsed form of the GqlQuery
from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;
Type | Description |
AggregationQueryOrBuilder |
hasBatch()
public abstract boolean hasBatch()
A batch of aggregation results. Always present.
.google.datastore.v1.AggregationResultBatch batch = 1;
Type | Description |
boolean | Whether the batch field is set. |
hasQuery()
public abstract boolean hasQuery()
The parsed form of the GqlQuery
from the request, if it was set.
.google.datastore.v1.AggregationQuery query = 2;
Type | Description |
boolean | Whether the query field is set. |