gogol-youtube-0.5.0: Google YouTube Data 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.YouTube.I18nRegions.List

Contents

Description

Returns a list of content regions that the YouTube website supports.

See: YouTube Data API Reference for youtube.i18nRegions.list.

Synopsis

REST Resource

type I18nRegionsListResource = "youtube" :> ("v3" :> ("i18nRegions" :> (QueryParam "part" Text :> (QueryParam "hl" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] I18nRegionListResponse))))) Source #

A resource alias for youtube.i18nRegions.list method which the I18nRegionsList request conforms to.

Creating a Request

i18nRegionsList Source #

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

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

data I18nRegionsList Source #

Returns a list of content regions that the YouTube website supports.

See: i18nRegionsList smart constructor.

Instances
Eq I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Data I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Methods

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

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

toConstr :: I18nRegionsList -> Constr #

dataTypeOf :: I18nRegionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Generic I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Associated Types

type Rep I18nRegionsList :: Type -> Type #

GoogleRequest I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Associated Types

type Rs I18nRegionsList :: Type #

type Scopes I18nRegionsList :: [Symbol] #

type Rep I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

type Rep I18nRegionsList = D1 (MetaData "I18nRegionsList" "Network.Google.Resource.YouTube.I18nRegions.List" "gogol-youtube-0.5.0-E1wAk7ot8IcIJSF7D3gEAs" False) (C1 (MetaCons "I18nRegionsList'" PrefixI True) (S1 (MetaSel (Just "_irlPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_irlHl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

type Scopes I18nRegionsList = "https://www.googleapis.com/auth/youtube" ': ("https://www.googleapis.com/auth/youtube.force-ssl" ': ("https://www.googleapis.com/auth/youtube.readonly" ': ("https://www.googleapis.com/auth/youtubepartner" ': ([] :: [Symbol]))))
type Rs I18nRegionsList Source # 
Instance details

Defined in Network.Google.Resource.YouTube.I18nRegions.List

Request Lenses

irlPart :: Lens' I18nRegionsList Text Source #

The part parameter specifies the i18nRegion resource properties that the API response will include. Set the parameter value to snippet.

irlHl :: Lens' I18nRegionsList Text Source #

The hl parameter specifies the language that should be used for text values in the API response.