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

    Interface AuditEventServiceServer

    Handles server calls for the nebius.audit.v2.AuditEventService service.

    interface AuditEventServiceServer {
        list: handleUnaryCall<ListAuditEventRequest, ListAuditEventResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AuditEventServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.audit.v2.AuditEventService service.

    Index

    Handles the List RPC.