protocol-buffers-descriptor-2.4.12: 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 # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Data ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

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 # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Show ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Generic ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Associated Types

type Rep ServiceOptions :: Type -> Type #

ExtendMessage ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

GPB ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

UnknownMessage ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Wire ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

TextMsg ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

TextType ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

ReflectDescriptor ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Mergeable ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

Default ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

NameAndOptions ServiceDescriptorProto ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.Options

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

Defined in Text.DescriptorProtos.ServiceOptions

Methods

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

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

type Rep ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceOptions

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