Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.IntegerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Integer, WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Integer.Builder
Enclosing class:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation

public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.IntegerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 count = 1;
    long
    optional int64 maximum = 6;
    double
    optional double mean = 3;
    double
    optional double median = 4;
    long
    optional int64 minimum = 7;
    long
    optional int64 mode = 5;
    long
    optional int64 sum = 8;
    optional string type = 2;
    com.google.protobuf.ByteString
    optional string type = 2;
    boolean
    optional int64 count = 1;
    boolean
    optional int64 maximum = 6;
    boolean
    optional double mean = 3;
    boolean
    optional double median = 4;
    boolean
    optional int64 minimum = 7;
    boolean
    optional int64 mode = 5;
    boolean
    optional int64 sum = 8;
    boolean
    optional string type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCount

      boolean hasCount()
      optional int64 count = 1;
      Returns:
      Whether the count field is set.
    • getCount

      long getCount()
      optional int64 count = 1;
      Returns:
      The count.
    • hasType

      boolean hasType()
      optional string type = 2;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 2;
      Returns:
      The bytes for type.
    • hasMean

      boolean hasMean()
      optional double mean = 3;
      Returns:
      Whether the mean field is set.
    • getMean

      double getMean()
      optional double mean = 3;
      Returns:
      The mean.
    • hasMedian

      boolean hasMedian()
      optional double median = 4;
      Returns:
      Whether the median field is set.
    • getMedian

      double getMedian()
      optional double median = 4;
      Returns:
      The median.
    • hasMode

      boolean hasMode()
      optional int64 mode = 5;
      Returns:
      Whether the mode field is set.
    • getMode

      long getMode()
      optional int64 mode = 5;
      Returns:
      The mode.
    • hasMaximum

      boolean hasMaximum()
      optional int64 maximum = 6;
      Returns:
      Whether the maximum field is set.
    • getMaximum

      long getMaximum()
      optional int64 maximum = 6;
      Returns:
      The maximum.
    • hasMinimum

      boolean hasMinimum()
      optional int64 minimum = 7;
      Returns:
      Whether the minimum field is set.
    • getMinimum

      long getMinimum()
      optional int64 minimum = 7;
      Returns:
      The minimum.
    • hasSum

      boolean hasSum()
      optional int64 sum = 8;
      Returns:
      Whether the sum field is set.
    • getSum

      long getSum()
      optional int64 sum = 8;
      Returns:
      The sum.