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.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 "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "view" 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:

Request Lenses

pjlUploadProtocol :: Lens' ProjectsJobsList (Maybe Text) Source

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

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 SUMMARY.

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.