gogol-play-moviespartner-0.3.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.StoreInfos.Country.Get

Contents

Description

Get a StoreInfo given its video id and country. 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.storeInfos.country.get.

Synopsis

REST Resource

type AccountsStoreInfosCountryGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("storeInfos" :> (Capture "videoId" Text :> ("country" :> (Capture "country" 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] StoreInfo)))))))))))))) Source #

A resource alias for playmoviespartner.accounts.storeInfos.country.get method which the AccountsStoreInfosCountryGet request conforms to.

Creating a Request

data AccountsStoreInfosCountryGet Source #

Get a StoreInfo given its video id and country. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: accountsStoreInfosCountryGet smart constructor.

Instances

Eq AccountsStoreInfosCountryGet Source # 
Data AccountsStoreInfosCountryGet Source # 

Methods

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

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

toConstr :: AccountsStoreInfosCountryGet -> Constr #

dataTypeOf :: AccountsStoreInfosCountryGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsStoreInfosCountryGet Source # 
Generic AccountsStoreInfosCountryGet Source # 
GoogleRequest AccountsStoreInfosCountryGet Source # 
type Rep AccountsStoreInfosCountryGet Source # 
type Rep AccountsStoreInfosCountryGet = D1 (MetaData "AccountsStoreInfosCountryGet" "Network.Google.Resource.PlayMoviesPartner.Accounts.StoreInfos.Country.Get" "gogol-play-moviespartner-0.3.0-BrFyikNg6Dl35Z6qWaZ1TN" False) (C1 (MetaCons "AccountsStoreInfosCountryGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asicgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asicgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asicgCountry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_asicgPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_asicgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asicgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asicgVideoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_asicgAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_asicgBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asicgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AccountsStoreInfosCountryGet Source # 
type Scopes AccountsStoreInfosCountryGet = (:) Symbol "https://www.googleapis.com/auth/playmovies_partner.readonly" ([] Symbol)
type Rs AccountsStoreInfosCountryGet Source # 

Request Lenses

asicgUploadProtocol :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #

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

asicgUploadType :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #

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

asicgAccountId :: Lens' AccountsStoreInfosCountryGet Text Source #

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