gogol-youtube-reporting-0.3.0: Google YouTube Reporting 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.YouTubeReporting.Jobs.List

Contents

Description

Lists jobs.

See: YouTube Reporting API Reference for youtubereporting.jobs.list.

Synopsis

REST Resource

type JobsListResource = "v1" :> ("jobs" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "includeSystemManaged" Bool :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "bearer_token" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListJobsResponse))))))))))))) Source #

A resource alias for youtubereporting.jobs.list method which the JobsList request conforms to.

Creating a Request

jobsList :: JobsList Source #

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

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

data JobsList Source #

Lists jobs.

See: jobsList smart constructor.

Instances

Eq JobsList Source # 
Data JobsList Source # 

Methods

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

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

toConstr :: JobsList -> Constr #

dataTypeOf :: JobsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobsList Source # 
Generic JobsList Source # 

Associated Types

type Rep JobsList :: * -> * #

Methods

from :: JobsList -> Rep JobsList x #

to :: Rep JobsList x -> JobsList #

GoogleRequest JobsList Source # 

Associated Types

type Rs JobsList :: * #

type Scopes JobsList :: [Symbol] #

type Rep JobsList Source # 
type Rep JobsList = D1 (MetaData "JobsList" "Network.Google.Resource.YouTubeReporting.Jobs.List" "gogol-youtube-reporting-0.3.0-zO6zhUl48wHyIn5mZadmT" False) (C1 (MetaCons "JobsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_jlXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_jlUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_jlPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_jlAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_jlUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_jlIncludeSystemManaged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_jlOnBehalfOfContentOwner") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_jlBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_jlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_jlPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_jlCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes JobsList Source # 
type Scopes JobsList = (:) Symbol "https://www.googleapis.com/auth/yt-analytics-monetary.readonly" ((:) Symbol "https://www.googleapis.com/auth/yt-analytics.readonly" ([] Symbol))
type Rs JobsList Source # 

Request Lenses

jlXgafv :: Lens' JobsList (Maybe Xgafv) Source #

V1 error format.

jlUploadProtocol :: Lens' JobsList (Maybe Text) Source #

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

jlPp :: Lens' JobsList Bool Source #

Pretty-print response.

jlAccessToken :: Lens' JobsList (Maybe Text) Source #

OAuth access token.

jlUploadType :: Lens' JobsList (Maybe Text) Source #

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

jlIncludeSystemManaged :: Lens' JobsList (Maybe Bool) Source #

If set to true, also system-managed jobs will be returned; otherwise only user-created jobs will be returned. System-managed jobs can neither be modified nor deleted.

jlOnBehalfOfContentOwner :: Lens' JobsList (Maybe Text) Source #

The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).

jlBearerToken :: Lens' JobsList (Maybe Text) Source #

OAuth bearer token.

jlPageToken :: Lens' JobsList (Maybe Text) Source #

A token identifying a page of results the server should return. Typically, this is the value of ListReportTypesResponse.next_page_token returned in response to the previous call to the `ListJobs` method.

jlPageSize :: Lens' JobsList (Maybe Int32) Source #

Requested page size. Server may return fewer jobs than requested. If unspecified, server will pick an appropriate default.