public interface StructuredAggregationQueryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregations(int index)
public abstract StructuredAggregationQuery.Aggregation getAggregations(int index) Optional. Series of aggregations to apply over the results of the structured_query.
Requires:
- A minimum of one and maximum of five aggregations per query.
repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | int |
| Type | Description |
| StructuredAggregationQuery.Aggregation |
getAggregationsCount()
public abstract int getAggregationsCount() Optional. Series of aggregations to apply over the results of the structured_query.
Requires:
- A minimum of one and maximum of five aggregations per query.
repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int |
getAggregationsList()
public abstract List<StructuredAggregationQuery.Aggregation> getAggregationsList() Optional. Series of aggregations to apply over the results of the structured_query.
Requires:
- A minimum of one and maximum of five aggregations per query.
repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| List<Aggregation> |
getAggregationsOrBuilder(int index)
public abstract StructuredAggregationQuery.AggregationOrBuilder getAggregationsOrBuilder(int index) Optional. Series of aggregations to apply over the results of the structured_query.
Requires:
- A minimum of one and maximum of five aggregations per query.
repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | int |
| Type | Description |
| StructuredAggregationQuery.AggregationOrBuilder |
getAggregationsOrBuilderList()
public abstract List<? extends StructuredAggregationQuery.AggregationOrBuilder> getAggregationsOrBuilderList() Optional. Series of aggregations to apply over the results of the structured_query.
Requires:
- A minimum of one and maximum of five aggregations per query.
repeated .google.firestore.v1.StructuredAggregationQuery.Aggregation aggregations = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| List<? extends com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder> |
getQueryTypeCase()
public abstract StructuredAggregationQuery.QueryTypeCase getQueryTypeCase()| Type | Description |
| StructuredAggregationQuery.QueryTypeCase |
getStructuredQuery()
public abstract StructuredQuery getStructuredQuery()Nested structured query.
.google.firestore.v1.StructuredQuery structured_query = 1;
| Type | Description |
| StructuredQuery | The structuredQuery. |
getStructuredQueryOrBuilder()
public abstract StructuredQueryOrBuilder getStructuredQueryOrBuilder()Nested structured query.
.google.firestore.v1.StructuredQuery structured_query = 1;
| Type | Description |
| StructuredQueryOrBuilder |
hasStructuredQuery()
public abstract boolean hasStructuredQuery()Nested structured query.
.google.firestore.v1.StructuredQuery structured_query = 1;
| Type | Description |
| boolean | Whether the structuredQuery field is set. |