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

    Interface ScopeServiceServer

    Handles server calls for the nebius.vpc.v1alpha1.ScopeService service.

    interface ScopeServiceServer {
        get: handleUnaryCall<GetScopeRequest, Scope>;
        getByName: handleUnaryCall<GetScopeByNameRequest, Scope>;
        list: handleUnaryCall<ListScopesRequest, ListScopesResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ScopeServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.vpc.v1alpha1.ScopeService service.

    Index
    get: handleUnaryCall<GetScopeRequest, Scope>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetScopeByNameRequest, Scope>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListScopesRequest, ListScopesResponse>

    Handles the List RPC.