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

    Interface ServiceAccountServiceServer

    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
    Index

    Properties

    create: handleUnaryCall<CreateServiceAccountRequest, Operation>
    delete: handleUnaryCall<DeleteServiceAccountRequest, Operation>
    getByName: handleUnaryCall<GetServiceAccountByNameRequest, ServiceAccount>
    update: handleUnaryCall<UpdateServiceAccountRequest, Operation>