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.locations.jobs.debug.getConfig
.
Synopsis
- type ProjectsLocationsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" 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)))))))))))))))
- projectsLocationsJobsDebugGetConfig :: Text -> Text -> GetDebugConfigRequest -> Text -> ProjectsLocationsJobsDebugGetConfig
- data ProjectsLocationsJobsDebugGetConfig
- pljdgcXgafv :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Xgafv)
- pljdgcJobId :: Lens' ProjectsLocationsJobsDebugGetConfig Text
- pljdgcUploadProtocol :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text)
- pljdgcLocation :: Lens' ProjectsLocationsJobsDebugGetConfig Text
- pljdgcAccessToken :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text)
- pljdgcUploadType :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text)
- pljdgcPayload :: Lens' ProjectsLocationsJobsDebugGetConfig GetDebugConfigRequest
- pljdgcProjectId :: Lens' ProjectsLocationsJobsDebugGetConfig Text
- pljdgcCallback :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text)
REST Resource
type ProjectsLocationsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" 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.locations.jobs.debug.getConfig
method which the
ProjectsLocationsJobsDebugGetConfig
request conforms to.
Creating a Request
projectsLocationsJobsDebugGetConfig Source #
Creates a value of ProjectsLocationsJobsDebugGetConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsJobsDebugGetConfig Source #
Get encoded debug configuration for component. Not cacheable.
See: projectsLocationsJobsDebugGetConfig
smart constructor.
Instances
Request Lenses
pljdgcXgafv :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Xgafv) Source #
V1 error format.
pljdgcJobId :: Lens' ProjectsLocationsJobsDebugGetConfig Text Source #
The job id.
pljdgcUploadProtocol :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pljdgcLocation :: Lens' ProjectsLocationsJobsDebugGetConfig Text Source #
The regional endpoint that contains the job specified by job_id.
pljdgcAccessToken :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text) Source #
OAuth access token.
pljdgcUploadType :: Lens' ProjectsLocationsJobsDebugGetConfig (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pljdgcPayload :: Lens' ProjectsLocationsJobsDebugGetConfig GetDebugConfigRequest Source #
Multipart request metadata.
pljdgcProjectId :: Lens' ProjectsLocationsJobsDebugGetConfig Text Source #
The project id.