Uses of Class
io.metaloom.qdrant.client.grpc.proto.PointsInternalService.UpdateVectorsInternal.Builder
Packages that use PointsInternalService.UpdateVectorsInternal.Builder
-
Uses of PointsInternalService.UpdateVectorsInternal.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return PointsInternalService.UpdateVectorsInternal.BuilderModifier and TypeMethodDescriptionPointsInternalService.UpdateVectorsInternal.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.UpdateVectorsInternal.Builder.clear()PointsInternalService.UpdateVectorsInternal.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PointsInternalService.UpdateVectorsInternal.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PointsInternalService.UpdateVectorsInternal.Builder.clearShardId()optional uint32 shard_id = 2;PointsInternalService.UpdateVectorsInternal.Builder.clearUpdateVectors().qdrant.UpdatePointVectors update_vectors = 1;PointsInternalService.UpdateVectorsInternal.Builder.clone()PointsInternalService.UpdateVectorsInternal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsInternalService.UpdateVectorsInternal.Builder.mergeFrom(com.google.protobuf.Message other) PointsInternalService.UpdateVectorsInternal.Builder.mergeFrom(PointsInternalService.UpdateVectorsInternal other) PointsInternalService.UpdateVectorsInternal.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.UpdateVectorsInternal.Builder.mergeUpdateVectors(Points.UpdatePointVectors value) .qdrant.UpdatePointVectors update_vectors = 1;PointsInternalService.UpdateVectorsInternal.newBuilder()PointsInternalService.UpdateVectorsInternal.newBuilder(PointsInternalService.UpdateVectorsInternal prototype) PointsInternalService.UpdateVectorsInternal.newBuilderForType()PointsInternalService.UpdateVectorsInternal.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PointsInternalService.UpdateVectorsInternal.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.UpdateVectorsInternal.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PointsInternalService.UpdateVectorsInternal.Builder.setShardId(int value) optional uint32 shard_id = 2;PointsInternalService.UpdateVectorsInternal.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.UpdateVectorsInternal.Builder.setUpdateVectors(Points.UpdatePointVectors value) .qdrant.UpdatePointVectors update_vectors = 1;PointsInternalService.UpdateVectorsInternal.Builder.setUpdateVectors(Points.UpdatePointVectors.Builder builderForValue) .qdrant.UpdatePointVectors update_vectors = 1;PointsInternalService.UpdateVectorsInternal.toBuilder()