Uses of Class
io.qdrant.client.grpc.Points.ValuesCount.Builder
Packages that use Points.ValuesCount.Builder
-
Uses of Points.ValuesCount.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.ValuesCount.BuilderModifier and TypeMethodDescriptionPoints.ValuesCount.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.ValuesCount.Builder.clear()
Points.ValuesCount.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.ValuesCount.Builder.clearGt()
optional uint64 gt = 2;
Points.ValuesCount.Builder.clearGte()
optional uint64 gte = 3;
Points.ValuesCount.Builder.clearLt()
optional uint64 lt = 1;
Points.ValuesCount.Builder.clearLte()
optional uint64 lte = 4;
Points.ValuesCount.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.ValuesCount.Builder.clone()
Points.FieldCondition.Builder.getValuesCountBuilder()
Check number of values for a specific fieldPoints.ValuesCount.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.ValuesCount.Builder.mergeFrom
(com.google.protobuf.Message other) Points.ValuesCount.Builder.mergeFrom
(Points.ValuesCount other) Points.ValuesCount.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Points.ValuesCount.Builder
Points.ValuesCount.newBuilder()
static Points.ValuesCount.Builder
Points.ValuesCount.newBuilder
(Points.ValuesCount prototype) Points.ValuesCount.newBuilderForType()
protected Points.ValuesCount.Builder
Points.ValuesCount.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.ValuesCount.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.ValuesCount.Builder.setGt
(long value) optional uint64 gt = 2;
Points.ValuesCount.Builder.setGte
(long value) optional uint64 gte = 3;
Points.ValuesCount.Builder.setLt
(long value) optional uint64 lt = 1;
Points.ValuesCount.Builder.setLte
(long value) optional uint64 lte = 4;
Points.ValuesCount.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.ValuesCount.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.ValuesCount.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type Points.ValuesCount.BuilderModifier and TypeMethodDescriptionPoints.FieldCondition.Builder.setValuesCount
(Points.ValuesCount.Builder builderForValue) Check number of values for a specific field