Uses of Class
io.milvus.grpc.DeleteByIDParam
-
Packages that use DeleteByIDParam Package Description io.milvus.grpc -
-
Uses of DeleteByIDParam in io.milvus.grpc
Methods in io.milvus.grpc that return DeleteByIDParam Modifier and Type Method Description DeleteByIDParamDeleteByIDParam.Builder. build()DeleteByIDParamDeleteByIDParam.Builder. buildPartial()static DeleteByIDParamDeleteByIDParam. getDefaultInstance()DeleteByIDParamDeleteByIDParam.Builder. getDefaultInstanceForType()DeleteByIDParamDeleteByIDParam. getDefaultInstanceForType()static DeleteByIDParamDeleteByIDParam. parseDelimitedFrom(InputStream input)static DeleteByIDParamDeleteByIDParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByIDParamDeleteByIDParam. parseFrom(byte[] data)static DeleteByIDParamDeleteByIDParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByIDParamDeleteByIDParam. parseFrom(com.google.protobuf.ByteString data)static DeleteByIDParamDeleteByIDParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByIDParamDeleteByIDParam. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteByIDParamDeleteByIDParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByIDParamDeleteByIDParam. parseFrom(InputStream input)static DeleteByIDParamDeleteByIDParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByIDParamDeleteByIDParam. parseFrom(ByteBuffer data)static DeleteByIDParamDeleteByIDParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type DeleteByIDParam Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteByIDParam,Status>MilvusServiceGrpc. getDeleteByIDMethod()com.google.protobuf.Parser<DeleteByIDParam>DeleteByIDParam. getParserForType()static com.google.protobuf.Parser<DeleteByIDParam>DeleteByIDParam. parser()Methods in io.milvus.grpc with parameters of type DeleteByIDParam Modifier and Type Method Description StatusMilvusServiceGrpc.MilvusServiceBlockingStub. deleteByID(DeleteByIDParam request)@brief This method is used to delete vector by id @param DeleteByIDParam, delete parameters.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. deleteByID(DeleteByIDParam request)@brief This method is used to delete vector by id @param DeleteByIDParam, delete parameters.voidMilvusServiceGrpc.MilvusServiceImplBase. deleteByID(DeleteByIDParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to delete vector by id @param DeleteByIDParam, delete parameters.voidMilvusServiceGrpc.MilvusServiceStub. deleteByID(DeleteByIDParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to delete vector by id @param DeleteByIDParam, delete parameters.DeleteByIDParam.BuilderDeleteByIDParam.Builder. mergeFrom(DeleteByIDParam other)static DeleteByIDParam.BuilderDeleteByIDParam. newBuilder(DeleteByIDParam prototype)
-