gogol-dataflow-0.4.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.Jobs.Get

Contents

Description

Gets the state of the specified Cloud Dataflow job.

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

Synopsis

REST Resource

type ProjectsJobsGetResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "location" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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:

data ProjectsJobsGet Source #

Gets the state of the specified Cloud Dataflow job.

See: projectsJobsGet smart constructor.

Instances
Eq ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Data ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Methods

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

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

toConstr :: ProjectsJobsGet -> Constr #

dataTypeOf :: ProjectsJobsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Generic ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Associated Types

type Rep ProjectsJobsGet :: Type -> Type #

GoogleRequest ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Associated Types

type Rs ProjectsJobsGet :: Type #

type Scopes ProjectsJobsGet :: [Symbol] #

type Rep ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

type Scopes ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

type Scopes ProjectsJobsGet = "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 ProjectsJobsGet Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Get

Request Lenses

pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text) Source #

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

pjgLocation :: Lens' ProjectsJobsGet (Maybe Text) Source #

The location that contains this job.

pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text) Source #

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

pjgView :: Lens' ProjectsJobsGet (Maybe Text) Source #

The level of information requested in response.

pjgProjectId :: Lens' ProjectsJobsGet Text Source #

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