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.ThreatMatches.Find

Contents

Description

Finds the threat entries that match the Safe Browsing lists.

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

Synopsis

REST Resource

type ThreatMatchesFindResource = "v4" :> ("threatMatches: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] FindThreatMatchesRequest :> Post '[JSON] FindThreatMatchesResponse)))))))))) Source #

A resource alias for safebrowsing.threatMatches.find method which the ThreatMatchesFind request conforms to.

Creating a Request

threatMatchesFind Source #

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

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

data ThreatMatchesFind Source #

Finds the threat entries that match the Safe Browsing lists.

See: threatMatchesFind smart constructor.

Instances

Eq ThreatMatchesFind Source # 
Data ThreatMatchesFind Source # 

Methods

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

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

toConstr :: ThreatMatchesFind -> Constr #

dataTypeOf :: ThreatMatchesFind -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ThreatMatchesFind Source # 
Generic ThreatMatchesFind Source # 
GoogleRequest ThreatMatchesFind Source # 
type Rep ThreatMatchesFind Source # 
type Scopes ThreatMatchesFind Source # 
type Rs ThreatMatchesFind Source # 

Request Lenses

tmfUploadProtocol :: Lens' ThreatMatchesFind (Maybe Text) Source #

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

tmfPp :: Lens' ThreatMatchesFind Bool Source #

Pretty-print response.

tmfUploadType :: Lens' ThreatMatchesFind (Maybe Text) Source #

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