gogol-android-publisher-0.1.1: 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.APKListings.Update

Contents

Description

Updates or creates the APK-specific localized listing for a specified APK and language code.

See: Google Play Developer API Reference for androidpublisher.edits.apklistings.update.

Synopsis

REST Resource

type EditsAPKListingsUpdateResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] APKListing :> Put '[JSON] APKListing))))))))))) Source #

A resource alias for androidpublisher.edits.apklistings.update method which the EditsAPKListingsUpdate request conforms to.

Creating a Request

editsAPKListingsUpdate Source #

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

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

data EditsAPKListingsUpdate Source #

Updates or creates the APK-specific localized listing for a specified APK and language code.

See: editsAPKListingsUpdate smart constructor.

Instances

Eq EditsAPKListingsUpdate Source # 
Data EditsAPKListingsUpdate Source # 

Methods

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

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

toConstr :: EditsAPKListingsUpdate -> Constr #

dataTypeOf :: EditsAPKListingsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsAPKListingsUpdate Source # 
Generic EditsAPKListingsUpdate Source # 
GoogleRequest EditsAPKListingsUpdate Source # 
type Rep EditsAPKListingsUpdate Source # 
type Rep EditsAPKListingsUpdate = D1 (MetaData "EditsAPKListingsUpdate" "Network.Google.Resource.AndroidPublisher.Edits.APKListings.Update" "gogol-android-publisher-0.1.1-D4rPqyE19dfKB5OqC0X2ob" False) (C1 (MetaCons "EditsAPKListingsUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eapkluPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapkluAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_eapkluPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APKListing)) ((:*:) (S1 (MetaSel (Just Symbol "_eapkluLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapkluEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes EditsAPKListingsUpdate Source # 
type Scopes EditsAPKListingsUpdate = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsAPKListingsUpdate Source # 

Request Lenses

eapkluPackageName :: Lens' EditsAPKListingsUpdate Text Source #

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

eapkluAPKVersionCode :: Lens' EditsAPKListingsUpdate Int32 Source #

The APK version code whose APK-specific listings should be read or modified.

eapkluLanguage :: Lens' EditsAPKListingsUpdate Text Source #

The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify. For example, to select Austrian German, pass "de-AT".

eapkluEditId :: Lens' EditsAPKListingsUpdate Text Source #

Unique identifier for this edit.