Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.BooleanOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional int64 count = 1;
    double
    optional double percentage_false = 6;
    double
    optional double percentage_true = 5;
    long
    optional int64 total_false = 4;
    long
    optional int64 total_true = 3;
    optional string type = 2;
    com.google.protobuf.ByteString
    optional string type = 2;
    boolean
    optional int64 count = 1;
    boolean
    optional double percentage_false = 6;
    boolean
    optional double percentage_true = 5;
    boolean
    optional int64 total_false = 4;
    boolean
    optional int64 total_true = 3;
    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.
    • hasTotalTrue

      boolean hasTotalTrue()
      optional int64 total_true = 3;
      Returns:
      Whether the totalTrue field is set.
    • getTotalTrue

      long getTotalTrue()
      optional int64 total_true = 3;
      Returns:
      The totalTrue.
    • hasTotalFalse

      boolean hasTotalFalse()
      optional int64 total_false = 4;
      Returns:
      Whether the totalFalse field is set.
    • getTotalFalse

      long getTotalFalse()
      optional int64 total_false = 4;
      Returns:
      The totalFalse.
    • hasPercentageTrue

      boolean hasPercentageTrue()
      optional double percentage_true = 5;
      Returns:
      Whether the percentageTrue field is set.
    • getPercentageTrue

      double getPercentageTrue()
      optional double percentage_true = 5;
      Returns:
      The percentageTrue.
    • hasPercentageFalse

      boolean hasPercentageFalse()
      optional double percentage_false = 6;
      Returns:
      Whether the percentageFalse field is set.
    • getPercentageFalse

      double getPercentageFalse()
      optional double percentage_false = 6;
      Returns:
      The percentageFalse.