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

    Interface TenantServiceServer

    interface TenantServiceServer {
        get: handleUnaryCall<GetTenantRequest, Tenant>;
        getByName: handleUnaryCall<GetTenantByNameRequest, Tenant>;
        list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>;
        update: handleUnaryCall<UpdateTenantRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • TenantServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    get: handleUnaryCall<GetTenantRequest, Tenant>
    getByName: handleUnaryCall<GetTenantByNameRequest, Tenant>
    list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>
    update: handleUnaryCall<UpdateTenantRequest, Operation>