@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface MaintenanceServiceServer {
        get: handleUnaryCall<GetMaintenanceRequest, Maintenance>;
        list: handleUnaryCall<ListMaintenancesRequest, ListMaintenancesResponse>;
        update: handleUnaryCall<
            UpdateMaintenanceRequest,
            UpdateMaintenanceResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • MaintenanceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetMaintenanceRequest, Maintenance>