gogol-android-publisher-0.4.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.Patch

Contents

Description

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.

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

Synopsis

REST Resource

type EditsExpansionFilesPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesPatchExpansionFileType :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ExpansionFile :> Patch '[JSON] ExpansionFile))))))))))) Source #

A resource alias for androidpublisher.edits.expansionfiles.patch method which the EditsExpansionFilesPatch request conforms to.

Creating a Request

data EditsExpansionFilesPatch Source #

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.

See: editsExpansionFilesPatch smart constructor.

Instances
Eq EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

Data EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

Methods

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

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

toConstr :: EditsExpansionFilesPatch -> Constr #

dataTypeOf :: EditsExpansionFilesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

Generic EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

Associated Types

type Rep EditsExpansionFilesPatch :: Type -> Type #

GoogleRequest EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

type Rep EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

type Rep EditsExpansionFilesPatch = D1 (MetaData "EditsExpansionFilesPatch" "Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "EditsExpansionFilesPatch'" PrefixI True) ((S1 (MetaSel (Just "_eefpPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_eefpAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32))) :*: (S1 (MetaSel (Just "_eefpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ExpansionFile) :*: (S1 (MetaSel (Just "_eefpExpansionFileType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EditsExpansionFilesPatchExpansionFileType) :*: S1 (MetaSel (Just "_eefpEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsExpansionFilesPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

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

Defined in Network.Google.Resource.AndroidPublisher.Edits.ExpansionFiles.Patch

Request Lenses

eefpPackageName :: Lens' EditsExpansionFilesPatch Text Source #

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

eefpAPKVersionCode :: Lens' EditsExpansionFilesPatch Int32 Source #

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

eefpEditId :: Lens' EditsExpansionFilesPatch Text Source #

Unique identifier for this edit.