riak-protobuf-0.23.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexResponse

Documentation

data IndexResponse Source #

Constructors

IndexResponse 

Instances

Eq IndexResponse Source # 
Data IndexResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IndexResponse -> c IndexResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IndexResponse #

toConstr :: IndexResponse -> Constr #

dataTypeOf :: IndexResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c IndexResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IndexResponse) #

gmapT :: (forall b. Data b => b -> b) -> IndexResponse -> IndexResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IndexResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IndexResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> IndexResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IndexResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexResponse -> m IndexResponse #

Ord IndexResponse Source # 
Show IndexResponse Source # 
Generic IndexResponse Source # 

Associated Types

type Rep IndexResponse :: * -> * #

GPB IndexResponse Source # 
Wire IndexResponse Source # 
TextMsg IndexResponse Source # 
TextType IndexResponse Source # 

Methods

tellT :: String -> IndexResponse -> Output #

getT :: Stream s Identity Char => String -> Parsec s () IndexResponse #

ReflectDescriptor IndexResponse Source # 
Mergeable IndexResponse Source # 
Default IndexResponse Source # 
MessageAPI msg' (msg' -> IndexResponse) IndexResponse Source # 

Methods

getVal :: msg' -> (msg' -> IndexResponse) -> IndexResponse #

isSet :: msg' -> (msg' -> IndexResponse) -> Bool #

type Rep IndexResponse Source # 
type Rep IndexResponse = D1 (MetaData "IndexResponse" "Network.Riak.Protocol.IndexResponse" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "IndexResponse" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "keys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString))) (S1 (MetaSel (Just Symbol "results") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Pair)))) ((:*:) (S1 (MetaSel (Just Symbol "continuation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "done") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))