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 |
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
See: Cloud Talent Solution API Reference for jobs.projects.jobs.get
.
Synopsis
- type ProjectsJobsGetResource = "v3p1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Job)))))))
- projectsJobsGet :: Text -> ProjectsJobsGet
- data ProjectsJobsGet
- pjgXgafv :: Lens' ProjectsJobsGet (Maybe Xgafv)
- pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text)
- pjgAccessToken :: Lens' ProjectsJobsGet (Maybe Text)
- pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text)
- pjgName :: Lens' ProjectsJobsGet Text
- pjgCallback :: Lens' ProjectsJobsGet (Maybe Text)
REST Resource
type ProjectsJobsGetResource = "v3p1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Job))))))) Source #
A resource alias for jobs.projects.jobs.get
method which the
ProjectsJobsGet
request conforms to.
Creating a Request
Creates a value of ProjectsJobsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsJobsGet Source #
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
See: projectsJobsGet
smart constructor.
Instances
Request Lenses
pjgUploadProtocol :: Lens' ProjectsJobsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pjgAccessToken :: Lens' ProjectsJobsGet (Maybe Text) Source #
OAuth access token.
pjgUploadType :: Lens' ProjectsJobsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pjgName :: Lens' ProjectsJobsGet Text Source #
Required. The resource name of the job to retrieve. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234".
pjgCallback :: Lens' ProjectsJobsGet (Maybe Text) Source #
JSONP