Interface WeaviateProtoAggregate.AggregateRequest.Aggregation.DateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateRequest.Aggregation.Date,WeaviateProtoAggregate.AggregateRequest.Aggregation.Date.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateRequest.Aggregation
public static interface WeaviateProtoAggregate.AggregateRequest.Aggregation.DateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCount
boolean getCount()bool count = 1;- Returns:
- The count.
-
getType
boolean getType()bool type = 2;- Returns:
- The type.
-
getMedian
boolean getMedian()bool median = 3;- Returns:
- The median.
-
getMode
boolean getMode()bool mode = 4;- Returns:
- The mode.
-
getMaximum
boolean getMaximum()bool maximum = 5;- Returns:
- The maximum.
-
getMinimum
boolean getMinimum()bool minimum = 6;- Returns:
- The minimum.
-