gogol-dataflow-0.1.1: 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.Jobs.Update

Contents

Description

Updates the state of an existing dataflow job.

See: Google Dataflow API Reference for dataflow.projects.jobs.update.

Synopsis

REST Resource

type ProjectsJobsUpdateResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Job :> Put '[JSON] Job))))))))))))) Source #

A resource alias for dataflow.projects.jobs.update method which the ProjectsJobsUpdate request conforms to.

Creating a Request

projectsJobsUpdate Source #

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

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

data ProjectsJobsUpdate Source #

Updates the state of an existing dataflow job.

See: projectsJobsUpdate smart constructor.

Instances

Eq ProjectsJobsUpdate Source # 
Data ProjectsJobsUpdate Source # 

Methods

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

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

toConstr :: ProjectsJobsUpdate -> Constr #

dataTypeOf :: ProjectsJobsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsUpdate Source # 
Generic ProjectsJobsUpdate Source # 
GoogleRequest ProjectsJobsUpdate Source # 
type Rep ProjectsJobsUpdate Source # 
type Scopes ProjectsJobsUpdate Source # 
type Scopes ProjectsJobsUpdate = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ([] Symbol))
type Rs ProjectsJobsUpdate Source # 

Request Lenses

pjuJobId :: Lens' ProjectsJobsUpdate Text Source #

Identifies a single job.

pjuUploadProtocol :: Lens' ProjectsJobsUpdate (Maybe Text) Source #

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

pjuPp :: Lens' ProjectsJobsUpdate Bool Source #

Pretty-print response.

pjuUploadType :: Lens' ProjectsJobsUpdate (Maybe Text) Source #

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

pjuPayload :: Lens' ProjectsJobsUpdate Job Source #

Multipart request metadata.

pjuProjectId :: Lens' ProjectsJobsUpdate Text Source #

The project which owns the job.