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

    Interface ScopeServiceServer

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

    Hierarchy

    • UntypedServiceImplementation
      • ScopeServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetScopeRequest, Scope>
    getByName: handleUnaryCall<GetScopeByNameRequest, Scope>
    list: handleUnaryCall<ListScopesRequest, ListScopesResponse>