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

Contents

Description

Gets the metadata of a specific report.

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

Synopsis

REST Resource

type JobsReportsGetResource = "v1" :> ("jobs" :> (Capture "jobId" Text :> ("reports" :> (Capture "reportId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Report))))))))))))) Source #

A resource alias for youtubereporting.jobs.reports.get method which the JobsReportsGet request conforms to.

Creating a Request

jobsReportsGet Source #

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

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

data JobsReportsGet Source #

Gets the metadata of a specific report.

See: jobsReportsGet smart constructor.

Instances

Eq JobsReportsGet Source # 
Data JobsReportsGet Source # 

Methods

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

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

toConstr :: JobsReportsGet -> Constr #

dataTypeOf :: JobsReportsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobsReportsGet Source # 
Generic JobsReportsGet Source # 

Associated Types

type Rep JobsReportsGet :: * -> * #

GoogleRequest JobsReportsGet Source # 
type Rep JobsReportsGet Source # 
type Scopes JobsReportsGet Source # 
type Scopes JobsReportsGet = (:) Symbol "https://www.googleapis.com/auth/yt-analytics-monetary.readonly" ((:) Symbol "https://www.googleapis.com/auth/yt-analytics.readonly" ([] Symbol))
type Rs JobsReportsGet Source # 

Request Lenses

jrgJobId :: Lens' JobsReportsGet Text Source #

The ID of the job.

jrgUploadProtocol :: Lens' JobsReportsGet (Maybe Text) Source #

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

jrgPp :: Lens' JobsReportsGet Bool Source #

Pretty-print response.

jrgReportId :: Lens' JobsReportsGet Text Source #

The ID of the report to retrieve.

jrgUploadType :: Lens' JobsReportsGet (Maybe Text) Source #

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

jrgOnBehalfOfContentOwner :: Lens' JobsReportsGet (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).