@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface BackupServiceServer {
        create: handleUnaryCall<CreateBackupRequest, Operation>;
        delete: handleUnaryCall<DeleteBackupRequest, Operation>;
        get: handleUnaryCall<GetBackupRequest, Backup>;
        list: handleUnaryCall<ListBackupsRequest, ListBackupsResponse>;
        listByCluster: handleUnaryCall<
            ListBackupsByClusterRequest,
            ListBackupsResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • BackupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    create: handleUnaryCall<CreateBackupRequest, Operation>
    delete: handleUnaryCall<DeleteBackupRequest, Operation>
    get: handleUnaryCall<GetBackupRequest, Backup>
    list: handleUnaryCall<ListBackupsRequest, ListBackupsResponse>
    listByCluster: handleUnaryCall<ListBackupsByClusterRequest, ListBackupsResponse>