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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.DescriptorProto

Documentation

data DescriptorProto Source #

Instances

Eq DescriptorProto Source # 
Data DescriptorProto Source # 

Methods

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

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

toConstr :: DescriptorProto -> Constr #

dataTypeOf :: DescriptorProto -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DescriptorProto Source # 
Show DescriptorProto Source # 
Generic DescriptorProto Source # 
GPB DescriptorProto Source # 
UnknownMessage DescriptorProto Source # 
Wire DescriptorProto Source # 
TextMsg DescriptorProto Source # 
TextType DescriptorProto Source # 
ReflectDescriptor DescriptorProto Source # 
Mergeable DescriptorProto Source # 
Default DescriptorProto Source # 
DescendKey DescriptorProto Source # 
NameAndOptions DescriptorProto MessageOptions Source # 
DescendClass DescriptorProto FieldDescriptorProto Source # 
DescendClass DescriptorProto EnumDescriptorProto Source # 
DescendClass DescriptorProto DescriptorProto Source # 
DescendClass FileDescriptorProto DescriptorProto Source # 
MessageAPI msg' (msg' -> DescriptorProto) DescriptorProto Source # 

Methods

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

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

type Rep DescriptorProto Source # 
type Rep DescriptorProto = D1 * (MetaData "DescriptorProto" "Text.DescriptorProtos.DescriptorProto" "protocol-buffers-descriptor-2.4.11-502TbR1490e9c1jGENmHl9" False) (C1 * (MetaCons "DescriptorProto" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Utf8))) (S1 * (MetaSel (Just Symbol "field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq FieldDescriptorProto)))) ((:*:) * (S1 * (MetaSel (Just Symbol "extension") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq FieldDescriptorProto))) ((:*:) * (S1 * (MetaSel (Just Symbol "nested_type") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq DescriptorProto))) (S1 * (MetaSel (Just Symbol "enum_type") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq EnumDescriptorProto)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "extension_range") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq ExtensionRange))) ((:*:) * (S1 * (MetaSel (Just Symbol "oneof_decl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq OneofDescriptorProto))) (S1 * (MetaSel (Just Symbol "options") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe MessageOptions))))) ((:*:) * (S1 * (MetaSel (Just Symbol "reserved_range") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq ReservedRange))) ((:*:) * (S1 * (MetaSel (Just Symbol "reserved_name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Seq Utf8))) (S1 * (MetaSel (Just Symbol "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * UnknownField)))))))