gogol-play-moviespartner-0.0.1: Google Play Movies Partner SDK.

Copyright(c) 2015 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 :> (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.

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.

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 StoreInfos that match a case-insensitive substring of the default 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.