gogol-dataflow-0.3.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.Messages.List

Contents

Description

Request the job status.

See: Google Dataflow API Reference for dataflow.projects.locations.jobs.messages.list.

Synopsis

REST Resource

type ProjectsLocationsJobsMessagesListResource = "v1b3" :> ("projects" :> (Capture "projectId" Text :> ("locations" :> (Capture "location" Text :> ("jobs" :> (Capture "jobId" Text :> ("messages" :> (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 "endTime" Text :> (QueryParam "minimumImportance" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListJobMessagesResponse)))))))))))))))))))) Source #

A resource alias for dataflow.projects.locations.jobs.messages.list method which the ProjectsLocationsJobsMessagesList request conforms to.

Creating a Request

data ProjectsLocationsJobsMessagesList Source #

Request the job status.

See: projectsLocationsJobsMessagesList smart constructor.

Instances

Eq ProjectsLocationsJobsMessagesList Source # 
Data ProjectsLocationsJobsMessagesList Source # 

Methods

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

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

toConstr :: ProjectsLocationsJobsMessagesList -> Constr #

dataTypeOf :: ProjectsLocationsJobsMessagesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsJobsMessagesList Source # 
Generic ProjectsLocationsJobsMessagesList Source # 
GoogleRequest ProjectsLocationsJobsMessagesList Source # 
type Rep ProjectsLocationsJobsMessagesList Source # 
type Rep ProjectsLocationsJobsMessagesList = D1 (MetaData "ProjectsLocationsJobsMessagesList" "Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List" "gogol-dataflow-0.3.0-KsZ9x6K8mUeFQUCNjg14b" False) (C1 (MetaCons "ProjectsLocationsJobsMessagesList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pljmlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pljmlStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_pljmlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pljmlBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pljmlMinimumImportance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pljmlProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pljmlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_pljmlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsLocationsJobsMessagesList Source # 
type Scopes ProjectsLocationsJobsMessagesList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ([] Symbol))
type Rs ProjectsLocationsJobsMessagesList Source # 

Request Lenses

pljmlUploadProtocol :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

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

pljmlLocation :: Lens' ProjectsLocationsJobsMessagesList Text Source #

The location which contains the job specified by job_id.

pljmlStartTime :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).

pljmlUploadType :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

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

pljmlEndTime :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).

pljmlMinimumImportance :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

Filter to only get messages with importance >= level

pljmlPageToken :: Lens' ProjectsLocationsJobsMessagesList (Maybe Text) Source #

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

pljmlPageSize :: Lens' ProjectsLocationsJobsMessagesList (Maybe Int32) Source #

If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.