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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.ServiceOptions

Documentation

data ServiceOptions Source #

Instances

Eq ServiceOptions Source # 
Data ServiceOptions Source # 

Methods

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

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

toConstr :: ServiceOptions -> Constr #

dataTypeOf :: ServiceOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ServiceOptions Source # 
Show ServiceOptions Source # 
Generic ServiceOptions Source # 

Associated Types

type Rep ServiceOptions :: * -> * #

ExtendMessage ServiceOptions Source # 
GPB ServiceOptions Source # 
UnknownMessage ServiceOptions Source # 
Wire ServiceOptions Source # 
TextMsg ServiceOptions Source # 
TextType ServiceOptions Source # 
ReflectDescriptor ServiceOptions Source # 
Mergeable ServiceOptions Source # 
Default ServiceOptions Source # 
NameAndOptions ServiceDescriptorProto ServiceOptions Source # 
MessageAPI msg' (msg' -> ServiceOptions) ServiceOptions Source # 

Methods

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

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

type Rep ServiceOptions Source # 
type Rep ServiceOptions = D1 * (MetaData "ServiceOptions" "Text.DescriptorProtos.ServiceOptions" "protocol-buffers-descriptor-2.4.11-502TbR1490e9c1jGENmHl9" False) (C1 * (MetaCons "ServiceOptions" 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)))))