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

    Interface TenantServiceServer

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

    Hierarchy

    • UntypedServiceImplementation
      • TenantServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetTenantRequest, Container>
    list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>