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