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

    Interface QuotaAllowanceServiceServer

    interface QuotaAllowanceServiceServer {
        get: handleUnaryCall<GetQuotaAllowanceRequest, QuotaAllowance>;
        getByName: handleUnaryCall<GetByNameRequest, QuotaAllowance>;
        list: handleUnaryCall<
            ListQuotaAllowancesRequest,
            ListQuotaAllowancesResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • QuotaAllowanceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    getByName: handleUnaryCall<GetByNameRequest, QuotaAllowance>