public static interface DatastoreV1.PropertyExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Type | Property and Description |
---|---|
boolean |
has
required .api.services.datastore.PropertyReference property = 1; |
Modifier and Type | Method and Description |
---|---|
DatastoreV1.PropertyExpression.AggregationFunction |
getAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2; |
DatastoreV1.PropertyReference |
getProperty()
required .api.services.datastore.PropertyReference property = 1; |
DatastoreV1.PropertyReferenceOrBuilder |
getPropertyOrBuilder()
required .api.services.datastore.PropertyReference property = 1; |
boolean |
hasAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2; |
boolean |
hasProperty()
required .api.services.datastore.PropertyReference property = 1; |
required .api.services.datastore.PropertyReference property = 1;
The property to project.
boolean hasProperty()
required .api.services.datastore.PropertyReference property = 1;
The property to project.
DatastoreV1.PropertyReference getProperty()
required .api.services.datastore.PropertyReference property = 1;
The property to project.
DatastoreV1.PropertyReferenceOrBuilder getPropertyOrBuilder()
required .api.services.datastore.PropertyReference property = 1;
The property to project.
boolean hasAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2;
The aggregation function to apply to the property. Optional. Can only be used when grouping by at least one property. Must then be set on all properties in the projection that are not being grouped by.
DatastoreV1.PropertyExpression.AggregationFunction getAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2;
The aggregation function to apply to the property. Optional. Can only be used when grouping by at least one property. Must then be set on all properties in the projection that are not being grouped by.
Copyright © 2013. All Rights Reserved.