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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexRequest

Documentation

data IndexRequest Source #

Instances

Eq IndexRequest Source # 
Data IndexRequest Source # 

Methods

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

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

toConstr :: IndexRequest -> Constr #

dataTypeOf :: IndexRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IndexRequest Source # 
Show IndexRequest Source # 
Generic IndexRequest Source # 

Associated Types

type Rep IndexRequest :: * -> * #

GPB IndexRequest Source # 
Wire IndexRequest Source # 
TextMsg IndexRequest Source # 
TextType IndexRequest Source # 

Methods

tellT :: String -> IndexRequest -> Output #

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

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

Methods

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

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

type Rep IndexRequest Source # 
type Rep IndexRequest = D1 (MetaData "IndexRequest" "Network.Riak.Protocol.IndexRequest" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "IndexRequest" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "bucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ByteString)) ((:*:) (S1 (MetaSel (Just Symbol "index") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ByteString)) (S1 (MetaSel (Just Symbol "qtype") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 IndexQueryType)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "range_min") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString)))) ((:*:) (S1 (MetaSel (Just Symbol "range_max") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "return_terms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "stream") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "max_results") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word32))) (S1 (MetaSel (Just Symbol "continuation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "timeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word32))) (S1 (MetaSel (Just Symbol "type'") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString)))) ((:*:) (S1 (MetaSel (Just Symbol "term_regex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "pagination_sort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))))