Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.DateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional int64 count = 1;
    optional string maximum = 5;
    com.google.protobuf.ByteString
    optional string maximum = 5;
    optional string median = 3;
    com.google.protobuf.ByteString
    optional string median = 3;
    optional string minimum = 6;
    com.google.protobuf.ByteString
    optional string minimum = 6;
    optional string mode = 4;
    com.google.protobuf.ByteString
    optional string mode = 4;
    optional string type = 2;
    com.google.protobuf.ByteString
    optional string type = 2;
    boolean
    optional int64 count = 1;
    boolean
    optional string maximum = 5;
    boolean
    optional string median = 3;
    boolean
    optional string minimum = 6;
    boolean
    optional string mode = 4;
    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.
    • hasMedian

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

      String getMedian()
      optional string median = 3;
      Returns:
      The median.
    • getMedianBytes

      com.google.protobuf.ByteString getMedianBytes()
      optional string median = 3;
      Returns:
      The bytes for median.
    • hasMode

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

      String getMode()
      optional string mode = 4;
      Returns:
      The mode.
    • getModeBytes

      com.google.protobuf.ByteString getModeBytes()
      optional string mode = 4;
      Returns:
      The bytes for mode.
    • hasMaximum

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

      String getMaximum()
      optional string maximum = 5;
      Returns:
      The maximum.
    • getMaximumBytes

      com.google.protobuf.ByteString getMaximumBytes()
      optional string maximum = 5;
      Returns:
      The bytes for maximum.
    • hasMinimum

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

      String getMinimum()
      optional string minimum = 6;
      Returns:
      The minimum.
    • getMinimumBytes

      com.google.protobuf.ByteString getMinimumBytes()
      optional string minimum = 6;
      Returns:
      The bytes for minimum.