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

Contents

Description

Finds the full hashes that match the requested hash prefixes.

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

Synopsis

REST Resource

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

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

Data FullHashesFind Source # 
Instance details

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

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

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

Generic FullHashesFind Source # 
Instance details

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

Associated Types

type Rep FullHashesFind :: Type -> Type #

GoogleRequest FullHashesFind Source # 
Instance details

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

Associated Types

type Rs FullHashesFind :: Type #

type Scopes FullHashesFind :: [Symbol] #

type Rep FullHashesFind Source # 
Instance details

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

type Rep FullHashesFind = D1 (MetaData "FullHashesFind" "Network.Google.Resource.SafeBrowsing.FullHashes.Find" "gogol-safebrowsing-0.5.0-CCaxZfXFdzHGVQNTwSXRw0" False) (C1 (MetaCons "FullHashesFind'" PrefixI True) ((S1 (MetaSel (Just "_fhfXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_fhfUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fhfAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_fhfUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fhfPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FindFullHashesRequest) :*: S1 (MetaSel (Just "_fhfCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes FullHashesFind Source # 
Instance details

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

type Scopes FullHashesFind = ([] :: [Symbol])
type Rs FullHashesFind Source # 
Instance details

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

Request Lenses

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

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

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

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