protocol-buffers-descriptor-2.4.13: Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification
Text.DescriptorProtos.MethodOptions
data MethodOptions Source #
Constructors
Fields
Defined in Text.DescriptorProtos.MethodOptions
Methods
(==) :: MethodOptions -> MethodOptions -> Bool #
(/=) :: MethodOptions -> MethodOptions -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MethodOptions -> c MethodOptions #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MethodOptions #
toConstr :: MethodOptions -> Constr #
dataTypeOf :: MethodOptions -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MethodOptions) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MethodOptions) #
gmapT :: (forall b. Data b => b -> b) -> MethodOptions -> MethodOptions #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MethodOptions -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MethodOptions -> r #
gmapQ :: (forall d. Data d => d -> u) -> MethodOptions -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> MethodOptions -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> MethodOptions -> m MethodOptions #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MethodOptions -> m MethodOptions #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MethodOptions -> m MethodOptions #
compare :: MethodOptions -> MethodOptions -> Ordering #
(<) :: MethodOptions -> MethodOptions -> Bool #
(<=) :: MethodOptions -> MethodOptions -> Bool #
(>) :: MethodOptions -> MethodOptions -> Bool #
(>=) :: MethodOptions -> MethodOptions -> Bool #
max :: MethodOptions -> MethodOptions -> MethodOptions #
min :: MethodOptions -> MethodOptions -> MethodOptions #
showsPrec :: Int -> MethodOptions -> ShowS #
show :: MethodOptions -> String #
showList :: [MethodOptions] -> ShowS #
Associated Types
type Rep MethodOptions :: Type -> Type #
from :: MethodOptions -> Rep MethodOptions x #
to :: Rep MethodOptions x -> MethodOptions #
getExtField :: MethodOptions -> ExtField #
putExtField :: ExtField -> MethodOptions -> MethodOptions #
validExtRanges :: MethodOptions -> [(FieldId, FieldId)] #
getUnknownField :: MethodOptions -> UnknownField #
putUnknownField :: UnknownField -> MethodOptions -> MethodOptions #
wireSize :: FieldType -> MethodOptions -> WireSize #
wirePut :: FieldType -> MethodOptions -> Put #
wirePutWithSize :: FieldType -> MethodOptions -> PutM WireSize #
wireGet :: FieldType -> Get MethodOptions #
wireGetPacked :: FieldType -> Get (Seq MethodOptions) #
textPut :: MethodOptions -> Output #
textGet :: Stream s Identity Char => Parsec s () MethodOptions #
tellT :: String -> MethodOptions -> Output #
getT :: Stream s Identity Char => String -> Parsec s () MethodOptions #
getMessageInfo :: MethodOptions -> GetMessageInfo #
reflectDescriptorInfo :: MethodOptions -> DescriptorInfo #
mergeAppend :: MethodOptions -> MethodOptions -> MethodOptions #
mergeConcat :: Foldable t => t MethodOptions -> MethodOptions #
defaultValue :: MethodOptions #
Defined in Text.DescriptorProtos.Options
name :: MethodDescriptorProto -> Utf8 Source #
options :: MethodDescriptorProto -> MethodOptions Source #
getVal :: msg' -> (msg' -> MethodOptions) -> MethodOptions #
isSet :: msg' -> (msg' -> MethodOptions) -> Bool #