gogol-dataproc-0.3.0: Google Cloud Dataproc 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.Dataproc.Projects.Regions.Jobs.Get

Contents

Description

Gets the resource representation for a job in a project.

See: Google Cloud Dataproc API Reference for dataproc.projects.regions.jobs.get.

Synopsis

REST Resource

type ProjectsRegionsJobsGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("regions" :> (Capture "region" 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 :> Get '[JSON] Job)))))))))))))) Source #

A resource alias for dataproc.projects.regions.jobs.get method which the ProjectsRegionsJobsGet request conforms to.

Creating a Request

projectsRegionsJobsGet Source #

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

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

data ProjectsRegionsJobsGet Source #

Gets the resource representation for a job in a project.

See: projectsRegionsJobsGet smart constructor.

Instances

Eq ProjectsRegionsJobsGet Source # 
Data ProjectsRegionsJobsGet Source # 

Methods

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

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

toConstr :: ProjectsRegionsJobsGet -> Constr #

dataTypeOf :: ProjectsRegionsJobsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

prjgUploadProtocol :: Lens' ProjectsRegionsJobsGet (Maybe Text) Source #

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

prjgPp :: Lens' ProjectsRegionsJobsGet Bool Source #

Pretty-print response.

prjgUploadType :: Lens' ProjectsRegionsJobsGet (Maybe Text) Source #

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

prjgRegion :: Lens' ProjectsRegionsJobsGet Text Source #

Required
The Cloud Dataproc region in which to handle the request.

prjgProjectId :: Lens' ProjectsRegionsJobsGet Text Source #

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