gogol-safebrowsing-0.1.1: Google Safe Browsing APIs SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.SafeBrowsing.FullHashes.Find

Contents

Description

Finds the full hashes that match the requested hash prefixes.

See: Safe Browsing APIs Reference for safebrowsing.fullHashes.find.

Synopsis

REST Resource

type FullHashesFindResource = "v4" :> ("fullHashes:find" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] FindFullHashesRequest :> Post '[JSON] FindFullHashesResponse)))))))))) Source #

A resource alias for safebrowsing.fullHashes.find method which the FullHashesFind request conforms to.

Creating a Request

fullHashesFind Source #

Creates a value of FullHashesFind with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data FullHashesFind Source #

Finds the full hashes that match the requested hash prefixes.

See: fullHashesFind smart constructor.

Instances

Eq FullHashesFind Source # 
Data FullHashesFind Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FullHashesFind -> c FullHashesFind #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FullHashesFind #

toConstr :: FullHashesFind -> Constr #

dataTypeOf :: FullHashesFind -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c FullHashesFind) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FullHashesFind) #

gmapT :: (forall b. Data b => b -> b) -> FullHashesFind -> FullHashesFind #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FullHashesFind -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FullHashesFind -> r #

gmapQ :: (forall d. Data d => d -> u) -> FullHashesFind -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FullHashesFind -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FullHashesFind -> m FullHashesFind #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FullHashesFind -> m FullHashesFind #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FullHashesFind -> m FullHashesFind #

Show FullHashesFind Source # 
Generic FullHashesFind Source # 

Associated Types

type Rep FullHashesFind :: * -> * #

GoogleRequest FullHashesFind Source # 
type Rep FullHashesFind Source # 
type Scopes FullHashesFind Source # 
type Rs FullHashesFind Source # 

Request Lenses

fhfUploadProtocol :: Lens' FullHashesFind (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

fhfPp :: Lens' FullHashesFind Bool Source #

Pretty-print response.

fhfUploadType :: Lens' FullHashesFind (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").