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.locations.jobs.debug.sendCapture
.
Synopsis
- type ProjectsLocationsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" 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)))))))))))))))
- projectsLocationsJobsDebugSendCapture :: Text -> Text -> SendDebugCaptureRequest -> Text -> ProjectsLocationsJobsDebugSendCapture
- data ProjectsLocationsJobsDebugSendCapture
- pljdscXgafv :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Xgafv)
- pljdscJobId :: Lens' ProjectsLocationsJobsDebugSendCapture Text
- pljdscUploadProtocol :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text)
- pljdscLocation :: Lens' ProjectsLocationsJobsDebugSendCapture Text
- pljdscAccessToken :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text)
- pljdscUploadType :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text)
- pljdscPayload :: Lens' ProjectsLocationsJobsDebugSendCapture SendDebugCaptureRequest
- pljdscProjectId :: Lens' ProjectsLocationsJobsDebugSendCapture Text
- pljdscCallback :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text)
REST Resource
type ProjectsLocationsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" 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.locations.jobs.debug.sendCapture
method which the
ProjectsLocationsJobsDebugSendCapture
request conforms to.
Creating a Request
projectsLocationsJobsDebugSendCapture Source #
Creates a value of ProjectsLocationsJobsDebugSendCapture
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsJobsDebugSendCapture Source #
Send encoded debug capture data for component.
See: projectsLocationsJobsDebugSendCapture
smart constructor.
Instances
Request Lenses
pljdscXgafv :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Xgafv) Source #
V1 error format.
pljdscJobId :: Lens' ProjectsLocationsJobsDebugSendCapture Text Source #
The job id.
pljdscUploadProtocol :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pljdscLocation :: Lens' ProjectsLocationsJobsDebugSendCapture Text Source #
The location which contains the job specified by job_id.
pljdscAccessToken :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text) Source #
OAuth access token.
pljdscUploadType :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pljdscPayload :: Lens' ProjectsLocationsJobsDebugSendCapture SendDebugCaptureRequest Source #
Multipart request metadata.
pljdscProjectId :: Lens' ProjectsLocationsJobsDebugSendCapture Text Source #
The project id.