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

Contents

Description

List StoreInfos owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.storeInfos.list.

Synopsis

REST Resource

type AccountsStoreInfosListResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("storeInfos" :> (QueryParams "pphNames" Text :> (QueryParam "$.xgafv" Text :> (QueryParams "studioNames" Text :> (QueryParams "videoIds" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParams "seasonIds" Text :> (QueryParams "mids" Text :> (QueryParam "uploadType" Text :> (QueryParams "countries" Text :> (QueryParam "videoId" Text :> (QueryParam "bearer_token" Text :> (QueryParam "name" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListStoreInfosResponse))))))))))))))))))))) Source #

A resource alias for playmoviespartner.accounts.storeInfos.list method which the AccountsStoreInfosList request conforms to.

Creating a Request

data AccountsStoreInfosList Source #

List StoreInfos owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.

See: accountsStoreInfosList smart constructor.

Instances

Eq AccountsStoreInfosList Source # 
Data AccountsStoreInfosList Source # 

Methods

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

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

toConstr :: AccountsStoreInfosList -> Constr #

dataTypeOf :: AccountsStoreInfosList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsStoreInfosList Source # 
Generic AccountsStoreInfosList Source # 
GoogleRequest AccountsStoreInfosList Source # 
type Rep AccountsStoreInfosList Source # 
type Rep AccountsStoreInfosList = D1 (MetaData "AccountsStoreInfosList" "Network.Google.Resource.PlayMoviesPartner.Accounts.StoreInfos.List" "gogol-play-moviespartner-0.3.0-BrFyikNg6Dl35Z6qWaZ1TN" False) (C1 (MetaCons "AccountsStoreInfosList'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asilPphNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_asilXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asilStudioNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_asilVideoIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asilUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asilPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_asilAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_asilSeasonIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_asilMids") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asilUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asilCountries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_asilVideoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asilAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_asilBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asilName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_asilPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_asilPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_asilCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))
type Scopes AccountsStoreInfosList Source # 
type Scopes AccountsStoreInfosList = (:) Symbol "https://www.googleapis.com/auth/playmovies_partner.readonly" ([] Symbol)
type Rs AccountsStoreInfosList Source # 

Request Lenses

asilPphNames :: Lens' AccountsStoreInfosList [Text] Source #

See _List methods rules_ for info about this field.

asilStudioNames :: Lens' AccountsStoreInfosList [Text] Source #

See _List methods rules_ for info about this field.

asilVideoIds :: Lens' AccountsStoreInfosList [Text] Source #

Filter StoreInfos that match any of the given `video_id`s.

asilUploadProtocol :: Lens' AccountsStoreInfosList (Maybe Text) Source #

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

asilPp :: Lens' AccountsStoreInfosList Bool Source #

Pretty-print response.

asilSeasonIds :: Lens' AccountsStoreInfosList [Text] Source #

Filter StoreInfos that match any of the given `season_id`s.

asilMids :: Lens' AccountsStoreInfosList [Text] Source #

Filter StoreInfos that match any of the given `mid`s.

asilUploadType :: Lens' AccountsStoreInfosList (Maybe Text) Source #

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

asilCountries :: Lens' AccountsStoreInfosList [Text] Source #

Filter StoreInfos that match (case-insensitive) any of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: "US", "us", "Us").

asilVideoId :: Lens' AccountsStoreInfosList (Maybe Text) Source #

Filter StoreInfos that match a given `video_id`. NOTE: this field is deprecated and will be removed on V2; `video_ids` should be used instead.

asilAccountId :: Lens' AccountsStoreInfosList Text Source #

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

asilName :: Lens' AccountsStoreInfosList (Maybe Text) Source #

Filter that matches StoreInfos with a `name` or `show_name` that contains the given case-insensitive name.

asilPageToken :: Lens' AccountsStoreInfosList (Maybe Text) Source #

See _List methods rules_ for info about this field.

asilPageSize :: Lens' AccountsStoreInfosList (Maybe Int32) Source #

See _List methods rules_ for info about this field.