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

    Interface CapacityIntervalServiceServer

    interface CapacityIntervalServiceServer {
        get: handleUnaryCall<GetCapacityIntervalRequest, CapacityInterval>;
        list: handleUnaryCall<
            ListCapacityIntervalsRequest,
            ListCapacityIntervalsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • CapacityIntervalServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    list: handleUnaryCall<
        ListCapacityIntervalsRequest,
        ListCapacityIntervalsResponse,
    >