gogol-dataflow-0.3.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.List

Contents

Description

List the jobs of a project.

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

Synopsis

REST Resource

type ProjectsJobsListResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "location" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "view" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListJobsResponse)))))))))))))))) Source #

A resource alias for dataflow.projects.jobs.list method which the ProjectsJobsList request conforms to.

Creating a Request

projectsJobsList Source #

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

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

data ProjectsJobsList Source #

List the jobs of a project.

See: projectsJobsList smart constructor.

Instances

Eq ProjectsJobsList Source # 
Data ProjectsJobsList Source # 

Methods

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

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

toConstr :: ProjectsJobsList -> Constr #

dataTypeOf :: ProjectsJobsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsList Source # 
Generic ProjectsJobsList Source # 
GoogleRequest ProjectsJobsList Source # 
type Rep ProjectsJobsList Source # 
type Rep ProjectsJobsList = D1 (MetaData "ProjectsJobsList" "Network.Google.Resource.Dataflow.Projects.Jobs.List" "gogol-dataflow-0.3.0-KsZ9x6K8mUeFQUCNjg14b" False) (C1 (MetaCons "ProjectsJobsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pjlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pjlLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_pjlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pjlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pjlBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pjlFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pjlProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pjlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_pjlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsJobsList Source # 
type Scopes ProjectsJobsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ([] Symbol))
type Rs ProjectsJobsList Source # 

Request Lenses

pjlUploadProtocol :: Lens' ProjectsJobsList (Maybe Text) Source #

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

pjlLocation :: Lens' ProjectsJobsList (Maybe Text) Source #

The location that contains this job.

pjlPp :: Lens' ProjectsJobsList Bool Source #

Pretty-print response.

pjlUploadType :: Lens' ProjectsJobsList (Maybe Text) Source #

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

pjlView :: Lens' ProjectsJobsList (Maybe Text) Source #

Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.

pjlFilter :: Lens' ProjectsJobsList (Maybe Text) Source #

The kind of filter to use.

pjlPageToken :: Lens' ProjectsJobsList (Maybe Text) Source #

Set this to the 'next_page_token' field of a previous response to request additional results in a long list.

pjlProjectId :: Lens' ProjectsJobsList Text Source #

The project which owns the jobs.

pjlPageSize :: Lens' ProjectsJobsList (Maybe Int32) Source #

If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.