Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig
Contents
Description
Get encoded debug configuration for component. Not cacheable.
See: Dataflow API Reference for dataflow.projects.locations.jobs.debug.getConfig
.
Synopsis
- type DataflowProjectsLocationsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("getConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetDebugConfigRequest :> Post '[JSON] GetDebugConfigResponse)))))))))))))))
- data DataflowProjectsLocationsJobsDebugGetConfig = DataflowProjectsLocationsJobsDebugGetConfig {}
- newDataflowProjectsLocationsJobsDebugGetConfig :: Text -> Text -> GetDebugConfigRequest -> Text -> DataflowProjectsLocationsJobsDebugGetConfig
Resource
type DataflowProjectsLocationsJobsDebugGetConfigResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("getConfig" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetDebugConfigRequest :> Post '[JSON] GetDebugConfigResponse))))))))))))))) Source #
A resource alias for dataflow.projects.locations.jobs.debug.getConfig
method which the
DataflowProjectsLocationsJobsDebugGetConfig
request conforms to.
Constructing a Request
data DataflowProjectsLocationsJobsDebugGetConfig Source #
Get encoded debug configuration for component. Not cacheable.
See: newDataflowProjectsLocationsJobsDebugGetConfig
smart constructor.
Constructors
DataflowProjectsLocationsJobsDebugGetConfig | |
Fields
|
Instances
newDataflowProjectsLocationsJobsDebugGetConfig Source #
Arguments
:: Text | The job id. See |
-> Text | The regional endpoint that contains the job specified by job_id. See |
-> GetDebugConfigRequest | Multipart request metadata. See |
-> Text | The project id. See |
-> DataflowProjectsLocationsJobsDebugGetConfig |
Creates a value of DataflowProjectsLocationsJobsDebugGetConfig
with the minimum fields required to make a request.