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

Contents

Description

Gets a job.

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

Synopsis

REST Resource

type JobsGetResource = "v1" :> ("jobs" :> (Capture "jobId" 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] Job))))))))))) Source #

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

Creating a Request

jobsGet Source #

Arguments

:: Text

jgJobId

-> JobsGet 

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

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

data JobsGet Source #

Gets a job.

See: jobsGet smart constructor.

Instances

Eq JobsGet Source # 

Methods

(==) :: JobsGet -> JobsGet -> Bool #

(/=) :: JobsGet -> JobsGet -> Bool #

Data JobsGet Source # 

Methods

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

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

toConstr :: JobsGet -> Constr #

dataTypeOf :: JobsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show JobsGet Source # 
Generic JobsGet Source # 

Associated Types

type Rep JobsGet :: * -> * #

Methods

from :: JobsGet -> Rep JobsGet x #

to :: Rep JobsGet x -> JobsGet #

GoogleRequest JobsGet Source # 

Associated Types

type Rs JobsGet :: * #

type Scopes JobsGet :: [Symbol] #

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

Request Lenses

jgXgafv :: Lens' JobsGet (Maybe Xgafv) Source #

V1 error format.

jgJobId :: Lens' JobsGet Text Source #

The ID of the job to retrieve.

jgUploadProtocol :: Lens' JobsGet (Maybe Text) Source #

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

jgPp :: Lens' JobsGet Bool Source #

Pretty-print response.

jgAccessToken :: Lens' JobsGet (Maybe Text) Source #

OAuth access token.

jgUploadType :: Lens' JobsGet (Maybe Text) Source #

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

jgOnBehalfOfContentOwner :: Lens' JobsGet (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).

jgBearerToken :: Lens' JobsGet (Maybe Text) Source #

OAuth bearer token.