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

Contents

Description

Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

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

Synopsis

REST Resource

type JobsReportsListResource = "v1" :> ("jobs" :> (Capture "jobId" Text :> ("reports" :> (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]` ListReportsResponse)))))))))))))) Source

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

Creating a Request

jobsReportsList Source

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

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

data JobsReportsList Source

Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

See: jobsReportsList smart constructor.

Request Lenses

jrlUploadProtocol :: Lens' JobsReportsList (Maybe Text) Source

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

jrlPp :: Lens' JobsReportsList Bool Source

Pretty-print response.

jrlUploadType :: Lens' JobsReportsList (Maybe Text) Source

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

jrlOnBehalfOfContentOwner :: Lens' JobsReportsList (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).

jrlPageToken :: Lens' JobsReportsList (Maybe Text) Source

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

jrlPageSize :: Lens' JobsReportsList (Maybe Int32) Source

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