gogol-youtube-reporting-0.0.1: Google YouTube Reporting SDK.

Copyright(c) 2015 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" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (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:

Request Lenses

jlXgafv :: Lens' JobsList (Maybe Text) 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").

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.