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

    Interface ArtifactServiceServer

    Handles server calls for the nebius.registry.v1.ArtifactService service.

    interface ArtifactServiceServer {
        delete: handleUnaryCall<DeleteArtifactRequest, Operation>;
        get: handleUnaryCall<GetArtifactRequest, Artifact>;
        list: handleUnaryCall<ListArtifactsRequest, ListArtifactsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ArtifactServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.registry.v1.ArtifactService service.

    Index
    delete: handleUnaryCall<DeleteArtifactRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetArtifactRequest, Artifact>

    Handles the Get RPC.

    Handles the List RPC.