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 across all regions.
See: Dataflow API Reference for dataflow.projects.jobs.aggregated
.
Synopsis
- type ProjectsJobsAggregatedResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs:aggregated" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "location" 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))))))))))))))
- projectsJobsAggregated :: Text -> ProjectsJobsAggregated
- data ProjectsJobsAggregated
- pjaXgafv :: Lens' ProjectsJobsAggregated (Maybe Xgafv)
- pjaUploadProtocol :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaLocation :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaAccessToken :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaUploadType :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaView :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaFilter :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaPageToken :: Lens' ProjectsJobsAggregated (Maybe Text)
- pjaProjectId :: Lens' ProjectsJobsAggregated Text
- pjaPageSize :: Lens' ProjectsJobsAggregated (Maybe Int32)
- pjaCallback :: Lens' ProjectsJobsAggregated (Maybe Text)
REST Resource
type ProjectsJobsAggregatedResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs:aggregated" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "location" 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.jobs.aggregated
method which the
ProjectsJobsAggregated
request conforms to.
Creating a Request
projectsJobsAggregated Source #
Creates a value of ProjectsJobsAggregated
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsJobsAggregated Source #
List the jobs of a project across all regions.
See: projectsJobsAggregated
smart constructor.
Instances
Request Lenses
pjaUploadProtocol :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pjaLocation :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
The location that contains this job.
pjaAccessToken :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
OAuth access token.
pjaUploadType :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pjaView :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.
pjaPageToken :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
Set this to the 'next_page_token' field of a previous response to request additional results in a long list.
pjaProjectId :: Lens' ProjectsJobsAggregated Text Source #
The project which owns the jobs.
pjaPageSize :: Lens' ProjectsJobsAggregated (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.
pjaCallback :: Lens' ProjectsJobsAggregated (Maybe Text) Source #
JSONP