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

Contents

Description

List the jobs of a project across all regions.

See: Dataflow API Reference for dataflow.projects.jobs.aggregated.

Synopsis

REST Resource

type ProjectsJobsAggregatedResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("jobs:aggregated" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "location" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListJobsResponse)))))))))))))) Source #

A resource alias for dataflow.projects.jobs.aggregated method which the ProjectsJobsAggregated request conforms to.

Creating a Request

projectsJobsAggregated Source #

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

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

data ProjectsJobsAggregated Source #

List the jobs of a project across all regions.

See: projectsJobsAggregated smart constructor.

Instances
Eq ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

Data ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

Methods

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

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

toConstr :: ProjectsJobsAggregated -> Constr #

dataTypeOf :: ProjectsJobsAggregated -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

Generic ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

Associated Types

type Rep ProjectsJobsAggregated :: Type -> Type #

GoogleRequest ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

type Rep ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

type Scopes ProjectsJobsAggregated Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

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

Defined in Network.Google.Resource.Dataflow.Projects.Jobs.Aggregated

Request Lenses

pjaUploadProtocol :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

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

pjaLocation :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

The location that contains this job.

pjaUploadType :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

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

pjaView :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

Level of information requested in response. Default is `JOB_VIEW_SUMMARY`.

pjaFilter :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

The kind of filter to use.

pjaPageToken :: Lens' ProjectsJobsAggregated (Maybe Text) Source #

Set this to the 'next_page_token' field of a previous response to request additional results in a long list.

pjaProjectId :: Lens' ProjectsJobsAggregated Text Source #

The project which owns the jobs.

pjaPageSize :: Lens' ProjectsJobsAggregated (Maybe Int32) Source #

If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.