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

    Interface ServiceAccountServiceServer

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

    interface ServiceAccountServiceServer {
        create: handleUnaryCall<CreateServiceAccountRequest, Operation>;
        delete: handleUnaryCall<DeleteServiceAccountRequest, Operation>;
        get: handleUnaryCall<GetServiceAccountRequest, ServiceAccount>;
        getByName: handleUnaryCall<GetServiceAccountByNameRequest, ServiceAccount>;
        list: handleUnaryCall<
            ListServiceAccountRequest,
            ListServiceAccountResponse,
        >;
        update: handleUnaryCall<UpdateServiceAccountRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ServiceAccountServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    create: handleUnaryCall<CreateServiceAccountRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteServiceAccountRequest, Operation>

    Handles the Delete RPC.

    Handles the Get RPC.

    getByName: handleUnaryCall<GetServiceAccountByNameRequest, ServiceAccount>

    Handles the GetByName RPC.

    Handles the List RPC.

    update: handleUnaryCall<UpdateServiceAccountRequest, Operation>

    Handles the Update RPC.