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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtUpdateRequest

Documentation

data DtUpdateRequest #

Instances

Eq DtUpdateRequest # 
Data DtUpdateRequest # 

Methods

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

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

toConstr :: DtUpdateRequest -> Constr #

dataTypeOf :: DtUpdateRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DtUpdateRequest # 
Show DtUpdateRequest # 
Generic DtUpdateRequest # 
GPB DtUpdateRequest # 
Wire DtUpdateRequest # 
TextMsg DtUpdateRequest # 
TextType DtUpdateRequest # 
ReflectDescriptor DtUpdateRequest # 
Mergeable DtUpdateRequest # 
Default DtUpdateRequest # 
MessageAPI msg' (msg' -> DtUpdateRequest) DtUpdateRequest # 

Methods

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

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

type Rep DtUpdateRequest # 
type Rep DtUpdateRequest = D1 * (MetaData "DtUpdateRequest" "Network.Riak.Protocol.DtUpdateRequest" "riak-protobuf-0.23.0.0-2Z8vM1xlilCK5eAleoVkhn" False) (C1 * (MetaCons "DtUpdateRequest" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "bucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString)) ((:*:) * (S1 * (MetaSel (Just Symbol "key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ByteString))) (S1 * (MetaSel (Just Symbol "type'") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString)))) ((:*:) * (S1 * (MetaSel (Just Symbol "context") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ByteString))) ((:*:) * (S1 * (MetaSel (Just Symbol "op") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * DtOp)) (S1 * (MetaSel (Just Symbol "w") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word32)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "dw") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word32))) ((:*:) * (S1 * (MetaSel (Just Symbol "pw") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word32))) (S1 * (MetaSel (Just Symbol "return_body") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "timeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word32))) (S1 * (MetaSel (Just Symbol "sloppy_quorum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))) ((:*:) * (S1 * (MetaSel (Just Symbol "n_val") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Word32))) (S1 * (MetaSel (Just Symbol "include_context") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))))))))