protocol-buffers-descriptor-2.4.11: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.MethodOptions

Documentation

data MethodOptions Source #

Instances

Eq MethodOptions Source # 
Data MethodOptions Source # 

Methods

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

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

toConstr :: MethodOptions -> Constr #

dataTypeOf :: MethodOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MethodOptions Source # 
Show MethodOptions Source # 
Generic MethodOptions Source # 

Associated Types

type Rep MethodOptions :: * -> * #

ExtendMessage MethodOptions Source # 
GPB MethodOptions Source # 
UnknownMessage MethodOptions Source # 
Wire MethodOptions Source # 
TextMsg MethodOptions Source # 
TextType MethodOptions Source # 

Methods

tellT :: String -> MethodOptions -> Output #

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

ReflectDescriptor MethodOptions Source # 
Mergeable MethodOptions Source # 
Default MethodOptions Source # 
NameAndOptions MethodDescriptorProto MethodOptions Source # 
MessageAPI msg' (msg' -> MethodOptions) MethodOptions Source # 

Methods

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

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

type Rep MethodOptions Source # 
type Rep MethodOptions = D1 * (MetaData "MethodOptions" "Text.DescriptorProtos.MethodOptions" "protocol-buffers-descriptor-2.4.11-502TbR1490e9c1jGENmHl9" False) (C1 * (MetaCons "MethodOptions" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "deprecated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "uninterpreted_option") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq UninterpretedOption)))) ((:*:) * (S1 * (MetaSel (Just Symbol "ext'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ExtField)) (S1 * (MetaSel (Just Symbol "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * UnknownField)))))