gogol-containeranalysis-0.5.0: Google Container Analysis 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.ContainerAnalysis.Projects.Notes.Delete

Contents

Description

Deletes the specified note.

See: Container Analysis API Reference for containeranalysis.projects.notes.delete.

Synopsis

REST Resource

type ProjectsNotesDeleteResource = "v1beta1" :> (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] Empty))))))) Source #

A resource alias for containeranalysis.projects.notes.delete method which the ProjectsNotesDelete request conforms to.

Creating a Request

projectsNotesDelete Source #

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

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

data ProjectsNotesDelete Source #

Deletes the specified note.

See: projectsNotesDelete smart constructor.

Instances
Eq ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Data ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Methods

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

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

toConstr :: ProjectsNotesDelete -> Constr #

dataTypeOf :: ProjectsNotesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Generic ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Associated Types

type Rep ProjectsNotesDelete :: Type -> Type #

GoogleRequest ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Associated Types

type Rs ProjectsNotesDelete :: Type #

type Scopes ProjectsNotesDelete :: [Symbol] #

type Rep ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

type Rep ProjectsNotesDelete = D1 (MetaData "ProjectsNotesDelete" "Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete" "gogol-containeranalysis-0.5.0-8Ss1LZdDl5O9yFa7L1rdnz" False) (C1 (MetaCons "ProjectsNotesDelete'" PrefixI True) ((S1 (MetaSel (Just "_pndXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pndUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pndAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pndUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pndName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pndCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsNotesDelete Source # 
Instance details

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

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

Defined in Network.Google.Resource.ContainerAnalysis.Projects.Notes.Delete

Request Lenses

pndUploadProtocol :: Lens' ProjectsNotesDelete (Maybe Text) Source #

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

pndUploadType :: Lens' ProjectsNotesDelete (Maybe Text) Source #

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

pndName :: Lens' ProjectsNotesDelete Text Source #

The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`.