gogol-dataflow-0.0.1: Google Dataflow SDK.

Copyright(c) 2015 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.Get

Contents

Description

Gets the state of the specified dataflow job.

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

Synopsis

REST Resource

type ProjectsJobsGetResource = "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 "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Job))))))))))))) Source

A resource alias for dataflow.projects.jobs.get method which the ProjectsJobsGet request conforms to.

Creating a Request

projectsJobsGet Source

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

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

Request Lenses

pjgJobId :: Lens' ProjectsJobsGet Text Source

Identifies a single job.

pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text) Source

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

pjgPp :: Lens' ProjectsJobsGet Bool Source

Pretty-print response.

pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text) Source

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

pjgView :: Lens' ProjectsJobsGet (Maybe Text) Source

Level of information requested in response.

pjgProjectId :: Lens' ProjectsJobsGet Text Source

The project which owns the job.