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

Contents

Description

List ExperienceLocales 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.experienceLocales.list.

Synopsis

REST Resource

type AccountsExperienceLocalesListResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("experienceLocales" :> (QueryParam "titleLevelEidr" Text :> (QueryParams "status" Text :> (QueryParams "pphNames" Text :> (QueryParam "$.xgafv" Text :> (QueryParams "studioNames" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "altCutId" Text :> (QueryParam "customId" Text :> (QueryParam "bearer_token" Text :> (QueryParam "editLevelEidr" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListExperienceLocalesResponse)))))))))))))))))))) Source

A resource alias for playmoviespartner.accounts.experienceLocales.list method which the AccountsExperienceLocalesList request conforms to.

Creating a Request

Request Lenses

aellTitleLevelEidr :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

Filter ExperienceLocales that match a given title-level EIDR.

aellStatus :: Lens' AccountsExperienceLocalesList [Text] Source

Filter ExperienceLocales that match one of the given status.

aellPphNames :: Lens' AccountsExperienceLocalesList [Text] Source

See _List methods rules_ for info about this field.

aellStudioNames :: Lens' AccountsExperienceLocalesList [Text] Source

See _List methods rules_ for info about this field.

aellUploadProtocol :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

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

aellUploadType :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

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

aellAltCutId :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

Filter ExperienceLocales that match a case-insensitive, partner-specific Alternative Cut ID.

aellCustomId :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

Filter ExperienceLocales that match a case-insensitive, partner-specific custom id.

aellAccountId :: Lens' AccountsExperienceLocalesList Text Source

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

aellEditLevelEidr :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

Filter ExperienceLocales that match a given edit-level EIDR.

aellPageToken :: Lens' AccountsExperienceLocalesList (Maybe Text) Source

See _List methods rules_ for info about this field.

aellPageSize :: Lens' AccountsExperienceLocalesList (Maybe Int32) Source

See _List methods rules_ for info about this field.