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

    Interface TenantServiceServer

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

    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

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

    Index
    get: handleUnaryCall<GetTenantRequest, Tenant>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetTenantByNameRequest, Tenant>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListTenantsRequest, ListTenantsResponse>

    Handles the List RPC.

    update: handleUnaryCall<UpdateTenantRequest, Operation>

    Handles the Update RPC.