gogol-safebrowsing-0.5.0: Google Safe Browsing 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 API Reference for safebrowsing.threatMatches.find.

Synopsis

REST Resource

type ThreatMatchesFindResource = "v4" :> ("threatMatches:find" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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 # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

Data ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

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 # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

Generic ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

Associated Types

type Rep ThreatMatchesFind :: Type -> Type #

GoogleRequest ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

Associated Types

type Rs ThreatMatchesFind :: Type #

type Scopes ThreatMatchesFind :: [Symbol] #

type Rep ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

type Rep ThreatMatchesFind = D1 (MetaData "ThreatMatchesFind" "Network.Google.Resource.SafeBrowsing.ThreatMatches.Find" "gogol-safebrowsing-0.5.0-CCaxZfXFdzHGVQNTwSXRw0" False) (C1 (MetaCons "ThreatMatchesFind'" PrefixI True) ((S1 (MetaSel (Just "_tmfXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_tmfUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tmfAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_tmfUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tmfPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FindThreatMatchesRequest) :*: S1 (MetaSel (Just "_tmfCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

type Rs ThreatMatchesFind Source # 
Instance details

Defined in Network.Google.Resource.SafeBrowsing.ThreatMatches.Find

Request Lenses

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

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

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

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