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
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.
-
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.
-