public interface AggregationQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Aggregation |
getAggregations(int index)
Optional.
|
int |
getAggregationsCount()
Optional.
|
List<AggregationQuery.Aggregation> |
getAggregationsList()
Optional.
|
AggregationQuery.AggregationOrBuilder |
getAggregationsOrBuilder(int index)
Optional.
|
List<? extends AggregationQuery.AggregationOrBuilder> |
getAggregationsOrBuilderList()
Optional.
|
Query |
getNestedQuery()
Nested query for aggregation
|
QueryOrBuilder |
getNestedQueryOrBuilder()
Nested query for aggregation
|
AggregationQuery.QueryTypeCase |
getQueryTypeCase() |
boolean |
hasNestedQuery()
Nested query for aggregation
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNestedQuery()
Nested query for aggregation
.google.datastore.v1.Query nested_query = 1;
Query getNestedQuery()
Nested query for aggregation
.google.datastore.v1.Query nested_query = 1;
QueryOrBuilder getNestedQueryOrBuilder()
Nested query for aggregation
.google.datastore.v1.Query nested_query = 1;
List<AggregationQuery.Aggregation> getAggregationsList()
Optional. Series of aggregations to apply over the results of the `nested_query`. Requires: * A minimum of one and maximum of five aggregations per query.
repeated .google.datastore.v1.AggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
AggregationQuery.Aggregation getAggregations(int index)
Optional. Series of aggregations to apply over the results of the `nested_query`. Requires: * A minimum of one and maximum of five aggregations per query.
repeated .google.datastore.v1.AggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
int getAggregationsCount()
Optional. Series of aggregations to apply over the results of the `nested_query`. Requires: * A minimum of one and maximum of five aggregations per query.
repeated .google.datastore.v1.AggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends AggregationQuery.AggregationOrBuilder> getAggregationsOrBuilderList()
Optional. Series of aggregations to apply over the results of the `nested_query`. Requires: * A minimum of one and maximum of five aggregations per query.
repeated .google.datastore.v1.AggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
AggregationQuery.AggregationOrBuilder getAggregationsOrBuilder(int index)
Optional. Series of aggregations to apply over the results of the `nested_query`. Requires: * A minimum of one and maximum of five aggregations per query.
repeated .google.datastore.v1.AggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
AggregationQuery.QueryTypeCase getQueryTypeCase()
Copyright © 2023 Google LLC. All rights reserved.