gogol-dataflow-0.5.0: Google Dataflow 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.Dataflow.Projects.Locations.Snapshots.Delete

Contents

Description

Deletes a snapshot.

See: Dataflow API Reference for dataflow.projects.locations.snapshots.delete.

Synopsis

REST Resource

type ProjectsLocationsSnapshotsDeleteResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("snapshots" :> (Capture "snapshotId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] DeleteSnapshotResponse)))))))))))) Source #

A resource alias for dataflow.projects.locations.snapshots.delete method which the ProjectsLocationsSnapshotsDelete request conforms to.

Creating a Request

data ProjectsLocationsSnapshotsDelete Source #

Deletes a snapshot.

See: projectsLocationsSnapshotsDelete smart constructor.

Instances
Eq ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

Data ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

Methods

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

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

toConstr :: ProjectsLocationsSnapshotsDelete -> Constr #

dataTypeOf :: ProjectsLocationsSnapshotsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

Generic ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

Associated Types

type Rep ProjectsLocationsSnapshotsDelete :: Type -> Type #

GoogleRequest ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

type Rep ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

type Rep ProjectsLocationsSnapshotsDelete = D1 (MetaData "ProjectsLocationsSnapshotsDelete" "Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete" "gogol-dataflow-0.5.0-25PmZMeDtYM77EDuEFzOIX" False) (C1 (MetaCons "ProjectsLocationsSnapshotsDelete'" PrefixI True) (((S1 (MetaSel (Just "_plsdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_plsdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plsdLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plsdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plsdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plsdProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_plsdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plsdSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes ProjectsLocationsSnapshotsDelete Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

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

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Snapshots.Delete

Request Lenses

plsdUploadProtocol :: Lens' ProjectsLocationsSnapshotsDelete (Maybe Text) Source #

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

plsdLocation :: Lens' ProjectsLocationsSnapshotsDelete Text Source #

The location that contains this snapshot.

plsdUploadType :: Lens' ProjectsLocationsSnapshotsDelete (Maybe Text) Source #

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

plsdProjectId :: Lens' ProjectsLocationsSnapshotsDelete Text Source #

The ID of the Cloud Platform project that the snapshot belongs to.