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

    Interface ProjectServiceServer

    Handles server calls for the nebius.iam.v1.ProjectService service.

    interface ProjectServiceServer {
        create: handleUnaryCall<CreateProjectRequest, Operation>;
        get: handleUnaryCall<GetProjectRequest, Container>;
        getByName: handleUnaryCall<GetProjectByNameRequest, Container>;
        list: handleUnaryCall<ListProjectsRequest, ListProjectsResponse>;
        update: handleUnaryCall<UpdateProjectRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ProjectServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.ProjectService service.

    Index
    create: handleUnaryCall<CreateProjectRequest, Operation>

    Handles the Create RPC.

    get: handleUnaryCall<GetProjectRequest, Container>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetProjectByNameRequest, Container>

    Handles the GetByName RPC.

    Handles the List RPC.

    update: handleUnaryCall<UpdateProjectRequest, Operation>

    Handles the Update RPC.