protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.ServiceDescriptorProto
data ServiceDescriptorProto Source #
Constructors
Fields
Defined in Text.DescriptorProtos.ServiceDescriptorProto
Methods
(==) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
(/=) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
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 #
compare :: ServiceDescriptorProto -> ServiceDescriptorProto -> Ordering #
(<) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
(<=) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
(>) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
(>=) :: ServiceDescriptorProto -> ServiceDescriptorProto -> Bool #
max :: ServiceDescriptorProto -> ServiceDescriptorProto -> ServiceDescriptorProto #
min :: ServiceDescriptorProto -> ServiceDescriptorProto -> ServiceDescriptorProto #
showsPrec :: Int -> ServiceDescriptorProto -> ShowS #
show :: ServiceDescriptorProto -> String #
showList :: [ServiceDescriptorProto] -> ShowS #
Associated Types
type Rep ServiceDescriptorProto :: Type -> Type #
from :: ServiceDescriptorProto -> Rep ServiceDescriptorProto x #
to :: Rep ServiceDescriptorProto x -> ServiceDescriptorProto #
getUnknownField :: ServiceDescriptorProto -> UnknownField #
putUnknownField :: UnknownField -> ServiceDescriptorProto -> ServiceDescriptorProto #
wireSize :: FieldType -> ServiceDescriptorProto -> WireSize #
wirePut :: FieldType -> ServiceDescriptorProto -> Put #
wirePutWithSize :: FieldType -> ServiceDescriptorProto -> PutM WireSize #
wireGet :: FieldType -> Get ServiceDescriptorProto #
wireGetPacked :: FieldType -> Get (Seq ServiceDescriptorProto) #
textPut :: ServiceDescriptorProto -> Output #
textGet :: Stream s Identity Char => Parsec s () ServiceDescriptorProto #
tellT :: String -> ServiceDescriptorProto -> Output #
getT :: Stream s Identity Char => String -> Parsec s () ServiceDescriptorProto #
getMessageInfo :: ServiceDescriptorProto -> GetMessageInfo #
reflectDescriptorInfo :: ServiceDescriptorProto -> DescriptorInfo #
mergeAppend :: ServiceDescriptorProto -> ServiceDescriptorProto -> ServiceDescriptorProto #
mergeConcat :: Foldable t => t ServiceDescriptorProto -> ServiceDescriptorProto #
defaultValue :: ServiceDescriptorProto #
Defined in Text.DescriptorProtos.Options
name :: ServiceDescriptorProto -> Utf8 Source #
options :: ServiceDescriptorProto -> ServiceOptions Source #
descend' :: ServiceDescriptorProto -> Utf8 -> Maybe MethodDescriptorProto Source #
descend' :: FileDescriptorProto -> Utf8 -> Maybe ServiceDescriptorProto Source #
getVal :: msg' -> (msg' -> ServiceDescriptorProto) -> ServiceDescriptorProto #
isSet :: msg' -> (msg' -> ServiceDescriptorProto) -> Bool #