public static interface AggregationQuery.Aggregation.AvgOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProperty()
public abstract PropertyReference getProperty()
The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
PropertyReference |
The property. |
getPropertyOrBuilder()
public abstract PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
PropertyReferenceOrBuilder |
hasProperty()
public abstract boolean hasProperty()
The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the property field is set. |