gogol-android-publisher-0.1.0: Google Play Developer 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.AndroidPublisher.Edits.ExpansionFiles.Get

Contents

Description

Fetches the Expansion File configuration for the APK specified.

See: Google Play Developer API Reference for androidpublisher.edits.expansionfiles.get.

Synopsis

REST Resource

type EditsExpansionFilesGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesGetExpansionFileType :> (QueryParam "alt" AltJSON :> Get '[JSON] ExpansionFile)))))))))) Source #

A resource alias for androidpublisher.edits.expansionfiles.get method which the EditsExpansionFilesGet request conforms to.

Creating a Request

data EditsExpansionFilesGet Source #

Fetches the Expansion File configuration for the APK specified.

See: editsExpansionFilesGet smart constructor.

Instances

Eq EditsExpansionFilesGet Source # 
Data EditsExpansionFilesGet Source # 

Methods

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

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

toConstr :: EditsExpansionFilesGet -> Constr #

dataTypeOf :: EditsExpansionFilesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsExpansionFilesGet Source # 
Generic EditsExpansionFilesGet Source # 
GoogleRequest EditsExpansionFilesGet Source # 
type Rep EditsExpansionFilesGet Source # 
type Rep EditsExpansionFilesGet = D1 (MetaData "EditsExpansionFilesGet" "Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Get" "gogol-android-publisher-0.1.0-IlS2G5BcHsVH0lH4w99oMc" False) (C1 (MetaCons "EditsExpansionFilesGet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eefgPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eefgAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_eefgExpansionFileType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EditsExpansionFilesGetExpansionFileType)) (S1 (MetaSel (Just Symbol "_eefgEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsExpansionFilesGet Source # 
type Scopes EditsExpansionFilesGet = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsExpansionFilesGet Source # 

Request Lenses

eefgPackageName :: Lens' EditsExpansionFilesGet Text Source #

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

eefgAPKVersionCode :: Lens' EditsExpansionFilesGet Int32 Source #

The version code of the APK whose Expansion File configuration is being read or modified.

eefgEditId :: Lens' EditsExpansionFilesGet Text Source #

Unique identifier for this edit.