@nebius/js-sdk - v0.2.3
    Preparing search index...

    Interface LogExportServiceServer

    interface LogExportServiceServer {
        cancelExportLogs: handleUnaryCall<CancelExportLogsRequest, Empty>;
        exportLogs: handleUnaryCall<ExportLogsRequest, Operation>;
        getExportInfo: handleUnaryCall<GetExportInfoRequest, ExportStatus>;
        listExports: handleUnaryCall<ListExportsRequest, ListExportsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • LogExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    cancelExportLogs: handleUnaryCall<CancelExportLogsRequest, Empty>
    exportLogs: handleUnaryCall<ExportLogsRequest, Operation>
    getExportInfo: handleUnaryCall<GetExportInfoRequest, ExportStatus>
    listExports: handleUnaryCall<ListExportsRequest, ListExportsResponse>