Interface WeaviateProtoAggregate.AggregateRequest.Aggregation.BooleanOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoAggregate.AggregateRequest.Aggregation.Boolean, WeaviateProtoAggregate.AggregateRequest.Aggregation.Boolean.Builder
Enclosing class:
WeaviateProtoAggregate.AggregateRequest.Aggregation

public static interface WeaviateProtoAggregate.AggregateRequest.Aggregation.BooleanOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool count = 1;
    boolean
    bool percentage_false = 6;
    boolean
    bool percentage_true = 5;
    boolean
    bool total_false = 4;
    boolean
    bool total_true = 3;
    boolean
    bool 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

    • getCount

      boolean getCount()
      bool count = 1;
      Returns:
      The count.
    • getType

      boolean getType()
      bool type = 2;
      Returns:
      The type.
    • getTotalTrue

      boolean getTotalTrue()
      bool total_true = 3;
      Returns:
      The totalTrue.
    • getTotalFalse

      boolean getTotalFalse()
      bool total_false = 4;
      Returns:
      The totalFalse.
    • getPercentageTrue

      boolean getPercentageTrue()
      bool percentage_true = 5;
      Returns:
      The percentageTrue.
    • getPercentageFalse

      boolean getPercentageFalse()
      bool percentage_false = 6;
      Returns:
      The percentageFalse.