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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.ServiceDescriptorProto

Documentation

data ServiceDescriptorProto Source #

Instances

Eq ServiceDescriptorProto Source # 
Data ServiceDescriptorProto Source # 

Methods

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

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

toConstr :: ServiceDescriptorProto -> Constr #

dataTypeOf :: ServiceDescriptorProto -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ServiceDescriptorProto Source # 
Show ServiceDescriptorProto Source # 
Generic ServiceDescriptorProto Source # 
GPB ServiceDescriptorProto Source # 
UnknownMessage ServiceDescriptorProto Source # 
Wire ServiceDescriptorProto Source # 
TextMsg ServiceDescriptorProto Source # 
TextType ServiceDescriptorProto Source # 
ReflectDescriptor ServiceDescriptorProto Source # 
Mergeable ServiceDescriptorProto Source # 
Default ServiceDescriptorProto Source # 
NameAndOptions ServiceDescriptorProto ServiceOptions Source # 
DescendClass ServiceDescriptorProto MethodDescriptorProto Source # 
DescendClass FileDescriptorProto ServiceDescriptorProto Source # 
MessageAPI msg' (msg' -> ServiceDescriptorProto) ServiceDescriptorProto Source # 

Methods

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

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

type Rep ServiceDescriptorProto Source # 
type Rep ServiceDescriptorProto = D1 * (MetaData "ServiceDescriptorProto" "Text.DescriptorProtos.ServiceDescriptorProto" "protocol-buffers-descriptor-2.4.11-502TbR1490e9c1jGENmHl9" False) (C1 * (MetaCons "ServiceDescriptorProto" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Utf8))) (S1 * (MetaSel (Just Symbol "method") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq MethodDescriptorProto)))) ((:*:) * (S1 * (MetaSel (Just Symbol "options") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ServiceOptions))) (S1 * (MetaSel (Just Symbol "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * UnknownField)))))