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