gogol-play-moviespartner-0.1.0: Google Play Movies Partner 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.PlayMoviesPartner.Accounts.ExperienceLocales.Get

Contents

Description

Get an ExperienceLocale given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.experienceLocales.get.

Synopsis

REST Resource

type AccountsExperienceLocalesGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("experienceLocales" :> (Capture "elId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ExperienceLocale)))))))))))) Source #

A resource alias for playmoviespartner.accounts.experienceLocales.get method which the AccountsExperienceLocalesGet request conforms to.

Creating a Request

accountsExperienceLocalesGet Source #

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

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

data AccountsExperienceLocalesGet Source #

Get an ExperienceLocale given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: accountsExperienceLocalesGet smart constructor.

Instances

Eq AccountsExperienceLocalesGet Source # 
Data AccountsExperienceLocalesGet Source # 

Methods

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

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

toConstr :: AccountsExperienceLocalesGet -> Constr #

dataTypeOf :: AccountsExperienceLocalesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsExperienceLocalesGet Source # 
Generic AccountsExperienceLocalesGet Source # 
GoogleRequest AccountsExperienceLocalesGet Source # 
type Rep AccountsExperienceLocalesGet Source # 
type Rep AccountsExperienceLocalesGet = D1 (MetaData "AccountsExperienceLocalesGet" "Network.Google.Resource.PlayMoviesPartner.Accounts.ExperienceLocales.Get" "gogol-play-moviespartner-0.1.0-BoAe4bLCDIKLgjyJ6UgKK2" False) (C1 (MetaCons "AccountsExperienceLocalesGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aelgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aelgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aelgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_aelgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aelgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aelgElId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aelgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_aelgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aelgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AccountsExperienceLocalesGet Source # 
type Scopes AccountsExperienceLocalesGet = (:) Symbol "https://www.googleapis.com/auth/playmovies_partner.readonly" ([] Symbol)
type Rs AccountsExperienceLocalesGet Source # 

Request Lenses

aelgUploadProtocol :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source #

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

aelgUploadType :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source #

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

aelgElId :: Lens' AccountsExperienceLocalesGet Text Source #

REQUIRED. ExperienceLocale ID, as defined by Google.

aelgAccountId :: Lens' AccountsExperienceLocalesGet Text Source #

REQUIRED. See _General rules_ for more information about this field.