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.Messages.List

Contents

Description

Request the job status.

See: 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" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "startTime" DateTime' :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "endTime" DateTime' :> (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 # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

Data ProjectsLocationsJobsMessagesList Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

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 # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

Generic ProjectsLocationsJobsMessagesList Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

Associated Types

type Rep ProjectsLocationsJobsMessagesList :: Type -> Type #

GoogleRequest ProjectsLocationsJobsMessagesList Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

type Rep ProjectsLocationsJobsMessagesList Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

type Rep ProjectsLocationsJobsMessagesList = D1 (MetaData "ProjectsLocationsJobsMessagesList" "Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List" "gogol-dataflow-0.4.0-3JQL14p7A16KlOtsdaG1RC" False) (C1 (MetaCons "ProjectsLocationsJobsMessagesList'" PrefixI True) (((S1 (MetaSel (Just "_pljmlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pljmlJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pljmlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pljmlLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pljmlStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_pljmlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_pljmlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pljmlEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_pljmlMinimumImportance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pljmlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pljmlProjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_pljmlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pljmlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsLocationsJobsMessagesList Source # 
Instance details

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

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

Defined in Network.Google.Resource.Dataflow.Projects.Locations.Jobs.Messages.List

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