gogol-games-configuration-0.4.0: Google Play Game Services Publishing 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.GamesConfiguration.AchievementConfigurations.Patch

Contents

Description

Update the metadata of the achievement configuration with the given ID. This method supports patch semantics.

See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.patch.

Synopsis

REST Resource

type AchievementConfigurationsPatchResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AchievementConfiguration :> Patch '[JSON] AchievementConfiguration))))) Source #

A resource alias for gamesConfiguration.achievementConfigurations.patch method which the AchievementConfigurationsPatch request conforms to.

Creating a Request

achievementConfigurationsPatch Source #

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

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

data AchievementConfigurationsPatch Source #

Update the metadata of the achievement configuration with the given ID. This method supports patch semantics.

See: achievementConfigurationsPatch smart constructor.

Instances
Eq AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

Data AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

Methods

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

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

toConstr :: AchievementConfigurationsPatch -> Constr #

dataTypeOf :: AchievementConfigurationsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

Generic AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

Associated Types

type Rep AchievementConfigurationsPatch :: Type -> Type #

GoogleRequest AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

type Rep AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

type Rep AchievementConfigurationsPatch = D1 (MetaData "AchievementConfigurationsPatch" "Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch" "gogol-games-configuration-0.4.0-9SX3Y9Sc8ZIJVnX5A5dW8E" False) (C1 (MetaCons "AchievementConfigurationsPatch'" PrefixI True) (S1 (MetaSel (Just "_acpAchievementId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_acpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AchievementConfiguration)))
type Scopes AchievementConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

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

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Patch

Request Lenses

acpAchievementId :: Lens' AchievementConfigurationsPatch Text Source #

The ID of the achievement used by this method.