| Copyright | (c) 2015-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.Google.Resource.PlayMoviesPartner.Accounts.StoreInfos.List
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.
- 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)))))))))))))))))))))
 - accountsStoreInfosList :: Text -> AccountsStoreInfosList
 - data AccountsStoreInfosList
 - asilPphNames :: Lens' AccountsStoreInfosList [Text]
 - asilXgafv :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilStudioNames :: Lens' AccountsStoreInfosList [Text]
 - asilVideoIds :: Lens' AccountsStoreInfosList [Text]
 - asilUploadProtocol :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilPp :: Lens' AccountsStoreInfosList Bool
 - asilAccessToken :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilSeasonIds :: Lens' AccountsStoreInfosList [Text]
 - asilMids :: Lens' AccountsStoreInfosList [Text]
 - asilUploadType :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilCountries :: Lens' AccountsStoreInfosList [Text]
 - asilVideoId :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilAccountId :: Lens' AccountsStoreInfosList Text
 - asilBearerToken :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilName :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilPageToken :: Lens' AccountsStoreInfosList (Maybe Text)
 - asilPageSize :: Lens' AccountsStoreInfosList (Maybe Int32)
 - asilCallback :: Lens' AccountsStoreInfosList (Maybe Text)
 
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
accountsStoreInfosList Source #
Arguments
| :: Text | |
| -> AccountsStoreInfosList | 
Creates a value of AccountsStoreInfosList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
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
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").
asilAccessToken :: Lens' AccountsStoreInfosList (Maybe Text) Source #
OAuth access token.
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.
asilBearerToken :: Lens' AccountsStoreInfosList (Maybe Text) Source #
OAuth bearer token.
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.
asilCallback :: Lens' AccountsStoreInfosList (Maybe Text) Source #
JSONP