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

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Data ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

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

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Show ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Generic ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Associated Types

type Rep ServiceDescriptorProto :: Type -> Type #

GPB ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

UnknownMessage ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Wire ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

TextMsg ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

TextType ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

ReflectDescriptor ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Mergeable ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Default ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

NameAndOptions ServiceDescriptorProto ServiceOptions Source # 
Instance details

Defined in Text.DescriptorProtos.Options

DescendClass ServiceDescriptorProto MethodDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.Options

DescendClass FileDescriptorProto ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.Options

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

Defined in Text.DescriptorProtos.ServiceDescriptorProto

Methods

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

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

type Rep ServiceDescriptorProto Source # 
Instance details

Defined in Text.DescriptorProtos.ServiceDescriptorProto

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