Interface AggregationQuery.Aggregation.SumOrBuilder (2.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface AggregationQuery.Aggregation.SumOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getProperty()
publicabstractPropertyReferencegetProperty()The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
PropertyReference |
The property. |
getPropertyOrBuilder()
publicabstractPropertyReferenceOrBuildergetPropertyOrBuilder()The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
PropertyReferenceOrBuilder |
|
hasProperty()
publicabstractbooleanhasProperty()The property to aggregate on.
.google.datastore.v1.PropertyReference property = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the property field is set. |