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.SendCapture

Contents

Description

Send encoded debug capture data for component.

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

Synopsis

REST Resource

type ProjectsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("debug" :> ("sendCapture" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SendDebugCaptureRequest :> Post '[JSON] SendDebugCaptureResponse))))))))))))) Source #

A resource alias for dataflow.projects.jobs.debug.sendCapture method which the ProjectsJobsDebugSendCapture request conforms to.

Creating a Request

data ProjectsJobsDebugSendCapture Source #

Send encoded debug capture data for component.

See: projectsJobsDebugSendCapture smart constructor.

Instances
Eq ProjectsJobsDebugSendCapture Source # 
Instance details

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

Data ProjectsJobsDebugSendCapture Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsJobsDebugSendCapture -> Constr #

dataTypeOf :: ProjectsJobsDebugSendCapture -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsDebugSendCapture Source # 
Instance details

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

Generic ProjectsJobsDebugSendCapture Source # 
Instance details

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

Associated Types

type Rep ProjectsJobsDebugSendCapture :: Type -> Type #

GoogleRequest ProjectsJobsDebugSendCapture Source # 
Instance details

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

type Rep ProjectsJobsDebugSendCapture Source # 
Instance details

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

type Rep ProjectsJobsDebugSendCapture = D1 (MetaData "ProjectsJobsDebugSendCapture" "Network.Google.Resource.Dataflow.Projects.Jobs.Debug.SendCapture" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ProjectsJobsDebugSendCapture'" PrefixI True) (((S1 (MetaSel (Just "_pjdscXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pjdscJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_pjdscUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pjdscAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pjdscUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pjdscPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SendDebugCaptureRequest)) :*: (S1 (MetaSel (Just "_pjdscProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pjdscCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsJobsDebugSendCapture Source # 
Instance details

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

type Scopes ProjectsJobsDebugSendCapture = "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 ProjectsJobsDebugSendCapture Source # 
Instance details

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

Request Lenses

pjdscUploadProtocol :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #

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

pjdscUploadType :: Lens' ProjectsJobsDebugSendCapture (Maybe Text) Source #

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