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 |
Get encoded debug configuration for component. Not cacheable.
See: Dataflow API Reference for dataflow.projects.jobs.debug.getConfig
.
Synopsis
- type ProjectsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("getConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetDebugConfigRequest :> Post '[JSON] GetDebugConfigResponse)))))))))))))
- projectsJobsDebugGetConfig :: Text -> GetDebugConfigRequest -> Text -> ProjectsJobsDebugGetConfig
- data ProjectsJobsDebugGetConfig
- pjdgcXgafv :: Lens' ProjectsJobsDebugGetConfig (Maybe Xgafv)
- pjdgcJobId :: Lens' ProjectsJobsDebugGetConfig Text
- pjdgcUploadProtocol :: Lens' ProjectsJobsDebugGetConfig (Maybe Text)
- pjdgcAccessToken :: Lens' ProjectsJobsDebugGetConfig (Maybe Text)
- pjdgcUploadType :: Lens' ProjectsJobsDebugGetConfig (Maybe Text)
- pjdgcPayload :: Lens' ProjectsJobsDebugGetConfig GetDebugConfigRequest
- pjdgcProjectId :: Lens' ProjectsJobsDebugGetConfig Text
- pjdgcCallback :: Lens' ProjectsJobsDebugGetConfig (Maybe Text)
REST Resource
type ProjectsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("getConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetDebugConfigRequest :> Post '[JSON] GetDebugConfigResponse))))))))))))) Source #
A resource alias for dataflow.projects.jobs.debug.getConfig
method which the
ProjectsJobsDebugGetConfig
request conforms to.
Creating a Request
projectsJobsDebugGetConfig Source #
Creates a value of ProjectsJobsDebugGetConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsJobsDebugGetConfig Source #
Get encoded debug configuration for component. Not cacheable.
See: projectsJobsDebugGetConfig
smart constructor.
Instances
Request Lenses
pjdgcXgafv :: Lens' ProjectsJobsDebugGetConfig (Maybe Xgafv) Source #
V1 error format.
pjdgcJobId :: Lens' ProjectsJobsDebugGetConfig Text Source #
The job id.
pjdgcUploadProtocol :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pjdgcAccessToken :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #
OAuth access token.
pjdgcUploadType :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pjdgcPayload :: Lens' ProjectsJobsDebugGetConfig GetDebugConfigRequest Source #
Multipart request metadata.
pjdgcProjectId :: Lens' ProjectsJobsDebugGetConfig Text Source #
The project id.
pjdgcCallback :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #
JSONP