@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EndpointServiceServer {
        create: handleUnaryCall<CreateEndpointRequest, Operation>;
        delete: handleUnaryCall<DeleteRequest, Operation>;
        get: handleUnaryCall<GetRequest, Endpoint>;
        getByName: handleUnaryCall<GetByNameRequest, Endpoint>;
        list: handleUnaryCall<ListRequest, ListEndpointsResponse>;
        start: handleUnaryCall<StartRequest, Operation>;
        stop: handleUnaryCall<StopRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • EndpointServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateEndpointRequest, Operation>
    delete: handleUnaryCall<DeleteRequest, Operation>
    get: handleUnaryCall<GetRequest, Endpoint>
    getByName: handleUnaryCall<GetByNameRequest, Endpoint>
    list: handleUnaryCall<ListRequest, ListEndpointsResponse>
    start: handleUnaryCall<StartRequest, Operation>
    stop: handleUnaryCall<StopRequest, Operation>