Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
List the jobs of a project in a given region.
See: Dataflow API Reference for dataflow.projects.locations.jobs.list
.
Synopsis
- type ProjectsLocationsJobsListResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("jobs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListJobsResponse)))))))))))))))
- projectsLocationsJobsList :: Text -> Text -> ProjectsLocationsJobsList
- data ProjectsLocationsJobsList
- pljlXgafv :: Lens' ProjectsLocationsJobsList (Maybe Xgafv)
- pljlUploadProtocol :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlLocation :: Lens' ProjectsLocationsJobsList Text
- pljlAccessToken :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlUploadType :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlView :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlFilter :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlPageToken :: Lens' ProjectsLocationsJobsList (Maybe Text)
- pljlProjectId :: Lens' ProjectsLocationsJobsList Text
- pljlPageSize :: Lens' ProjectsLocationsJobsList (Maybe Int32)
- pljlCallback :: Lens' ProjectsLocationsJobsList (Maybe Text)
REST Resource
type ProjectsLocationsJobsListResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("jobs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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.locations.jobs.list
method which the
ProjectsLocationsJobsList
request conforms to.
Creating a Request
projectsLocationsJobsList Source #
Creates a value of ProjectsLocationsJobsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsJobsList Source #
List the jobs of a project in a given region.
See: projectsLocationsJobsList
smart constructor.
Instances
Request Lenses
pljlUploadProtocol :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pljlLocation :: Lens' ProjectsLocationsJobsList Text Source #
The location that contains this job.
pljlAccessToken :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
OAuth access token.
pljlUploadType :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pljlView :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.
pljlFilter :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
The kind of filter to use.
pljlPageToken :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
pljlProjectId :: Lens' ProjectsLocationsJobsList Text Source #
The project which owns the jobs.
pljlPageSize :: Lens' ProjectsLocationsJobsList (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.
pljlCallback :: Lens' ProjectsLocationsJobsList (Maybe Text) Source #
JSONP