gogol-dataflow-0.1.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.GetMetrics

Contents

Description

Request the job status.

See: Google Dataflow API Reference for dataflow.projects.jobs.getMetrics.

Synopsis

REST Resource

type ProjectsJobsGetMetricsResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs" :> (Capture "jobId" Text :> ("metrics" :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "startTime" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] JobMetrics)))))))))))))) Source #

A resource alias for dataflow.projects.jobs.getMetrics method which the ProjectsJobsGetMetrics request conforms to.

Creating a Request

projectsJobsGetMetrics Source #

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

Use one of the following lenses to modify other fields as desired:

data ProjectsJobsGetMetrics Source #

Request the job status.

See: projectsJobsGetMetrics smart constructor.

Instances

Eq ProjectsJobsGetMetrics Source # 
Data ProjectsJobsGetMetrics Source # 

Methods

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

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

toConstr :: ProjectsJobsGetMetrics -> Constr #

dataTypeOf :: ProjectsJobsGetMetrics -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsGetMetrics Source # 
Generic ProjectsJobsGetMetrics Source # 
GoogleRequest ProjectsJobsGetMetrics Source # 
type Rep ProjectsJobsGetMetrics Source # 
type Scopes ProjectsJobsGetMetrics Source # 
type Scopes ProjectsJobsGetMetrics = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ([] Symbol))
type Rs ProjectsJobsGetMetrics Source # 

Request Lenses

pjgmJobId :: Lens' ProjectsJobsGetMetrics Text Source #

The job to get messages for.

pjgmUploadProtocol :: Lens' ProjectsJobsGetMetrics (Maybe Text) Source #

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

pjgmStartTime :: Lens' ProjectsJobsGetMetrics (Maybe Text) Source #

Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.

pjgmPp :: Lens' ProjectsJobsGetMetrics Bool Source #

Pretty-print response.

pjgmUploadType :: Lens' ProjectsJobsGetMetrics (Maybe Text) Source #

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