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

    Interface ProjectServiceServer

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

    interface ProjectServiceServer {
        create: handleUnaryCall<CreateProjectRequest, Operation>;
        delete: handleUnaryCall<DeleteProjectRequest, Operation>;
        get: handleUnaryCall<GetProjectRequest, Project>;
        getByName: handleUnaryCall<GetProjectByNameRequest, Project>;
        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.v2.ProjectService service.

    Index
    create: handleUnaryCall<CreateProjectRequest, Operation>

    Creates a new project.

    delete: handleUnaryCall<DeleteProjectRequest, Operation>

    Deletes a project by its ID.

    get: handleUnaryCall<GetProjectRequest, Project>

    Retrieves a project by its ID.

    getByName: handleUnaryCall<GetProjectByNameRequest, Project>

    Retrieves a project by its name within a specified parent.

    Lists projects under a specified parent.

    update: handleUnaryCall<UpdateProjectRequest, Operation>

    Updates an existing project.