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

    Interface RecordServiceServer

    interface RecordServiceServer {
        get: handleUnaryCall<GetRecordRequest, Record>;
        getByName: handleUnaryCall<GetByNameRequest, Record>;
        list: handleUnaryCall<ListRecordsRequest, ListRecordsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • RecordServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetRecordRequest, Record>
    getByName: handleUnaryCall<GetByNameRequest, Record>
    list: handleUnaryCall<ListRecordsRequest, ListRecordsResponse>