Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoAggregate.AggregateRequest.Aggregation
Packages that use WeaviateProtoAggregate.AggregateRequest.Aggregation
-
Uses of WeaviateProtoAggregate.AggregateRequest.Aggregation in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoAggregate.AggregateRequest.AggregationModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.build()WeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.buildPartial()WeaviateProtoAggregate.AggregateRequest.Builder.getAggregations(int index) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequest.getAggregations(int index) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequestOrBuilder.getAggregations(int index) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequest.Aggregation.getDefaultInstance()WeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateRequest.Aggregation.getDefaultInstanceForType()WeaviateProtoAggregate.AggregateRequest.Aggregation.parseDelimitedFrom(InputStream input) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(byte[] data) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(InputStream input) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(ByteBuffer data) WeaviateProtoAggregate.AggregateRequest.Aggregation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoAggregate.AggregateRequest.AggregationModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Builder.getAggregationsList()repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequest.getAggregationsList()repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequestOrBuilder.getAggregationsList()repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateRequest.Aggregation>WeaviateProtoAggregate.AggregateRequest.Aggregation.getParserForType()static com.google.protobuf.Parser<WeaviateProtoAggregate.AggregateRequest.Aggregation>WeaviateProtoAggregate.AggregateRequest.Aggregation.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoAggregate.AggregateRequest.AggregationModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Builder.addAggregations(int index, WeaviateProtoAggregate.AggregateRequest.Aggregation value) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequest.Builder.addAggregations(WeaviateProtoAggregate.AggregateRequest.Aggregation value) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;WeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.mergeFrom(WeaviateProtoAggregate.AggregateRequest.Aggregation other) WeaviateProtoAggregate.AggregateRequest.Aggregation.newBuilder(WeaviateProtoAggregate.AggregateRequest.Aggregation prototype) WeaviateProtoAggregate.AggregateRequest.Builder.setAggregations(int index, WeaviateProtoAggregate.AggregateRequest.Aggregation value) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoAggregate.AggregateRequest.AggregationModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Builder.addAllAggregations(Iterable<? extends WeaviateProtoAggregate.AggregateRequest.Aggregation> values) repeated .weaviate.v1.AggregateRequest.Aggregation aggregations = 21;