gogol-dataflow-0.4.0: Google Dataflow SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Contents

Description

Get encoded debug configuration for component. Not cacheable.

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

Synopsis

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

data ProjectsJobsDebugGetConfig Source #

Get encoded debug configuration for component. Not cacheable.

See: projectsJobsDebugGetConfig smart constructor.

Instances
Eq ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Data ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsJobsDebugGetConfig -> c ProjectsJobsDebugGetConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsJobsDebugGetConfig #

toConstr :: ProjectsJobsDebugGetConfig -> Constr #

dataTypeOf :: ProjectsJobsDebugGetConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsJobsDebugGetConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsJobsDebugGetConfig) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsJobsDebugGetConfig -> ProjectsJobsDebugGetConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsJobsDebugGetConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsJobsDebugGetConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsJobsDebugGetConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsJobsDebugGetConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsJobsDebugGetConfig -> m ProjectsJobsDebugGetConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsJobsDebugGetConfig -> m ProjectsJobsDebugGetConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsJobsDebugGetConfig -> m ProjectsJobsDebugGetConfig #

Show ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Generic ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Associated Types

type Rep ProjectsJobsDebugGetConfig :: Type -> Type #

GoogleRequest ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

type Rep ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

type Rep ProjectsJobsDebugGetConfig = D1 (MetaData "ProjectsJobsDebugGetConfig" "Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ProjectsJobsDebugGetConfig'" PrefixI True) (((S1 (MetaSel (Just "_pjdgcXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pjdgcJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_pjdgcUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pjdgcAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pjdgcUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pjdgcPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GetDebugConfigRequest)) :*: (S1 (MetaSel (Just "_pjdgcProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pjdgcCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

type Scopes ProjectsJobsDebugGetConfig = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ("https://www.googleapis.com/auth/userinfo.email" ': ([] :: [Symbol]))))
type Rs ProjectsJobsDebugGetConfig Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Debug.GetConfig

Request Lenses

pjdgcUploadProtocol :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pjdgcUploadType :: Lens' ProjectsJobsDebugGetConfig (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").