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

    Interface PayloadServiceServer

    interface PayloadServiceServer {
        get: handleUnaryCall<GetPayloadRequest, SecretPayload>;
        getByKey: handleUnaryCall<GetPayloadByKeyRequest, SecretPayloadEntry>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • PayloadServiceServer

    Indexable

    • [name: string]: UntypedHandleCall
    Index

    Properties

    Properties

    get: handleUnaryCall<GetPayloadRequest, SecretPayload>
    getByKey: handleUnaryCall<GetPayloadByKeyRequest, SecretPayloadEntry>