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 |
Send encoded debug capture data for component.
See: Dataflow API Reference for dataflow.projects.jobs.debug.sendCapture
.
Synopsis
- type ProjectsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("sendCapture" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SendDebugCaptureRequest :> Post '[JSON] SendDebugCaptureResponse)))))))))))))
- projectsJobsDebugSendCapture :: Text -> SendDebugCaptureRequest -> Text -> ProjectsJobsDebugSendCapture
- data ProjectsJobsDebugSendCapture
- pjdscXgafv :: Lens' ProjectsJobsDebugSendCapture (Maybe Xgafv)
- pjdscJobId :: Lens' ProjectsJobsDebugSendCapture Text
- pjdscUploadProtocol :: Lens' ProjectsJobsDebugSendCapture (Maybe Text)
- pjdscAccessToken :: Lens' ProjectsJobsDebugSendCapture (Maybe Text)
- pjdscUploadType :: Lens' ProjectsJobsDebugSendCapture (Maybe Text)
- pjdscPayload :: Lens' ProjectsJobsDebugSendCapture SendDebugCaptureRequest
- pjdscProjectId :: Lens' ProjectsJobsDebugSendCapture Text
- pjdscCallback :: Lens' ProjectsJobsDebugSendCapture (Maybe Text)
REST Resource
type ProjectsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("sendCapture" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SendDebugCaptureRequest :> Post '[JSON] SendDebugCaptureResponse))))))))))))) Source #
A resource alias for dataflow.projects.jobs.debug.sendCapture
method which the
ProjectsJobsDebugSendCapture
request conforms to.
Creating a Request
projectsJobsDebugSendCapture Source #
Creates a value of ProjectsJobsDebugSendCapture
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsJobsDebugSendCapture Source #
Send encoded debug capture data for component.
See: projectsJobsDebugSendCapture
smart constructor.
Instances
Request Lenses
pjdscXgafv :: Lens' ProjectsJobsDebugSendCapture (Maybe Xgafv) Source #
V1 error format.
pjdscJobId :: Lens' ProjectsJobsDebugSendCapture Text Source #
The job id.
pjdscUploadProtocol :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pjdscAccessToken :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #
OAuth access token.
pjdscUploadType :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pjdscPayload :: Lens' ProjectsJobsDebugSendCapture SendDebugCaptureRequest Source #
Multipart request metadata.
pjdscProjectId :: Lens' ProjectsJobsDebugSendCapture Text Source #
The project id.
pjdscCallback :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #
JSONP