Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder
Packages that use WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder
-
Uses of WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.BuilderModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clear()WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearCount()bool count = 1;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearMaximum()bool maximum = 7;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearMean()bool mean = 4;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearMedian()bool median = 6;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearMinimum()bool minimum = 8;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearMode()bool mode = 5;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearSum()bool sum = 3;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clearType()bool type = 2;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.clone()WeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.getIntBuilder().weaviate.v1.AggregateRequest.Aggregation.Integer int = 2;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.mergeFrom(WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer other) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.newBuilder()WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.newBuilder(WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer prototype) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.newBuilderForType()WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setCount(boolean value) bool count = 1;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setMaximum(boolean value) bool maximum = 7;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setMean(boolean value) bool mean = 4;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setMedian(boolean value) bool median = 6;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setMinimum(boolean value) bool minimum = 8;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setMode(boolean value) bool mode = 5;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setSum(boolean value) bool sum = 3;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setType(boolean value) bool type = 2;WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.BuilderModifier and TypeMethodDescriptionWeaviateProtoAggregate.AggregateRequest.Aggregation.Builder.setInt(WeaviateProtoAggregate.AggregateRequest.Aggregation.Integer.Builder builderForValue) .weaviate.v1.AggregateRequest.Aggregation.Integer int = 2;