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

    Interface OneTimeExportServiceServer

    interface OneTimeExportServiceServer {
        create: handleUnaryCall<CreateOneTimeExportRequest, Operation>;
        get: handleUnaryCall<GetOneTimeExportRequest, OneTimeExport>;
        list: handleUnaryCall<
            ListOneTimeExportsRequest,
            ListOneTimeExportsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • OneTimeExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    create: handleUnaryCall<CreateOneTimeExportRequest, Operation>
    get: handleUnaryCall<GetOneTimeExportRequest, OneTimeExport>