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.Validate

Contents

Description

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.

See: Google Play Developer API Reference for androidpublisher.edits.validate.

Synopsis

REST Resource

type EditsValidateResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (CaptureMode "editId" "validate" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] AppEdit)))))) Source #

A resource alias for androidpublisher.edits.validate method which the EditsValidate request conforms to.

Creating a Request

editsValidate Source #

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

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

data EditsValidate Source #

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.

See: editsValidate smart constructor.

Instances
Eq EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Data EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Methods

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

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

toConstr :: EditsValidate -> Constr #

dataTypeOf :: EditsValidate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Generic EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Associated Types

type Rep EditsValidate :: Type -> Type #

GoogleRequest EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Associated Types

type Rs EditsValidate :: Type #

type Scopes EditsValidate :: [Symbol] #

type Rep EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

type Rep EditsValidate = D1 (MetaData "EditsValidate" "Network.Google.Resource.AndroidPublisher.Edits.Validate" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "EditsValidate'" PrefixI True) (S1 (MetaSel (Just "_evPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_evEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes EditsValidate Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

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

Defined in Network.Google.Resource.AndroidPublisher.Edits.Validate

Request Lenses

evPackageName :: Lens' EditsValidate Text Source #

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

evEditId :: Lens' EditsValidate Text Source #

Unique identifier for this edit.