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

    Interface OneTimeExportServiceServer

    Handles server calls for the nebius.billing.v1alpha1.OneTimeExportService service.

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

    Hierarchy

    • UntypedServiceImplementation
      • OneTimeExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.billing.v1alpha1.OneTimeExportService service.

    Index
    create: handleUnaryCall<CreateOneTimeExportRequest, Operation>

    Creates a new one-time export of billing reports for the requested period.

    get: handleUnaryCall<GetOneTimeExportRequest, OneTimeExport>

    Retrieves details of a specific one-time export. When the export is complete, the response includes a fresh presigned download URL.

    Lists one-time exports for a given contract.