gogol-play-moviespartner-0.4.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.Avails.Get

Contents

Description

Get an Avail given its avail group id and avail id.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.avails.get.

Synopsis

REST Resource

type AccountsAvailsGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("avails" :> (Capture "availId" Text :> (QueryParam "$.xgafv" Xgafv :> (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] Avail)))))))))))) Source #

A resource alias for playmoviespartner.accounts.avails.get method which the AccountsAvailsGet request conforms to.

Creating a Request

accountsAvailsGet Source #

Creates a value of AccountsAvailsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AccountsAvailsGet Source #

Get an Avail given its avail group id and avail id.

See: accountsAvailsGet smart constructor.

Instances
Eq AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Data AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Methods

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

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

toConstr :: AccountsAvailsGet -> Constr #

dataTypeOf :: AccountsAvailsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Generic AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Associated Types

type Rep AccountsAvailsGet :: Type -> Type #

GoogleRequest AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Associated Types

type Rs AccountsAvailsGet :: Type #

type Scopes AccountsAvailsGet :: [Symbol] #

type Rep AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

type Rep AccountsAvailsGet = D1 (MetaData "AccountsAvailsGet" "Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get" "gogol-play-moviespartner-0.4.0-AyhQ39pputjHlxIxOY1dvK" False) (C1 (MetaCons "AccountsAvailsGet'" PrefixI True) (((S1 (MetaSel (Just "_aagXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_aagUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aagPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: S1 (MetaSel (Just "_aagAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aagUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aagAvailId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_aagAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_aagBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aagCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

type Scopes AccountsAvailsGet = "https://www.googleapis.com/auth/playmovies_partner.readonly" ': ([] :: [Symbol])
type Rs AccountsAvailsGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Avails.Get

Request Lenses

aagUploadProtocol :: Lens' AccountsAvailsGet (Maybe Text) Source #

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

aagPp :: Lens' AccountsAvailsGet Bool Source #

Pretty-print response.

aagUploadType :: Lens' AccountsAvailsGet (Maybe Text) Source #

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

aagAccountId :: Lens' AccountsAvailsGet Text Source #

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