Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
Binary data.
This data is passed to/from the serialisation routines as-is, and any particular encoding or decoding (say, base64) is left up to the caller.
Instances
Eq Bytes Source # | |
Data Bytes Source # | |
Defined in Network.Google.Data.Bytes gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Bytes -> c Bytes # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Bytes # dataTypeOf :: Bytes -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Bytes) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Bytes) # gmapT :: (forall b. Data b => b -> b) -> Bytes -> Bytes # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Bytes -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Bytes -> r # gmapQ :: (forall d. Data d => d -> u) -> Bytes -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Bytes -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Bytes -> m Bytes # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Bytes -> m Bytes # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Bytes -> m Bytes # | |
Ord Bytes Source # | |
Read Bytes Source # | |
Show Bytes Source # | |
Generic Bytes Source # | |
Hashable Bytes Source # | |
Defined in Network.Google.Data.Bytes | |
ToJSON Bytes Source # | |
Defined in Network.Google.Data.Bytes | |
FromJSON Bytes Source # | |
ToHttpApiData Bytes Source # | |
Defined in Network.Google.Data.Bytes toUrlPiece :: Bytes -> Text # toEncodedUrlPiece :: Bytes -> Builder # toHeader :: Bytes -> ByteString # toQueryParam :: Bytes -> Text # | |
FromHttpApiData Bytes Source # | |
Defined in Network.Google.Data.Bytes parseUrlPiece :: Text -> Either Text Bytes # parseHeader :: ByteString -> Either Text Bytes # | |
type Rep Bytes Source # | |
Defined in Network.Google.Data.Bytes type Rep Bytes = D1 (MetaData "Bytes" "Network.Google.Data.Bytes" "gogol-core-0.5.0-H7SmFTf3KWC4JFPpd9XHQv" True) (C1 (MetaCons "Bytes" PrefixI True) (S1 (MetaSel (Just "unBytes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString))) |