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

Safe HaskellNone
LanguageHaskell98

Text.DescriptorProtos.UninterpretedOption

Documentation

data UninterpretedOption Source #

Instances
Eq UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Data UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Methods

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

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

toConstr :: UninterpretedOption -> Constr #

dataTypeOf :: UninterpretedOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Show UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Generic UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Associated Types

type Rep UninterpretedOption :: Type -> Type #

GPB UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

UnknownMessage UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Wire UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

TextMsg UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

TextType UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

ReflectDescriptor UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Mergeable UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Default UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

MessageAPI msg' (msg' -> UninterpretedOption) UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

Methods

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

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

type Rep UninterpretedOption Source # 
Instance details

Defined in Text.DescriptorProtos.UninterpretedOption

type Rep UninterpretedOption = D1 (MetaData "UninterpretedOption" "Text.DescriptorProtos.UninterpretedOption" "protocol-buffers-descriptor-2.4.12-HPd6oL5RJxSELceK7oLJsl" False) (C1 (MetaCons "UninterpretedOption" PrefixI True) (((S1 (MetaSel (Just "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq NamePart)) :*: S1 (MetaSel (Just "identifier_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Utf8))) :*: (S1 (MetaSel (Just "positive_int_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Word64)) :*: S1 (MetaSel (Just "negative_int_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int64)))) :*: ((S1 (MetaSel (Just "double_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Double)) :*: S1 (MetaSel (Just "string_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) :*: (S1 (MetaSel (Just "aggregate_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Utf8)) :*: S1 (MetaSel (Just "unknown'field") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 UnknownField)))))