gogol-dataflow
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <[email protected]> Toni Cebrián <[email protected]>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

Description

Get encoded debug configuration for component. Not cacheable.

See: Dataflow API Reference for dataflow.projects.locations.jobs.debug.getConfig.

Synopsis

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

Instances details
Generic DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

Show DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

Eq DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

GoogleRequest DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

type Rep DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

type Rep DataflowProjectsLocationsJobsDebugGetConfig = D1 ('MetaData "DataflowProjectsLocationsJobsDebugGetConfig" "Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig" "gogol-dataflow-1.0.0-EJlGnaICbxy7ylXbjZezgJ" 'False) (C1 ('MetaCons "DataflowProjectsLocationsJobsDebugGetConfig" 'PrefixI 'True) (((S1 ('MetaSel ('Just "xgafv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "callback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GetDebugConfigRequest)) :*: (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "uploadType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uploadProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type Rs DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

type Scopes DataflowProjectsLocationsJobsDebugGetConfig Source # 
Instance details

Defined in Gogol.Dataflow.Projects.Locations.Jobs.Debug.GetConfig

newDataflowProjectsLocationsJobsDebugGetConfig Source #

Arguments

:: Text

The job id. See jobId.

-> Text

The regional endpoint that contains the job specified by job_id. See location.

-> GetDebugConfigRequest

Multipart request metadata. See payload.

-> Text

The project id. See projectId.

-> DataflowProjectsLocationsJobsDebugGetConfig 

Creates a value of DataflowProjectsLocationsJobsDebugGetConfig with the minimum fields required to make a request.