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

    Interface PoolServiceServer

    interface PoolServiceServer {
        get: handleUnaryCall<GetPoolRequest, Pool>;
        getByName: handleUnaryCall<GetPoolByNameRequest, Pool>;
        list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PoolServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetPoolRequest, Pool>
    getByName: handleUnaryCall<GetPoolByNameRequest, Pool>
    list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>