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

    Interface TenantServiceServer

    Handles server calls for the nebius.iam.v1.TenantService service.

    interface TenantServiceServer {
        get: handleUnaryCall<GetTenantRequest, Container>;
        list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • TenantServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.TenantService service.

    Index
    get: handleUnaryCall<GetTenantRequest, Container>

    Handles the Get RPC.

    list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>

    Handles the List RPC.