gogol-dlp-0.4.0: Google Cloud Data Loss Prevention (DLP) 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.DLP.Projects.DlpJobs.Delete

Contents

Description

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

See: Cloud Data Loss Prevention (DLP) API Reference for dlp.projects.dlpJobs.delete.

Synopsis

REST Resource

type ProjectsDlpJobsDeleteResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] GoogleProtobufEmpty))))))) Source #

A resource alias for dlp.projects.dlpJobs.delete method which the ProjectsDlpJobsDelete request conforms to.

Creating a Request

projectsDlpJobsDelete Source #

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

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

data ProjectsDlpJobsDelete Source #

Deletes a long-running DlpJob. This method indicates that the client is no longer interested in the DlpJob result. The job will be cancelled if possible. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.

See: projectsDlpJobsDelete smart constructor.

Instances
Eq ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

Data ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

Methods

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

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

toConstr :: ProjectsDlpJobsDelete -> Constr #

dataTypeOf :: ProjectsDlpJobsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

Generic ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

Associated Types

type Rep ProjectsDlpJobsDelete :: Type -> Type #

GoogleRequest ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

type Rep ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

type Rep ProjectsDlpJobsDelete = D1 (MetaData "ProjectsDlpJobsDelete" "Network.Google.Resource.DLP.Projects.DlpJobs.Delete" "gogol-dlp-0.4.0-D616iLnugdIDrALDghvsJQ" False) (C1 (MetaCons "ProjectsDlpJobsDelete'" PrefixI True) ((S1 (MetaSel (Just "_pdjdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pdjdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdjdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pdjdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pdjdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pdjdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

type Scopes ProjectsDlpJobsDelete = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsDlpJobsDelete Source # 
Instance details

Defined in Network.Google.Resource.DLP.Projects.DlpJobs.Delete

Request Lenses

pdjdUploadProtocol :: Lens' ProjectsDlpJobsDelete (Maybe Text) Source #

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

pdjdUploadType :: Lens' ProjectsDlpJobsDelete (Maybe Text) Source #

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

pdjdName :: Lens' ProjectsDlpJobsDelete Text Source #

The name of the DlpJob resource to be deleted.