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

    Interface PoolServiceServer

    interface PoolServiceServer {
        create: handleUnaryCall<CreatePoolRequest, Operation>;
        delete: handleUnaryCall<DeletePoolRequest, Operation>;
        get: handleUnaryCall<GetPoolRequest, Pool>;
        getByName: handleUnaryCall<GetPoolByNameRequest, Pool>;
        list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>;
        listBySourcePool: handleUnaryCall<
            ListPoolsBySourcePoolRequest,
            ListPoolsResponse,
        >;
        update: handleUnaryCall<UpdatePoolRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PoolServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreatePoolRequest, Operation>
    delete: handleUnaryCall<DeletePoolRequest, Operation>
    get: handleUnaryCall<GetPoolRequest, Pool>
    getByName: handleUnaryCall<GetPoolByNameRequest, Pool>
    list: handleUnaryCall<ListPoolsRequest, ListPoolsResponse>
    listBySourcePool: handleUnaryCall<
        ListPoolsBySourcePoolRequest,
        ListPoolsResponse,
    >
    update: handleUnaryCall<UpdatePoolRequest, Operation>