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

    Interface EndpointServiceServer

    Handles server calls for the nebius.ai.v1.EndpointService service.

    interface EndpointServiceServer {
        create: handleUnaryCall<CreateEndpointRequest, Operation>;
        delete: handleUnaryCall<DeleteEndpointRequest, Operation>;
        get: handleUnaryCall<GetEndpointRequest, Endpoint>;
        getByName: handleUnaryCall<GetEndpointByNameRequest, Endpoint>;
        list: handleUnaryCall<ListEndpointsRequest, ListEndpointsResponse>;
        restart: handleUnaryCall<RestartEndpointRequest, Operation>;
        start: handleUnaryCall<StartEndpointRequest, Operation>;
        stop: handleUnaryCall<StopEndpointRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • EndpointServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.ai.v1.EndpointService service.

    Index
    create: handleUnaryCall<CreateEndpointRequest, Operation>

    Creates an endpoint.

    delete: handleUnaryCall<DeleteEndpointRequest, Operation>

    Deletes an endpoint.

    get: handleUnaryCall<GetEndpointRequest, Endpoint>

    Returns the specified endpoint.

    getByName: handleUnaryCall<GetEndpointByNameRequest, Endpoint>

    Returns the specified endpoint by name.

    Retrieves a list of endpoints.

    restart: handleUnaryCall<RestartEndpointRequest, Operation>

    Restarts an endpoint.

    start: handleUnaryCall<StartEndpointRequest, Operation>

    Starts an endpoint.

    stop: handleUnaryCall<StopEndpointRequest, Operation>

    Stops an endpoint.