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

    Interface AuditEventExportServiceServer

    interface AuditEventExportServiceServer {
        cancel: handleUnaryCall<CancelRequest, Operation>;
        get: handleUnaryCall<GetRequest, AuditEventExport>;
        list: handleUnaryCall<ListRequest, ListAuditEventExportResponse>;
        start: handleUnaryCall<StartRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AuditEventExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    cancel: handleUnaryCall<CancelRequest, Operation>
    get: handleUnaryCall<GetRequest, AuditEventExport>
    start: handleUnaryCall<StartRequest, Operation>