gogol-dataflow-0.2.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: Google 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" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" 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 # 
Data ProjectsJobsDebugSendCapture Source # 

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 # 
Generic ProjectsJobsDebugSendCapture Source # 
GoogleRequest ProjectsJobsDebugSendCapture Source # 
type Rep ProjectsJobsDebugSendCapture Source # 
type Scopes ProjectsJobsDebugSendCapture Source # 
type Scopes ProjectsJobsDebugSendCapture = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ([] Symbol))
type Rs ProjectsJobsDebugSendCapture Source # 

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").