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

    Interface EndpointServiceServer

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

    Hierarchy

    • UntypedServiceImplementation
      • EndpointServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateEndpointRequest, Operation>
    delete: handleUnaryCall<DeleteEndpointRequest, Operation>
    get: handleUnaryCall<GetEndpointRequest, Endpoint>
    getByName: handleUnaryCall<GetEndpointByNameRequest, Endpoint>
    start: handleUnaryCall<StartEndpointRequest, Operation>
    stop: handleUnaryCall<StopEndpointRequest, Operation>