Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoAggregate.AggregateReply
Packages that use WeaviateProtoAggregate.AggregateReply
-
Uses of WeaviateProtoAggregate.AggregateReply in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoAggregate.AggregateReplyModifier and TypeMethodDescriptionWeaviateGrpc.WeaviateBlockingStub.aggregate(WeaviateProtoAggregate.AggregateRequest request) WeaviateProtoAggregate.AggregateReply.Builder.build()WeaviateProtoAggregate.AggregateReply.Builder.buildPartial()WeaviateProtoAggregate.AggregateReply.getDefaultInstance()WeaviateProtoAggregate.AggregateReply.Builder.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateReply.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateReply.parseDelimitedFrom(InputStream input) WeaviateProtoAggregate.AggregateReply.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.parseFrom(byte[] data) WeaviateProtoAggregate.AggregateReply.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoAggregate.AggregateReply.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoAggregate.AggregateReply.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.parseFrom(InputStream input) WeaviateProtoAggregate.AggregateReply.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateReply.parseFrom(ByteBuffer data) WeaviateProtoAggregate.AggregateReply.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoAggregate.AggregateReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<WeaviateProtoAggregate.AggregateReply>WeaviateGrpc.WeaviateFutureStub.aggregate(WeaviateProtoAggregate.AggregateRequest request) static io.grpc.MethodDescriptor<WeaviateProtoAggregate.AggregateRequest,WeaviateProtoAggregate.AggregateReply> WeaviateGrpc.getAggregateMethod()com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateReply>WeaviateProtoAggregate.AggregateReply.getParserForType()static com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateReply>WeaviateProtoAggregate.AggregateReply.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoAggregate.AggregateReplyModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateReply.Builder.mergeFrom(WeaviateProtoAggregate.AggregateReply other) WeaviateProtoAggregate.AggregateReply.newBuilder(WeaviateProtoAggregate.AggregateReply prototype) Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoAggregate.AggregateReplyModifier and TypeMethodDescriptiondefault voidWeaviateGrpc.AsyncService.aggregate(WeaviateProtoAggregate.AggregateRequest request, io.grpc.stub.StreamObserver<WeaviateProtoAggregate.AggregateReply> responseObserver) voidWeaviateGrpc.WeaviateStub.aggregate(WeaviateProtoAggregate.AggregateRequest request, io.grpc.stub.StreamObserver<WeaviateProtoAggregate.AggregateReply> responseObserver)