Uses of Class
io.metaloom.qdrant.client.grpc.proto.PointsInternalService.SyncPoints.Builder
Packages that use PointsInternalService.SyncPoints.Builder
-
Uses of PointsInternalService.SyncPoints.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return PointsInternalService.SyncPoints.BuilderModifier and TypeMethodDescriptionPointsInternalService.SyncPoints.Builder.addAllPoints(Iterable<? extends Points.PointStruct> values) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(int index, Points.PointStruct.Builder builderForValue) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addPoints(Points.PointStruct.Builder builderForValue) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SyncPoints.Builder.clear()PointsInternalService.SyncPoints.Builder.clearCollectionName()name of the collectionPointsInternalService.SyncPoints.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PointsInternalService.SyncPoints.Builder.clearFromId()Start of the sync rangePointsInternalService.SyncPoints.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PointsInternalService.SyncPoints.Builder.clearPoints()repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.clearToId()End of the sync rangePointsInternalService.SyncPoints.Builder.clearWait()Wait until the changes have been applied?PointsInternalService.SyncPoints.Builder.clone()PointsInternalService.SyncPointsInternal.Builder.getSyncPointsBuilder().qdrant.SyncPoints sync_points = 1;PointsInternalService.SyncPoints.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsInternalService.SyncPoints.Builder.mergeFrom(com.google.protobuf.Message other) PointsInternalService.SyncPoints.Builder.mergeFrom(PointsInternalService.SyncPoints other) PointsInternalService.SyncPoints.Builder.mergeFromId(Points.PointId value) Start of the sync rangePointsInternalService.SyncPoints.Builder.mergeToId(Points.PointId value) End of the sync rangePointsInternalService.SyncPoints.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SyncPoints.newBuilder()PointsInternalService.SyncPoints.newBuilder(PointsInternalService.SyncPoints prototype) PointsInternalService.SyncPoints.newBuilderForType()protected PointsInternalService.SyncPoints.BuilderPointsInternalService.SyncPoints.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PointsInternalService.SyncPoints.Builder.removePoints(int index) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.setCollectionName(String value) name of the collectionPointsInternalService.SyncPoints.Builder.setCollectionNameBytes(com.google.protobuf.ByteString value) name of the collectionPointsInternalService.SyncPoints.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SyncPoints.Builder.setFromId(Points.PointId value) Start of the sync rangePointsInternalService.SyncPoints.Builder.setFromId(Points.PointId.Builder builderForValue) Start of the sync rangePointsInternalService.SyncPoints.Builder.setPoints(int index, Points.PointStruct value) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.setPoints(int index, Points.PointStruct.Builder builderForValue) repeated .qdrant.PointStruct points = 3;PointsInternalService.SyncPoints.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PointsInternalService.SyncPoints.Builder.setToId(Points.PointId value) End of the sync rangePointsInternalService.SyncPoints.Builder.setToId(Points.PointId.Builder builderForValue) End of the sync rangePointsInternalService.SyncPoints.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SyncPoints.Builder.setWait(boolean value) Wait until the changes have been applied?PointsInternalService.SyncPoints.toBuilder()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type PointsInternalService.SyncPoints.BuilderModifier and TypeMethodDescriptionPointsInternalService.SyncPointsInternal.Builder.setSyncPoints(PointsInternalService.SyncPoints.Builder builderForValue) .qdrant.SyncPoints sync_points = 1;