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.Locations.Jobs.Debug.SendCapture

Contents

Description

Send encoded debug capture data for component.

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

Synopsis

REST Resource

type ProjectsLocationsJobsDebugSendCaptureResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" 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.locations.jobs.debug.sendCapture method which the ProjectsLocationsJobsDebugSendCapture request conforms to.

Creating a Request

data ProjectsLocationsJobsDebugSendCapture Source #

Send encoded debug capture data for component.

See: projectsLocationsJobsDebugSendCapture smart constructor.

Instances
Eq ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

Data ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsLocationsJobsDebugSendCapture -> Constr #

dataTypeOf :: ProjectsLocationsJobsDebugSendCapture -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

Generic ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

GoogleRequest ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

type Rep ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

type Rep ProjectsLocationsJobsDebugSendCapture = D1 (MetaData "ProjectsLocationsJobsDebugSendCapture" "Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Debug.SendCapture" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ProjectsLocationsJobsDebugSendCapture'" PrefixI True) (((S1 (MetaSel (Just "_pljdscXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_pljdscJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_pljdscUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pljdscLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: ((S1 (MetaSel (Just "_pljdscAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pljdscUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pljdscPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SendDebugCaptureRequest) :*: (S1 (MetaSel (Just "_pljdscProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pljdscCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsLocationsJobsDebugSendCapture Source # 
Instance details

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

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

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

Request Lenses

pljdscUploadProtocol :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text) Source #

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

pljdscLocation :: Lens' ProjectsLocationsJobsDebugSendCapture Text Source #

The location which contains the job specified by job_id.

pljdscUploadType :: Lens' ProjectsLocationsJobsDebugSendCapture (Maybe Text) Source #

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