Interface WeaviateProtoAggregate.AggregateRequest.GroupByOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateRequest.GroupBy,WeaviateProtoAggregate.AggregateRequest.GroupBy.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateRequest
public static interface WeaviateProtoAggregate.AggregateRequest.GroupByOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collection = 1;com.google.protobuf.ByteStringstring collection = 1;string property = 2;com.google.protobuf.ByteStringstring property = 2;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
-
getCollection
String getCollection()string collection = 1;- Returns:
- The collection.
-
getCollectionBytes
com.google.protobuf.ByteString getCollectionBytes()string collection = 1;- Returns:
- The bytes for collection.
-
getProperty
String getProperty()string property = 2;- Returns:
- The property.
-
getPropertyBytes
com.google.protobuf.ByteString getPropertyBytes()string property = 2;- Returns:
- The bytes for property.
-