Interface WeaviateProtoAggregate.AggregateReply.Aggregations.AggregationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.AggregationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5;getDate().weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6;getInt().weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3;string property = 1;com.google.protobuf.ByteStringstring property = 1;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7;getText().weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4;.weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4;boolean.weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5;booleanhasDate().weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6;booleanhasInt().weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2;boolean.weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3;boolean.weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7;booleanhasText().weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4;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
-
getProperty
String getProperty()string property = 1;- Returns:
- The property.
-
getPropertyBytes
com.google.protobuf.ByteString getPropertyBytes()string property = 1;- Returns:
- The bytes for property.
-
hasInt
boolean hasInt().weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2;- Returns:
- Whether the int field is set.
-
getInt
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2;- Returns:
- The int.
-
getIntOrBuilder
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Integer int = 2; -
hasNumber
boolean hasNumber().weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3;- Returns:
- Whether the number field is set.
-
getNumber
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3;- Returns:
- The number.
-
getNumberOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.NumberOrBuilder getNumberOrBuilder().weaviate.v1.AggregateReply.Aggregations.Aggregation.Number number = 3; -
hasText
boolean hasText().weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4;- Returns:
- Whether the text field is set.
-
getText
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4;- Returns:
- The text.
-
getTextOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.TextOrBuilder getTextOrBuilder().weaviate.v1.AggregateReply.Aggregations.Aggregation.Text text = 4; -
hasBoolean
boolean hasBoolean().weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5;- Returns:
- Whether the boolean field is set.
-
getBoolean
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5;- Returns:
- The boolean.
-
getBooleanOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.BooleanOrBuilder getBooleanOrBuilder().weaviate.v1.AggregateReply.Aggregations.Aggregation.Boolean boolean = 5; -
hasDate
boolean hasDate().weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6;- Returns:
- Whether the date field is set.
-
getDate
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6;- Returns:
- The date.
-
getDateOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.DateOrBuilder getDateOrBuilder().weaviate.v1.AggregateReply.Aggregations.Aggregation.Date date = 6; -
hasReference
boolean hasReference().weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7;- Returns:
- Whether the reference field is set.
-
getReference
.weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7;- Returns:
- The reference.
-
getReferenceOrBuilder
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.ReferenceOrBuilder getReferenceOrBuilder().weaviate.v1.AggregateReply.Aggregations.Aggregation.Reference reference = 7; -
getAggregationCase
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.AggregationCase getAggregationCase()
-