Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoAggregate.AggregateReply.Group
Packages that use WeaviateProtoAggregate.AggregateReply.Group
-
Uses of WeaviateProtoAggregate.AggregateReply.Group in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoAggregate.AggregateReply.GroupModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateReply.Group.Builder.build()WeaviateProtoAggregate.AggregateReply.Group.Builder.buildPartial()WeaviateProtoAggregate.AggregateReply.Group.getDefaultInstance()WeaviateProtoAggregate.AggregateReply.Group.Builder.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateReply.Group.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateReply.Grouped.Builder.getGroups(int index) repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.Grouped.getGroups(int index) repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.GroupedOrBuilder.getGroups(int index) repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.Group.parseDelimitedFrom(InputStream input) WeaviateProtoAggregate.AggregateReply.Group.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(byte[] data) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(InputStream input) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(ByteBuffer data) WeaviateProtoAggregate.AggregateReply.Group.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoAggregate.AggregateReply.GroupModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateReply.Grouped.Builder.getGroupsList()repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.Grouped.getGroupsList()repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.GroupedOrBuilder.getGroupsList()repeated .weaviate.v1.AggregateReply.Group groups = 1;com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateReply.Group>WeaviateProtoAggregate.AggregateReply.Group.getParserForType()static com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateReply.Group>WeaviateProtoAggregate.AggregateReply.Group.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoAggregate.AggregateReply.GroupModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateReply.Grouped.Builder.addGroups(int index, WeaviateProtoAggregate.AggregateReply.Group value) repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.Grouped.Builder.addGroups(WeaviateProtoAggregate.AggregateReply.Group value) repeated .weaviate.v1.AggregateReply.Group groups = 1;WeaviateProtoAggregate.AggregateReply.Group.Builder.mergeFrom(WeaviateProtoAggregate.AggregateReply.Group other) WeaviateProtoAggregate.AggregateReply.Group.newBuilder(WeaviateProtoAggregate.AggregateReply.Group prototype) WeaviateProtoAggregate.AggregateReply.Grouped.Builder.setGroups(int index, WeaviateProtoAggregate.AggregateReply.Group value) repeated .weaviate.v1.AggregateReply.Group groups = 1;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoAggregate.AggregateReply.GroupModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateReply.Grouped.Builder.addAllGroups(Iterable<? extends WeaviateProtoAggregate.AggregateReply.Group> values) repeated .weaviate.v1.AggregateReply.Group groups = 1;