gogol-games-0.3.0: Google Play Game Services 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.Games.Types

Contents

Description

 

Synopsis

Service Configuration

gamesService :: ServiceConfig Source #

Default request referring to version v1 of the Google Play Game Services API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

plusLoginScope :: Proxy '["https://www.googleapis.com/auth/plus.login"] Source #

Know the list of people in your circles, your age range, and language

gamesScope :: Proxy '["https://www.googleapis.com/auth/games"] Source #

Share your Google+ profile information and view and manage your game activity

driveAppDataScope :: Proxy '["https://www.googleapis.com/auth/drive.appdata"] Source #

View and manage its own configuration data in your Google Drive

PlayersListCollection

data PlayersListCollection Source #

Collection of players being retrieved

Constructors

PlayedWith

played_with Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.

Instances

Enum PlayersListCollection Source # 
Eq PlayersListCollection Source # 
Data PlayersListCollection Source # 

Methods

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

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

toConstr :: PlayersListCollection -> Constr #

dataTypeOf :: PlayersListCollection -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord PlayersListCollection Source # 
Read PlayersListCollection Source # 
Show PlayersListCollection Source # 
Generic PlayersListCollection Source # 
Hashable PlayersListCollection Source # 
ToJSON PlayersListCollection Source # 
FromJSON PlayersListCollection Source # 
FromHttpApiData PlayersListCollection Source # 
ToHttpApiData PlayersListCollection Source # 
type Rep PlayersListCollection Source # 
type Rep PlayersListCollection = D1 (MetaData "PlayersListCollection" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayedWith" PrefixI False) U1)

RoomJoinRequest

data RoomJoinRequest Source #

This is a JSON template for a join room request.

See: roomJoinRequest smart constructor.

Instances

Eq RoomJoinRequest Source # 
Data RoomJoinRequest Source # 

Methods

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

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

toConstr :: RoomJoinRequest -> Constr #

dataTypeOf :: RoomJoinRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomJoinRequest Source # 
Generic RoomJoinRequest Source # 
ToJSON RoomJoinRequest Source # 
FromJSON RoomJoinRequest Source # 
type Rep RoomJoinRequest Source # 
type Rep RoomJoinRequest = D1 (MetaData "RoomJoinRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomJoinRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rjrNetworkDiagnostics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NetworkDiagnostics))) (S1 (MetaSel (Just Symbol "_rjrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rjrClientAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomClientAddress))) (S1 (MetaSel (Just Symbol "_rjrCapabilities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))))

roomJoinRequest :: RoomJoinRequest Source #

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

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

rjrNetworkDiagnostics :: Lens' RoomJoinRequest (Maybe NetworkDiagnostics) Source #

Network diagnostics for the client joining the room.

rjrKind :: Lens' RoomJoinRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomJoinRequest.

rjrClientAddress :: Lens' RoomJoinRequest (Maybe RoomClientAddress) Source #

Client address for the player joining the room.

rjrCapabilities :: Lens' RoomJoinRequest [Text] Source #

The capabilities that this client supports for realtime communication.

PlayerName

data PlayerName Source #

An object representation of the individual components of the player's name. For some players, these fields may not be present.

See: playerName smart constructor.

Instances

Eq PlayerName Source # 
Data PlayerName Source # 

Methods

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

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

toConstr :: PlayerName -> Constr #

dataTypeOf :: PlayerName -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerName Source # 
Generic PlayerName Source # 

Associated Types

type Rep PlayerName :: * -> * #

ToJSON PlayerName Source # 
FromJSON PlayerName Source # 
type Rep PlayerName Source # 
type Rep PlayerName = D1 (MetaData "PlayerName" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerName'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pnGivenName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pnFamilyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

playerName :: PlayerName Source #

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

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

pnGivenName :: Lens' PlayerName (Maybe Text) Source #

The given name of this player. In some places, this is known as the first name.

pnFamilyName :: Lens' PlayerName (Maybe Text) Source #

The family name of this player. In some places, this is known as the last name.

Snapshot

data Snapshot Source #

This is a JSON template for an snapshot object.

See: snapshot smart constructor.

Instances

Eq Snapshot Source # 
Data Snapshot Source # 

Methods

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

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

toConstr :: Snapshot -> Constr #

dataTypeOf :: Snapshot -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Snapshot Source # 
Generic Snapshot Source # 

Associated Types

type Rep Snapshot :: * -> * #

Methods

from :: Snapshot -> Rep Snapshot x #

to :: Rep Snapshot x -> Snapshot #

ToJSON Snapshot Source # 
FromJSON Snapshot Source # 
type Rep Snapshot Source # 
type Rep Snapshot = D1 (MetaData "Snapshot" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Snapshot'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sLastModifiedMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_sKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_sProgressValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_sUniqueName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sCoverImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SnapshotImage)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_sId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_sDurationMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_sTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_sType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_sDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sDriveId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

snapshot :: Snapshot Source #

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

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

sLastModifiedMillis :: Lens' Snapshot (Maybe Int64) Source #

The timestamp (in millis since Unix epoch) of the last modification to this snapshot.

sKind :: Lens' Snapshot Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#snapshot.

sProgressValue :: Lens' Snapshot (Maybe Int64) Source #

The progress value (64-bit integer set by developer) associated with this snapshot.

sUniqueName :: Lens' Snapshot (Maybe Text) Source #

The unique name provided when the snapshot was created.

sCoverImage :: Lens' Snapshot (Maybe SnapshotImage) Source #

The cover image of this snapshot. May be absent if there is no image.

sId :: Lens' Snapshot (Maybe Text) Source #

The ID of the snapshot.

sDurationMillis :: Lens' Snapshot (Maybe Int64) Source #

The duration associated with this snapshot, in millis.

sTitle :: Lens' Snapshot (Maybe Text) Source #

The title of this snapshot.

sType :: Lens' Snapshot (Maybe Text) Source #

The type of this snapshot. Possible values are: - "SAVE_GAME" - A snapshot representing a save game.

sDescription :: Lens' Snapshot (Maybe Text) Source #

The description of this snapshot.

sDriveId :: Lens' Snapshot (Maybe Text) Source #

The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller.

Room

data Room Source #

This is a JSON template for a room resource object.

See: room smart constructor.

Instances

Eq Room Source # 

Methods

(==) :: Room -> Room -> Bool #

(/=) :: Room -> Room -> Bool #

Data Room Source # 

Methods

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

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

toConstr :: Room -> Constr #

dataTypeOf :: Room -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Room Source # 

Methods

showsPrec :: Int -> Room -> ShowS #

show :: Room -> String #

showList :: [Room] -> ShowS #

Generic Room Source # 

Associated Types

type Rep Room :: * -> * #

Methods

from :: Room -> Rep Room x #

to :: Rep Room x -> Room #

ToJSON Room Source # 
FromJSON Room Source # 
type Rep Room Source # 
type Rep Room = D1 (MetaData "Room" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Room'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rVariant") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rAutoMatchingStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomAutoMatchStatus))) ((:*:) (S1 (MetaSel (Just Symbol "_rCreationDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomModification))) (S1 (MetaSel (Just Symbol "_rInviterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rLastUpdateDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomModification))) ((:*:) (S1 (MetaSel (Just Symbol "_rRoomStatusVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rParticipants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RoomParticipant]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rAutoMatchingCriteria") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomAutoMatchingCriteria)))) ((:*:) (S1 (MetaSel (Just Symbol "_rRoomId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

room :: Room Source #

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

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

rStatus :: Lens' Room (Maybe Text) Source #

The status of the room. Possible values are: - "ROOM_INVITING" - One or more players have been invited and not responded. - "ROOM_AUTO_MATCHING" - One or more slots need to be filled by auto-matching. - "ROOM_CONNECTING" - Players have joined and are connecting to each other (either before or after auto-matching). - "ROOM_ACTIVE" - All players have joined and connected to each other. - "ROOM_DELETED" - The room should no longer be shown on the client. Returned in sync calls when a player joins a room (as a tombstone), or for rooms where all joined participants have left.

rVariant :: Lens' Room (Maybe Int32) Source #

The variant / mode of the application being played; can be any integer value, or left blank.

rKind :: Lens' Room Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#room.

rAutoMatchingStatus :: Lens' Room (Maybe RoomAutoMatchStatus) Source #

Auto-matching status for this room. Not set if the room is not currently in the auto-matching queue.

rCreationDetails :: Lens' Room (Maybe RoomModification) Source #

Details about the room creation.

rInviterId :: Lens' Room (Maybe Text) Source #

The ID of the participant that invited the user to the room. Not set if the user was not invited to the room.

rLastUpdateDetails :: Lens' Room (Maybe RoomModification) Source #

Details about the last update to the room.

rRoomStatusVersion :: Lens' Room (Maybe Int32) Source #

The version of the room status: an increasing counter, used by the client to ignore out-of-order updates to room status.

rParticipants :: Lens' Room [RoomParticipant] Source #

The participants involved in the room, along with their statuses. Includes participants who have left or declined invitations.

rApplicationId :: Lens' Room (Maybe Text) Source #

The ID of the application being played.

rAutoMatchingCriteria :: Lens' Room (Maybe RoomAutoMatchingCriteria) Source #

Criteria for auto-matching players into this room.

rRoomId :: Lens' Room (Maybe Text) Source #

Globally unique ID for a room.

rDescription :: Lens' Room (Maybe Text) Source #

This short description is generated by our servers and worded relative to the player requesting the room. It is intended to be displayed when the room is shown in a list (that is, an invitation to a room.)

QuestListResponse

data QuestListResponse Source #

This is a JSON template for a list of quest objects.

See: questListResponse smart constructor.

Instances

Eq QuestListResponse Source # 
Data QuestListResponse Source # 

Methods

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

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

toConstr :: QuestListResponse -> Constr #

dataTypeOf :: QuestListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show QuestListResponse Source # 
Generic QuestListResponse Source # 
ToJSON QuestListResponse Source # 
FromJSON QuestListResponse Source # 
type Rep QuestListResponse Source # 
type Rep QuestListResponse = D1 (MetaData "QuestListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "QuestListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_qlrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_qlrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_qlrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Quest]))))))

questListResponse :: QuestListResponse Source #

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

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

qlrNextPageToken :: Lens' QuestListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

qlrKind :: Lens' QuestListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#questListResponse.

TurnBasedMatch

data TurnBasedMatch Source #

This is a JSON template for a turn-based match resource object.

See: turnBasedMatch smart constructor.

Instances

Eq TurnBasedMatch Source # 
Data TurnBasedMatch Source # 

Methods

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

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

toConstr :: TurnBasedMatch -> Constr #

dataTypeOf :: TurnBasedMatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatch Source # 
Generic TurnBasedMatch Source # 

Associated Types

type Rep TurnBasedMatch :: * -> * #

ToJSON TurnBasedMatch Source # 
FromJSON TurnBasedMatch Source # 
type Rep TurnBasedMatch Source # 
type Rep TurnBasedMatch = D1 (MetaData "TurnBasedMatch" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatch'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tbmVariant") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParticipantResult]))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmMatchNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_tbmKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchData))) (S1 (MetaSel (Just Symbol "_tbmWithParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmCreationDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchModification))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmInviterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tbmLastUpdateDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchModification))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmParticipants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TurnBasedMatchParticipant]))) (S1 (MetaSel (Just Symbol "_tbmApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmAutoMatchingCriteria") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedAutoMatchingCriteria))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmPreviousMatchData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchData))) (S1 (MetaSel (Just Symbol "_tbmPendingParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmUserMatchStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tbmMatchId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmRematchId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tbmMatchVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))))

tbmStatus :: Lens' TurnBasedMatch (Maybe Text) Source #

The status of the match. Possible values are: - "MATCH_AUTO_MATCHING" - One or more slots need to be filled by auto-matching; the match cannot be established until they are filled. - "MATCH_ACTIVE" - The match has started. - "MATCH_COMPLETE" - The match has finished. - "MATCH_CANCELED" - The match was canceled. - "MATCH_EXPIRED" - The match expired due to inactivity. - "MATCH_DELETED" - The match should no longer be shown on the client. Returned only for tombstones for matches when sync is called.

tbmVariant :: Lens' TurnBasedMatch (Maybe Int32) Source #

The variant / mode of the application being played; can be any integer value, or left blank.

tbmResults :: Lens' TurnBasedMatch [ParticipantResult] Source #

The results reported for this match.

tbmMatchNumber :: Lens' TurnBasedMatch (Maybe Int32) Source #

The number of the match in a chain of rematches. Will be set to 1 for the first match and incremented by 1 for each rematch.

tbmKind :: Lens' TurnBasedMatch Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatch.

tbmData :: Lens' TurnBasedMatch (Maybe TurnBasedMatchData) Source #

The data / game state for this match.

tbmWithParticipantId :: Lens' TurnBasedMatch (Maybe Text) Source #

The ID of another participant in the match that can be used when describing the participants the user is playing with.

tbmInviterId :: Lens' TurnBasedMatch (Maybe Text) Source #

The ID of the participant that invited the user to the match. Not set if the user was not invited to the match.

tbmLastUpdateDetails :: Lens' TurnBasedMatch (Maybe TurnBasedMatchModification) Source #

Details about the last update to the match.

tbmParticipants :: Lens' TurnBasedMatch [TurnBasedMatchParticipant] Source #

The participants involved in the match, along with their statuses. Includes participants who have left or declined invitations.

tbmApplicationId :: Lens' TurnBasedMatch (Maybe Text) Source #

The ID of the application being played.

tbmAutoMatchingCriteria :: Lens' TurnBasedMatch (Maybe TurnBasedAutoMatchingCriteria) Source #

Criteria for auto-matching players into this match.

tbmPreviousMatchData :: Lens' TurnBasedMatch (Maybe TurnBasedMatchData) Source #

The data / game state for the previous match; set for the first turn of rematches only.

tbmPendingParticipantId :: Lens' TurnBasedMatch (Maybe Text) Source #

The ID of the participant that is taking a turn.

tbmUserMatchStatus :: Lens' TurnBasedMatch (Maybe Text) Source #

The status of the current user in the match. Derived from the match type, match status, the user's participant status, and the pending participant for the match. Possible values are: - "USER_INVITED" - The user has been invited to join the match and has not responded yet. - "USER_AWAITING_TURN" - The user is waiting for their turn. - "USER_TURN" - The user has an action to take in the match. - "USER_MATCH_COMPLETED" - The match has ended (it is completed, canceled, or expired.)

tbmMatchId :: Lens' TurnBasedMatch (Maybe Text) Source #

Globally unique ID for a turn-based match.

tbmDescription :: Lens' TurnBasedMatch (Maybe Text) Source #

This short description is generated by our servers based on turn state and is localized and worded relative to the player requesting the match. It is intended to be displayed when the match is shown in a list.

tbmRematchId :: Lens' TurnBasedMatch (Maybe Text) Source #

The ID of a rematch of this match. Only set for completed matches that have been rematched.

tbmMatchVersion :: Lens' TurnBasedMatch (Maybe Int32) Source #

The version of this match: an increasing counter, used to avoid out-of-date updates to the match.

TurnBasedMatchData

data TurnBasedMatchData Source #

This is a JSON template for a turn-based match data object.

See: turnBasedMatchData smart constructor.

Instances

Eq TurnBasedMatchData Source # 
Data TurnBasedMatchData Source # 

Methods

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

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

toConstr :: TurnBasedMatchData -> Constr #

dataTypeOf :: TurnBasedMatchData -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatchData Source # 
Generic TurnBasedMatchData Source # 
ToJSON TurnBasedMatchData Source # 
FromJSON TurnBasedMatchData Source # 
type Rep TurnBasedMatchData Source # 
type Rep TurnBasedMatchData = D1 (MetaData "TurnBasedMatchData" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchData'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tbmdKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_tbmdData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bytes))) (S1 (MetaSel (Just Symbol "_tbmdDataAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

turnBasedMatchData :: TurnBasedMatchData Source #

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

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

tbmdKind :: Lens' TurnBasedMatchData Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchData.

tbmdData :: Lens' TurnBasedMatchData (Maybe ByteString) Source #

The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.

tbmdDataAvailable :: Lens' TurnBasedMatchData (Maybe Bool) Source #

True if this match has data available but it wasn't returned in a list response; fetching the match individually will retrieve this data.

ScoresListCollection

data ScoresListCollection Source #

The collection of scores you're requesting.

Constructors

Public

PUBLIC List all scores in the public leaderboard.

Social

SOCIAL List only social scores.

Social1P

SOCIAL_1P List only social scores, not respecting the fACL.

Instances

Enum ScoresListCollection Source # 
Eq ScoresListCollection Source # 
Data ScoresListCollection Source # 

Methods

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

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

toConstr :: ScoresListCollection -> Constr #

dataTypeOf :: ScoresListCollection -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ScoresListCollection Source # 
Read ScoresListCollection Source # 
Show ScoresListCollection Source # 
Generic ScoresListCollection Source # 
Hashable ScoresListCollection Source # 
ToJSON ScoresListCollection Source # 
FromJSON ScoresListCollection Source # 
FromHttpApiData ScoresListCollection Source # 
ToHttpApiData ScoresListCollection Source # 
type Rep ScoresListCollection Source # 
type Rep ScoresListCollection = D1 (MetaData "ScoresListCollection" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "Public" PrefixI False) U1) ((:+:) (C1 (MetaCons "Social" PrefixI False) U1) (C1 (MetaCons "Social1P" PrefixI False) U1)))

PlayerEvent

data PlayerEvent Source #

This is a JSON template for an event status resource.

See: playerEvent smart constructor.

Instances

Eq PlayerEvent Source # 
Data PlayerEvent Source # 

Methods

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

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

toConstr :: PlayerEvent -> Constr #

dataTypeOf :: PlayerEvent -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerEvent Source # 
Generic PlayerEvent Source # 

Associated Types

type Rep PlayerEvent :: * -> * #

ToJSON PlayerEvent Source # 
FromJSON PlayerEvent Source # 
type Rep PlayerEvent Source # 
type Rep PlayerEvent = D1 (MetaData "PlayerEvent" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerEvent'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_peKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_peNumEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_peFormattedNumEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_peDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pePlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

playerEvent :: PlayerEvent Source #

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

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

peKind :: Lens' PlayerEvent Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerEvent.

peNumEvents :: Lens' PlayerEvent (Maybe Int64) Source #

The current number of times this event has occurred.

peFormattedNumEvents :: Lens' PlayerEvent (Maybe Text) Source #

The current number of times this event has occurred, as a string. The formatting of this string depends on the configuration of your event in the Play Games Developer Console.

peDefinitionId :: Lens' PlayerEvent (Maybe Text) Source #

The ID of the event definition.

pePlayerId :: Lens' PlayerEvent (Maybe Text) Source #

The ID of the player.

PlayerLeaderboardScore

data PlayerLeaderboardScore Source #

This is a JSON template for a player leaderboard score object.

See: playerLeaderboardScore smart constructor.

Instances

Eq PlayerLeaderboardScore Source # 
Data PlayerLeaderboardScore Source # 

Methods

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

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

toConstr :: PlayerLeaderboardScore -> Constr #

dataTypeOf :: PlayerLeaderboardScore -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerLeaderboardScore Source # 
Generic PlayerLeaderboardScore Source # 
ToJSON PlayerLeaderboardScore Source # 
FromJSON PlayerLeaderboardScore Source # 
type Rep PlayerLeaderboardScore Source # 

playerLeaderboardScore :: PlayerLeaderboardScore Source #

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

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

plsScoreTag :: Lens' PlayerLeaderboardScore (Maybe Text) Source #

Additional information about the score. Values must contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

plsScoreString :: Lens' PlayerLeaderboardScore (Maybe Text) Source #

The formatted value of this score.

plsKind :: Lens' PlayerLeaderboardScore Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerLeaderboardScore.

plsScoreValue :: Lens' PlayerLeaderboardScore (Maybe Int64) Source #

The numerical value of this score.

plsTimeSpan :: Lens' PlayerLeaderboardScore (Maybe Text) Source #

The time span of this score. Possible values are: - "ALL_TIME" - The score is an all-time score. - "WEEKLY" - The score is a weekly score. - "DAILY" - The score is a daily score.

plsPublicRank :: Lens' PlayerLeaderboardScore (Maybe LeaderboardScoreRank) Source #

The public rank of the score in this leaderboard. This object will not be present if the user is not sharing their scores publicly.

plsSocialRank :: Lens' PlayerLeaderboardScore (Maybe LeaderboardScoreRank) Source #

The social rank of the score in this leaderboard.

plsLeaderboardId :: Lens' PlayerLeaderboardScore (Maybe Text) Source #

The ID of the leaderboard this score is in.

plsWriteTimestamp :: Lens' PlayerLeaderboardScore (Maybe Int64) Source #

The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.

Application

data Application Source #

This is a JSON template for the Application resource.

See: application smart constructor.

Instances

Eq Application Source # 
Data Application Source # 

Methods

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

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

toConstr :: Application -> Constr #

dataTypeOf :: Application -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Application Source # 
Generic Application Source # 

Associated Types

type Rep Application :: * -> * #

ToJSON Application Source # 
FromJSON Application Source # 
type Rep Application Source # 
type Rep Application = D1 (MetaData "Application" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Application'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aThemeColor") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aLeaderboardCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_aKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApplicationCategory))) ((:*:) (S1 (MetaSel (Just Symbol "_aName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aEnabledFeatures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Instance]))) ((:*:) (S1 (MetaSel (Just Symbol "_aAuthor") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aAchievementCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_aAssets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ImageAsset])))) ((:*:) (S1 (MetaSel (Just Symbol "_aDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aLastUpdatedTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))))

application :: Application Source #

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

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

aThemeColor :: Lens' Application (Maybe Text) Source #

A hint to the client UI for what color to use as an app-themed color. The color is given as an RGB triplet (e.g. "E0E0E0").

aLeaderboardCount :: Lens' Application (Maybe Int32) Source #

The number of leaderboards visible to the currently authenticated player.

aKind :: Lens' Application Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#application.

aCategory :: Lens' Application (Maybe ApplicationCategory) Source #

The category of the application.

aName :: Lens' Application (Maybe Text) Source #

The name of the application.

aEnabledFeatures :: Lens' Application [Text] Source #

A list of features that have been enabled for the application. Possible values are: - "SNAPSHOTS" - Snapshots has been enabled

aInstances :: Lens' Application [Instance] Source #

The instances of the application.

aAuthor :: Lens' Application (Maybe Text) Source #

The author of the application.

aId :: Lens' Application (Maybe Text) Source #

The ID of the application.

aAchievementCount :: Lens' Application (Maybe Int32) Source #

The number of achievements visible to the currently authenticated player.

aAssets :: Lens' Application [ImageAsset] Source #

The assets of the application.

aDescription :: Lens' Application (Maybe Text) Source #

The description of the application.

aLastUpdatedTimestamp :: Lens' Application (Maybe Int64) Source #

The last updated timestamp of the application.

ApplicationCategory

data ApplicationCategory Source #

This is a JSON template for an application category object.

See: applicationCategory smart constructor.

Instances

Eq ApplicationCategory Source # 
Data ApplicationCategory Source # 

Methods

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

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

toConstr :: ApplicationCategory -> Constr #

dataTypeOf :: ApplicationCategory -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationCategory Source # 
Generic ApplicationCategory Source # 
ToJSON ApplicationCategory Source # 
FromJSON ApplicationCategory Source # 
type Rep ApplicationCategory Source # 
type Rep ApplicationCategory = D1 (MetaData "ApplicationCategory" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "ApplicationCategory'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acSecondary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_acKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acPrimary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

applicationCategory :: ApplicationCategory Source #

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

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

acSecondary :: Lens' ApplicationCategory (Maybe Text) Source #

The secondary category.

acKind :: Lens' ApplicationCategory Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#applicationCategory.

PlayerScoreListResponse

data PlayerScoreListResponse Source #

This is a JSON template for a list of score submission statuses.

See: playerScoreListResponse smart constructor.

Instances

Eq PlayerScoreListResponse Source # 
Data PlayerScoreListResponse Source # 

Methods

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

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

toConstr :: PlayerScoreListResponse -> Constr #

dataTypeOf :: PlayerScoreListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerScoreListResponse Source # 
Generic PlayerScoreListResponse Source # 
ToJSON PlayerScoreListResponse Source # 
FromJSON PlayerScoreListResponse Source # 
type Rep PlayerScoreListResponse Source # 
type Rep PlayerScoreListResponse = D1 (MetaData "PlayerScoreListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerScoreListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pslrSubmittedScores") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerScoreResponse]))) (S1 (MetaSel (Just Symbol "_pslrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

playerScoreListResponse :: PlayerScoreListResponse Source #

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

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

pslrKind :: Lens' PlayerScoreListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerScoreListResponse.

NetworkDiagnostics

data NetworkDiagnostics Source #

This is a JSON template for network diagnostics reported for a client.

See: networkDiagnostics smart constructor.

Instances

Eq NetworkDiagnostics Source # 
Data NetworkDiagnostics Source # 

Methods

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

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

toConstr :: NetworkDiagnostics -> Constr #

dataTypeOf :: NetworkDiagnostics -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NetworkDiagnostics Source # 
Generic NetworkDiagnostics Source # 
ToJSON NetworkDiagnostics Source # 
FromJSON NetworkDiagnostics Source # 
type Rep NetworkDiagnostics Source # 
type Rep NetworkDiagnostics = D1 (MetaData "NetworkDiagnostics" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "NetworkDiagnostics'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ndAndroidNetworkType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_ndKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ndNetworkOperatorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ndNetworkOperatorName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ndRegistrationLatencyMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_ndIosNetworkType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_ndAndroidNetworkSubtype") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

networkDiagnostics :: NetworkDiagnostics Source #

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

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

ndKind :: Lens' NetworkDiagnostics Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#networkDiagnostics.

ndNetworkOperatorCode :: Lens' NetworkDiagnostics (Maybe Text) Source #

The MCC+MNC code for the client's network connection. On Android: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNetworkOperator() On iOS, see: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Reference/CTCarrier/Reference/Reference.html

ndNetworkOperatorName :: Lens' NetworkDiagnostics (Maybe Text) Source #

The name of the carrier of the client's network connection. On Android: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNetworkOperatorName() On iOS: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Reference/CTCarrier/Reference/Reference.html#//apple_ref/occ/instp/CTCarrier/carrierName

ndRegistrationLatencyMillis :: Lens' NetworkDiagnostics (Maybe Int32) Source #

The amount of time in milliseconds it took for the client to establish a connection with the XMPP server.

ndIosNetworkType :: Lens' NetworkDiagnostics (Maybe Int32) Source #

iOS network type as defined in Reachability.h.

TurnBasedMatchTurn

data TurnBasedMatchTurn Source #

This is a JSON template for the object representing a turn.

See: turnBasedMatchTurn smart constructor.

Instances

Eq TurnBasedMatchTurn Source # 
Data TurnBasedMatchTurn Source # 

Methods

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

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

toConstr :: TurnBasedMatchTurn -> Constr #

dataTypeOf :: TurnBasedMatchTurn -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatchTurn Source # 
Generic TurnBasedMatchTurn Source # 
ToJSON TurnBasedMatchTurn Source # 
FromJSON TurnBasedMatchTurn Source # 
type Rep TurnBasedMatchTurn Source # 
type Rep TurnBasedMatchTurn = D1 (MetaData "TurnBasedMatchTurn" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchTurn'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmtResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParticipantResult]))) (S1 (MetaSel (Just Symbol "_tbmtKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmtData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchDataRequest))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmtPendingParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tbmtMatchVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

turnBasedMatchTurn :: TurnBasedMatchTurn Source #

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

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

tbmtResults :: Lens' TurnBasedMatchTurn [ParticipantResult] Source #

The match results for the participants in the match.

tbmtKind :: Lens' TurnBasedMatchTurn Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchTurn.

tbmtData :: Lens' TurnBasedMatchTurn (Maybe TurnBasedMatchDataRequest) Source #

The shared game state data after the turn is over.

tbmtPendingParticipantId :: Lens' TurnBasedMatchTurn (Maybe Text) Source #

The ID of the participant who should take their turn next. May be set to the current player's participant ID to update match state without changing the turn. If not set, the match will wait for other player(s) to join via automatching; this is only valid if automatch criteria is set on the match with remaining slots for automatched players.

tbmtMatchVersion :: Lens' TurnBasedMatchTurn (Maybe Int32) Source #

The version of this match: an increasing counter, used to avoid out-of-date updates to the match.

QuestCriterion

data QuestCriterion Source #

This is a JSON template for a Quest Criterion resource.

See: questCriterion smart constructor.

Instances

Eq QuestCriterion Source # 
Data QuestCriterion Source # 

Methods

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

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

toConstr :: QuestCriterion -> Constr #

dataTypeOf :: QuestCriterion -> DataType #

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

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

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

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

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

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

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

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

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

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

Show QuestCriterion Source # 
Generic QuestCriterion Source # 

Associated Types

type Rep QuestCriterion :: * -> * #

ToJSON QuestCriterion Source # 
FromJSON QuestCriterion Source # 
type Rep QuestCriterion Source # 
type Rep QuestCriterion = D1 (MetaData "QuestCriterion" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "QuestCriterion'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_qcCurrentContribution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe QuestContribution))) (S1 (MetaSel (Just Symbol "_qcCompletionContribution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe QuestContribution)))) ((:*:) (S1 (MetaSel (Just Symbol "_qcKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_qcInitialPlayerProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe QuestContribution))) (S1 (MetaSel (Just Symbol "_qcEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

questCriterion :: QuestCriterion Source #

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

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

qcCurrentContribution :: Lens' QuestCriterion (Maybe QuestContribution) Source #

The number of increments the player has made toward the completion count event increments required to complete the quest. This value will not exceed the completion contribution. There will be no currentContribution until the player has accepted the quest.

qcCompletionContribution :: Lens' QuestCriterion (Maybe QuestContribution) Source #

The total number of times the associated event must be incremented for the player to complete this quest.

qcKind :: Lens' QuestCriterion Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#questCriterion.

qcInitialPlayerProgress :: Lens' QuestCriterion (Maybe QuestContribution) Source #

The value of the event associated with this quest at the time that the quest was accepted. This value may change if event increments that took place before the start of quest are uploaded after the quest starts. There will be no initialPlayerProgress until the player has accepted the quest.

qcEventId :: Lens' QuestCriterion (Maybe Text) Source #

The ID of the event the criterion corresponds to.

TurnBasedMatchList

data TurnBasedMatchList Source #

This is a JSON template for a list of turn-based matches.

See: turnBasedMatchList smart constructor.

Instances

Eq TurnBasedMatchList Source # 
Data TurnBasedMatchList Source # 

Methods

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

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

toConstr :: TurnBasedMatchList -> Constr #

dataTypeOf :: TurnBasedMatchList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatchList Source # 
Generic TurnBasedMatchList Source # 
ToJSON TurnBasedMatchList Source # 
FromJSON TurnBasedMatchList Source # 
type Rep TurnBasedMatchList Source # 
type Rep TurnBasedMatchList = D1 (MetaData "TurnBasedMatchList" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tbmlNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmlKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbmlItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TurnBasedMatch]))))))

turnBasedMatchList :: TurnBasedMatchList Source #

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

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

tbmlNextPageToken :: Lens' TurnBasedMatchList (Maybe Text) Source #

The pagination token for the next page of results.

tbmlKind :: Lens' TurnBasedMatchList Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchList.

PeerChannelDiagnostics

data PeerChannelDiagnostics Source #

This is a JSON template for peer channel diagnostics.

See: peerChannelDiagnostics smart constructor.

Instances

Eq PeerChannelDiagnostics Source # 
Data PeerChannelDiagnostics Source # 

Methods

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

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

toConstr :: PeerChannelDiagnostics -> Constr #

dataTypeOf :: PeerChannelDiagnostics -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PeerChannelDiagnostics Source # 
Generic PeerChannelDiagnostics Source # 
ToJSON PeerChannelDiagnostics Source # 
FromJSON PeerChannelDiagnostics Source # 
type Rep PeerChannelDiagnostics Source # 

peerChannelDiagnostics :: PeerChannelDiagnostics Source #

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

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

pcdKind :: Lens' PeerChannelDiagnostics Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#peerChannelDiagnostics.

RoomList

data RoomList Source #

This is a JSON template for a list of rooms.

See: roomList smart constructor.

Instances

Eq RoomList Source # 
Data RoomList Source # 

Methods

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

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

toConstr :: RoomList -> Constr #

dataTypeOf :: RoomList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomList Source # 
Generic RoomList Source # 

Associated Types

type Rep RoomList :: * -> * #

Methods

from :: RoomList -> Rep RoomList x #

to :: Rep RoomList x -> RoomList #

ToJSON RoomList Source # 
FromJSON RoomList Source # 
type Rep RoomList Source # 
type Rep RoomList = D1 (MetaData "RoomList" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rlNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rlKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rlItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Room]))))))

roomList :: RoomList Source #

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

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

rlNextPageToken :: Lens' RoomList (Maybe Text) Source #

The pagination token for the next page of results.

rlKind :: Lens' RoomList Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomList.

PushToken

data PushToken Source #

This is a JSON template for a push token resource.

See: pushToken smart constructor.

Instances

Eq PushToken Source # 
Data PushToken Source # 

Methods

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

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

toConstr :: PushToken -> Constr #

dataTypeOf :: PushToken -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PushToken Source # 
Generic PushToken Source # 

Associated Types

type Rep PushToken :: * -> * #

ToJSON PushToken Source # 
FromJSON PushToken Source # 
type Rep PushToken Source # 
type Rep PushToken = D1 (MetaData "PushToken" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PushToken'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ptClientRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ptKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ptId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PushTokenId))))))

pushToken :: PushToken Source #

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

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

ptClientRevision :: Lens' PushToken (Maybe Text) Source #

The revision of the client SDK used by your application, in the same format that's used by revisions.check. Used to send backward compatible messages. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are: - IOS - Push token is for iOS

ptKind :: Lens' PushToken Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#pushToken.

ptLanguage :: Lens' PushToken (Maybe Text) Source #

The preferred language for notifications that are sent using this token.

ptId :: Lens' PushToken (Maybe PushTokenId) Source #

Unique identifier for this push token.

AchievementUpdateResponse

data AchievementUpdateResponse Source #

This is a JSON template for an achievement update response.

See: achievementUpdateResponse smart constructor.

Instances

Eq AchievementUpdateResponse Source # 
Data AchievementUpdateResponse Source # 

Methods

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

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

toConstr :: AchievementUpdateResponse -> Constr #

dataTypeOf :: AchievementUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementUpdateResponse Source # 
Generic AchievementUpdateResponse Source # 
ToJSON AchievementUpdateResponse Source # 
FromJSON AchievementUpdateResponse Source # 
type Rep AchievementUpdateResponse Source # 
type Rep AchievementUpdateResponse = D1 (MetaData "AchievementUpdateResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementUpdateResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aurUpdateOccurred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_aurAchievementId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aurKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aurCurrentState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aurNewlyUnlocked") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_aurCurrentSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

achievementUpdateResponse :: AchievementUpdateResponse Source #

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

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

aurUpdateOccurred :: Lens' AchievementUpdateResponse (Maybe Bool) Source #

Whether the requested updates actually affected the achievement.

aurAchievementId :: Lens' AchievementUpdateResponse (Maybe Text) Source #

The achievement this update is was applied to.

aurKind :: Lens' AchievementUpdateResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateResponse.

aurCurrentState :: Lens' AchievementUpdateResponse (Maybe Text) Source #

The current state of the achievement. Possible values are: - "HIDDEN" - Achievement is hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

aurNewlyUnlocked :: Lens' AchievementUpdateResponse (Maybe Bool) Source #

Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).

aurCurrentSteps :: Lens' AchievementUpdateResponse (Maybe Int32) Source #

The current steps recorded for this achievement if it is incremental.

LeaderboardEntry

data LeaderboardEntry Source #

This is a JSON template for the Leaderboard Entry resource.

See: leaderboardEntry smart constructor.

Instances

Eq LeaderboardEntry Source # 
Data LeaderboardEntry Source # 

Methods

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

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

toConstr :: LeaderboardEntry -> Constr #

dataTypeOf :: LeaderboardEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LeaderboardEntry Source # 
Generic LeaderboardEntry Source # 
ToJSON LeaderboardEntry Source # 
FromJSON LeaderboardEntry Source # 
type Rep LeaderboardEntry Source # 

leaderboardEntry :: LeaderboardEntry Source #

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

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

leScoreTag :: Lens' LeaderboardEntry (Maybe Text) Source #

Additional information about the score. Values must contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

leWriteTimestampMillis :: Lens' LeaderboardEntry (Maybe Int64) Source #

The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.

leKind :: Lens' LeaderboardEntry Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardEntry.

leScoreValue :: Lens' LeaderboardEntry (Maybe Int64) Source #

The numerical value of this score.

leFormattedScore :: Lens' LeaderboardEntry (Maybe Text) Source #

The localized string for the numerical value of this score.

leTimeSpan :: Lens' LeaderboardEntry (Maybe Text) Source #

The time span of this high score. Possible values are: - "ALL_TIME" - The score is an all-time high score. - "WEEKLY" - The score is a weekly high score. - "DAILY" - The score is a daily high score.

leFormattedScoreRank :: Lens' LeaderboardEntry (Maybe Text) Source #

The localized string for the rank of this score for this leaderboard.

lePlayer :: Lens' LeaderboardEntry (Maybe Player) Source #

The player who holds this score.

leScoreRank :: Lens' LeaderboardEntry (Maybe Int64) Source #

The rank of this score for this leaderboard.

SnapshotListResponse

data SnapshotListResponse Source #

This is a JSON template for a list of snapshot objects.

See: snapshotListResponse smart constructor.

Instances

Eq SnapshotListResponse Source # 
Data SnapshotListResponse Source # 

Methods

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

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

toConstr :: SnapshotListResponse -> Constr #

dataTypeOf :: SnapshotListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SnapshotListResponse Source # 
Generic SnapshotListResponse Source # 
ToJSON SnapshotListResponse Source # 
FromJSON SnapshotListResponse Source # 
type Rep SnapshotListResponse Source # 
type Rep SnapshotListResponse = D1 (MetaData "SnapshotListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "SnapshotListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_slrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_slrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_slrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Snapshot]))))))

snapshotListResponse :: SnapshotListResponse Source #

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

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

slrNextPageToken :: Lens' SnapshotListResponse (Maybe Text) Source #

Token corresponding to the next page of results. If there are no more results, the token is omitted.

slrKind :: Lens' SnapshotListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#snapshotListResponse.

PlayerLevel

data PlayerLevel Source #

This is a JSON template for 1P/3P metadata about a user's level.

See: playerLevel smart constructor.

Instances

Eq PlayerLevel Source # 
Data PlayerLevel Source # 

Methods

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

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

toConstr :: PlayerLevel -> Constr #

dataTypeOf :: PlayerLevel -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerLevel Source # 
Generic PlayerLevel Source # 

Associated Types

type Rep PlayerLevel :: * -> * #

ToJSON PlayerLevel Source # 
FromJSON PlayerLevel Source # 
type Rep PlayerLevel Source # 
type Rep PlayerLevel = D1 (MetaData "PlayerLevel" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerLevel'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_plMaxExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_plKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plMinExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_plLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

playerLevel :: PlayerLevel Source #

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

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

plMaxExperiencePoints :: Lens' PlayerLevel (Maybe Int64) Source #

The maximum experience points for this level.

plKind :: Lens' PlayerLevel Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerLevel.

plMinExperiencePoints :: Lens' PlayerLevel (Maybe Int64) Source #

The minimum experience points for this level.

plLevel :: Lens' PlayerLevel (Maybe Int32) Source #

The level for the user.

AchievementUpdateMultipleResponse

data AchievementUpdateMultipleResponse Source #

This is a JSON template for an achievement unlock response.

See: achievementUpdateMultipleResponse smart constructor.

Instances

Eq AchievementUpdateMultipleResponse Source # 
Data AchievementUpdateMultipleResponse Source # 

Methods

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

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

toConstr :: AchievementUpdateMultipleResponse -> Constr #

dataTypeOf :: AchievementUpdateMultipleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementUpdateMultipleResponse Source # 
Generic AchievementUpdateMultipleResponse Source # 
ToJSON AchievementUpdateMultipleResponse Source # 
FromJSON AchievementUpdateMultipleResponse Source # 
type Rep AchievementUpdateMultipleResponse Source # 
type Rep AchievementUpdateMultipleResponse = D1 (MetaData "AchievementUpdateMultipleResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementUpdateMultipleResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aumrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aumrUpdatedAchievements") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AchievementUpdateResponse])))))

achievementUpdateMultipleResponse :: AchievementUpdateMultipleResponse Source #

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

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

aumrKind :: Lens' AchievementUpdateMultipleResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateListResponse.

RoomParticipant

data RoomParticipant Source #

This is a JSON template for a participant in a room.

See: roomParticipant smart constructor.

Instances

Eq RoomParticipant Source # 
Data RoomParticipant Source # 

Methods

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

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

toConstr :: RoomParticipant -> Constr #

dataTypeOf :: RoomParticipant -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomParticipant Source # 
Generic RoomParticipant Source # 
ToJSON RoomParticipant Source # 
FromJSON RoomParticipant Source # 
type Rep RoomParticipant Source # 

roomParticipant :: RoomParticipant Source #

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

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

rpStatus :: Lens' RoomParticipant (Maybe Text) Source #

The status of the participant with respect to the room. Possible values are: - "PARTICIPANT_INVITED" - The participant has been invited to join the room, but has not yet responded. - "PARTICIPANT_JOINED" - The participant has joined the room (either after creating it or accepting an invitation.) - "PARTICIPANT_DECLINED" - The participant declined an invitation to join the room. - "PARTICIPANT_LEFT" - The participant joined the room and then left it.

rpConnected :: Lens' RoomParticipant (Maybe Bool) Source #

True if this participant is in the fully connected set of peers in the room.

rpLeaveReason :: Lens' RoomParticipant (Maybe Text) Source #

The reason the participant left the room; populated if the participant status is PARTICIPANT_LEFT. Possible values are: - "PLAYER_LEFT" - The player explicitly chose to leave the room. - "GAME_LEFT" - The game chose to remove the player from the room. - "ABANDONED" - The player switched to another application and abandoned the room. - "PEER_CONNECTION_FAILURE" - The client was unable to establish or maintain a connection to other peer(s) in the room. - "SERVER_ERROR" - The client received an error response when it tried to communicate with the server. - "TIMEOUT" - The client timed out while waiting for players to join and connect. - "PRESENCE_FAILURE" - The client's XMPP connection ended abruptly.

rpKind :: Lens' RoomParticipant Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomParticipant.

rpClientAddress :: Lens' RoomParticipant (Maybe RoomClientAddress) Source #

Client address for the participant.

rpId :: Lens' RoomParticipant (Maybe Text) Source #

An identifier for the participant in the scope of the room. Cannot be used to identify a player across rooms or in other contexts.

rpAutoMatched :: Lens' RoomParticipant (Maybe Bool) Source #

True if this participant was auto-matched with the requesting player.

rpPlayer :: Lens' RoomParticipant (Maybe Player) Source #

Information about the player. Not populated if this player was anonymously auto-matched against the requesting player. (Either player or autoMatchedPlayer will be set.)

rpCapabilities :: Lens' RoomParticipant [Text] Source #

The capabilities which can be used when communicating with this participant.

rpAutoMatchedPlayer :: Lens' RoomParticipant (Maybe AnonymousPlayer) Source #

Information about a player that has been anonymously auto-matched against the requesting player. (Either player or autoMatchedPlayer will be set.)

ApplicationsGetPlatformType

data ApplicationsGetPlatformType Source #

Restrict application details returned to the specific platform.

Constructors

Android

ANDROID Retrieve applications that can be played on Android.

Ios

IOS Retrieve applications that can be played on iOS.

WebApp

WEB_APP Retrieve applications that can be played on desktop web.

Instances

Enum ApplicationsGetPlatformType Source # 
Eq ApplicationsGetPlatformType Source # 
Data ApplicationsGetPlatformType Source # 

Methods

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

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

toConstr :: ApplicationsGetPlatformType -> Constr #

dataTypeOf :: ApplicationsGetPlatformType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ApplicationsGetPlatformType Source # 
Read ApplicationsGetPlatformType Source # 
Show ApplicationsGetPlatformType Source # 
Generic ApplicationsGetPlatformType Source # 
Hashable ApplicationsGetPlatformType Source # 
ToJSON ApplicationsGetPlatformType Source # 
FromJSON ApplicationsGetPlatformType Source # 
FromHttpApiData ApplicationsGetPlatformType Source # 
ToHttpApiData ApplicationsGetPlatformType Source # 
type Rep ApplicationsGetPlatformType Source # 
type Rep ApplicationsGetPlatformType = D1 (MetaData "ApplicationsGetPlatformType" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "Android" PrefixI False) U1) ((:+:) (C1 (MetaCons "Ios" PrefixI False) U1) (C1 (MetaCons "WebApp" PrefixI False) U1)))

EventDefinitionListResponse

data EventDefinitionListResponse Source #

This is a JSON template for a ListDefinitions response.

See: eventDefinitionListResponse smart constructor.

Instances

Eq EventDefinitionListResponse Source # 
Data EventDefinitionListResponse Source # 

Methods

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

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

toConstr :: EventDefinitionListResponse -> Constr #

dataTypeOf :: EventDefinitionListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EventDefinitionListResponse Source # 
Generic EventDefinitionListResponse Source # 
ToJSON EventDefinitionListResponse Source # 
FromJSON EventDefinitionListResponse Source # 
type Rep EventDefinitionListResponse Source # 
type Rep EventDefinitionListResponse = D1 (MetaData "EventDefinitionListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventDefinitionListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_edlrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_edlrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_edlrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventDefinition]))))))

eventDefinitionListResponse :: EventDefinitionListResponse Source #

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

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

edlrNextPageToken :: Lens' EventDefinitionListResponse (Maybe Text) Source #

The pagination token for the next page of results.

edlrKind :: Lens' EventDefinitionListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventDefinitionListResponse.

Category

data Category Source #

This is a JSON template for data related to individual game categories.

See: category smart constructor.

Instances

Eq Category Source # 
Data Category Source # 

Methods

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

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

toConstr :: Category -> Constr #

dataTypeOf :: Category -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Category Source # 
Generic Category Source # 

Associated Types

type Rep Category :: * -> * #

Methods

from :: Category -> Rep Category x #

to :: Rep Category x -> Category #

ToJSON Category Source # 
FromJSON Category Source # 
type Rep Category Source # 
type Rep Category = D1 (MetaData "Category" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Category'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_cCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

category :: Category Source #

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

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

cKind :: Lens' Category Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#category.

cCategory :: Lens' Category (Maybe Text) Source #

The category name.

cExperiencePoints :: Lens' Category (Maybe Int64) Source #

Experience points earned in this category.

InstanceAndroidDetails

data InstanceAndroidDetails Source #

This is a JSON template for the Android instance details resource.

See: instanceAndroidDetails smart constructor.

Instances

Eq InstanceAndroidDetails Source # 
Data InstanceAndroidDetails Source # 

Methods

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

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

toConstr :: InstanceAndroidDetails -> Constr #

dataTypeOf :: InstanceAndroidDetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstanceAndroidDetails Source # 
Generic InstanceAndroidDetails Source # 
ToJSON InstanceAndroidDetails Source # 
FromJSON InstanceAndroidDetails Source # 
type Rep InstanceAndroidDetails Source # 
type Rep InstanceAndroidDetails = D1 (MetaData "InstanceAndroidDetails" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "InstanceAndroidDetails'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iadPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iadPreferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_iadKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iadEnablePiracyCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))

instanceAndroidDetails :: InstanceAndroidDetails Source #

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

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

iadPackageName :: Lens' InstanceAndroidDetails (Maybe Text) Source #

Android package name which maps to Google Play URL.

iadPreferred :: Lens' InstanceAndroidDetails (Maybe Bool) Source #

Indicates that this instance is the default for new installations.

iadKind :: Lens' InstanceAndroidDetails Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceAndroidDetails.

iadEnablePiracyCheck :: Lens' InstanceAndroidDetails (Maybe Bool) Source #

Flag indicating whether the anti-piracy check is enabled.

TurnBasedMatchParticipant

data TurnBasedMatchParticipant Source #

This is a JSON template for a participant in a turn-based match.

See: turnBasedMatchParticipant smart constructor.

Instances

Eq TurnBasedMatchParticipant Source # 
Data TurnBasedMatchParticipant Source # 

Methods

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

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

toConstr :: TurnBasedMatchParticipant -> Constr #

dataTypeOf :: TurnBasedMatchParticipant -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatchParticipant Source # 
Generic TurnBasedMatchParticipant Source # 
ToJSON TurnBasedMatchParticipant Source # 
FromJSON TurnBasedMatchParticipant Source # 
type Rep TurnBasedMatchParticipant Source # 
type Rep TurnBasedMatchParticipant = D1 (MetaData "TurnBasedMatchParticipant" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchParticipant'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmpStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmpKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbmpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmpAutoMatched") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmpPlayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Player))) (S1 (MetaSel (Just Symbol "_tbmpAutoMatchedPlayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AnonymousPlayer)))))))

turnBasedMatchParticipant :: TurnBasedMatchParticipant Source #

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

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

tbmpStatus :: Lens' TurnBasedMatchParticipant (Maybe Text) Source #

The status of the participant with respect to the match. Possible values are: - "PARTICIPANT_NOT_INVITED_YET" - The participant is slated to be invited to the match, but the invitation has not been sent; the invite will be sent when it becomes their turn. - "PARTICIPANT_INVITED" - The participant has been invited to join the match, but has not yet responded. - "PARTICIPANT_JOINED" - The participant has joined the match (either after creating it or accepting an invitation.) - "PARTICIPANT_DECLINED" - The participant declined an invitation to join the match. - "PARTICIPANT_LEFT" - The participant joined the match and then left it. - "PARTICIPANT_FINISHED" - The participant finished playing in the match. - "PARTICIPANT_UNRESPONSIVE" - The participant did not take their turn in the allotted time.

tbmpKind :: Lens' TurnBasedMatchParticipant Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchParticipant.

tbmpId :: Lens' TurnBasedMatchParticipant (Maybe Text) Source #

An identifier for the participant in the scope of the match. Cannot be used to identify a player across matches or in other contexts.

tbmpAutoMatched :: Lens' TurnBasedMatchParticipant (Maybe Bool) Source #

True if this participant was auto-matched with the requesting player.

tbmpPlayer :: Lens' TurnBasedMatchParticipant (Maybe Player) Source #

Information about the player. Not populated if this player was anonymously auto-matched against the requesting player. (Either player or autoMatchedPlayer will be set.)

tbmpAutoMatchedPlayer :: Lens' TurnBasedMatchParticipant (Maybe AnonymousPlayer) Source #

Information about a player that has been anonymously auto-matched against the requesting player. (Either player or autoMatchedPlayer will be set.)

AchievementDefinitionsListResponse

data AchievementDefinitionsListResponse Source #

This is a JSON template for a list of achievement definition objects.

See: achievementDefinitionsListResponse smart constructor.

Instances

Eq AchievementDefinitionsListResponse Source # 
Data AchievementDefinitionsListResponse Source # 

Methods

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

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

toConstr :: AchievementDefinitionsListResponse -> Constr #

dataTypeOf :: AchievementDefinitionsListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementDefinitionsListResponse Source # 
Generic AchievementDefinitionsListResponse Source # 
ToJSON AchievementDefinitionsListResponse Source # 
FromJSON AchievementDefinitionsListResponse Source # 
type Rep AchievementDefinitionsListResponse Source # 
type Rep AchievementDefinitionsListResponse = D1 (MetaData "AchievementDefinitionsListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementDefinitionsListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_adlrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_adlrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_adlrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AchievementDefinition]))))))

achievementDefinitionsListResponse :: AchievementDefinitionsListResponse Source #

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

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

adlrNextPageToken :: Lens' AchievementDefinitionsListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

adlrKind :: Lens' AchievementDefinitionsListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementDefinitionsListResponse.

PlayerScoreResponse

data PlayerScoreResponse Source #

This is a JSON template for a list of leaderboard entry resources.

See: playerScoreResponse smart constructor.

Instances

Eq PlayerScoreResponse Source # 
Data PlayerScoreResponse Source # 

Methods

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

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

toConstr :: PlayerScoreResponse -> Constr #

dataTypeOf :: PlayerScoreResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerScoreResponse Source # 
Generic PlayerScoreResponse Source # 
ToJSON PlayerScoreResponse Source # 
FromJSON PlayerScoreResponse Source # 
type Rep PlayerScoreResponse Source # 
type Rep PlayerScoreResponse = D1 (MetaData "PlayerScoreResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerScoreResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_psrScoreTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_psrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_psrFormattedScore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_psrLeaderboardId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_psrBeatenScoreTimeSpans") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_psrUnbeatenScores") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerScore])))))))

playerScoreResponse :: PlayerScoreResponse Source #

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

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

psrScoreTag :: Lens' PlayerScoreResponse (Maybe Text) Source #

Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

psrKind :: Lens' PlayerScoreResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerScoreResponse.

psrFormattedScore :: Lens' PlayerScoreResponse (Maybe Text) Source #

The formatted value of the submitted score.

psrLeaderboardId :: Lens' PlayerScoreResponse (Maybe Text) Source #

The leaderboard ID that this score was submitted to.

psrBeatenScoreTimeSpans :: Lens' PlayerScoreResponse [Text] Source #

The time spans where the submitted score is better than the existing score for that time span. Possible values are: - "ALL_TIME" - The score is an all-time score. - "WEEKLY" - The score is a weekly score. - "DAILY" - The score is a daily score.

psrUnbeatenScores :: Lens' PlayerScoreResponse [PlayerScore] Source #

The scores in time spans that have not been beaten. As an example, the submitted score may be better than the player's DAILY score, but not better than the player's scores for the WEEKLY or ALL_TIME time spans.

AnonymousPlayer

data AnonymousPlayer Source #

This is a JSON template for an anonymous player

See: anonymousPlayer smart constructor.

Instances

Eq AnonymousPlayer Source # 
Data AnonymousPlayer Source # 

Methods

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

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

toConstr :: AnonymousPlayer -> Constr #

dataTypeOf :: AnonymousPlayer -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AnonymousPlayer Source # 
Generic AnonymousPlayer Source # 
ToJSON AnonymousPlayer Source # 
FromJSON AnonymousPlayer Source # 
type Rep AnonymousPlayer Source # 
type Rep AnonymousPlayer = D1 (MetaData "AnonymousPlayer" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AnonymousPlayer'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_apAvatarImageURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_apKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_apDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

anonymousPlayer :: AnonymousPlayer Source #

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

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

apAvatarImageURL :: Lens' AnonymousPlayer (Maybe Text) Source #

The base URL for the image to display for the anonymous player.

apKind :: Lens' AnonymousPlayer Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#anonymousPlayer.

apDisplayName :: Lens' AnonymousPlayer (Maybe Text) Source #

The name to display for the anonymous player.

QuestContribution

data QuestContribution Source #

This is a JSON template for a Quest Criterion Contribution resource.

See: questContribution smart constructor.

Instances

Eq QuestContribution Source # 
Data QuestContribution Source # 

Methods

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

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

toConstr :: QuestContribution -> Constr #

dataTypeOf :: QuestContribution -> DataType #

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

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

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

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

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

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

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

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

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

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

Show QuestContribution Source # 
Generic QuestContribution Source # 
ToJSON QuestContribution Source # 
FromJSON QuestContribution Source # 
type Rep QuestContribution Source # 
type Rep QuestContribution = D1 (MetaData "QuestContribution" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "QuestContribution'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_qKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_qValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_qFormattedValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

questContribution :: QuestContribution Source #

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

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

qKind :: Lens' QuestContribution Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#questContribution.

qValue :: Lens' QuestContribution (Maybe Int64) Source #

The value of the contribution.

qFormattedValue :: Lens' QuestContribution (Maybe Text) Source #

The formatted value of the contribution as a string. Format depends on the configuration for the associated event definition in the Play Games Developer Console.

RoomClientAddress

data RoomClientAddress Source #

This is a JSON template for the client address when setting up a room.

See: roomClientAddress smart constructor.

Instances

Eq RoomClientAddress Source # 
Data RoomClientAddress Source # 

Methods

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

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

toConstr :: RoomClientAddress -> Constr #

dataTypeOf :: RoomClientAddress -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomClientAddress Source # 
Generic RoomClientAddress Source # 
ToJSON RoomClientAddress Source # 
FromJSON RoomClientAddress Source # 
type Rep RoomClientAddress Source # 
type Rep RoomClientAddress = D1 (MetaData "RoomClientAddress" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomClientAddress'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rcaKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rcaXmppAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

roomClientAddress :: RoomClientAddress Source #

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

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

rcaKind :: Lens' RoomClientAddress Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomClientAddress.

rcaXmppAddress :: Lens' RoomClientAddress (Maybe Text) Source #

The XMPP address of the client on the Google Games XMPP network.

LeaderboardListResponse

data LeaderboardListResponse Source #

This is a JSON template for a list of leaderboard objects.

See: leaderboardListResponse smart constructor.

Instances

Eq LeaderboardListResponse Source # 
Data LeaderboardListResponse Source # 

Methods

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

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

toConstr :: LeaderboardListResponse -> Constr #

dataTypeOf :: LeaderboardListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LeaderboardListResponse Source # 
Generic LeaderboardListResponse Source # 
ToJSON LeaderboardListResponse Source # 
FromJSON LeaderboardListResponse Source # 
type Rep LeaderboardListResponse Source # 
type Rep LeaderboardListResponse = D1 (MetaData "LeaderboardListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "LeaderboardListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_llrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_llrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Leaderboard]))))))

leaderboardListResponse :: LeaderboardListResponse Source #

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

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

llrNextPageToken :: Lens' LeaderboardListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

llrKind :: Lens' LeaderboardListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardListResponse.

PlayerScore

data PlayerScore Source #

This is a JSON template for a player score.

See: playerScore smart constructor.

Instances

Eq PlayerScore Source # 
Data PlayerScore Source # 

Methods

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

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

toConstr :: PlayerScore -> Constr #

dataTypeOf :: PlayerScore -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerScore Source # 
Generic PlayerScore Source # 

Associated Types

type Rep PlayerScore :: * -> * #

ToJSON PlayerScore Source # 
FromJSON PlayerScore Source # 
type Rep PlayerScore Source # 
type Rep PlayerScore = D1 (MetaData "PlayerScore" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerScore'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_psScoreTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_psScore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_psKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_psFormattedScore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_psTimeSpan") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

playerScore :: PlayerScore Source #

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

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

psScoreTag :: Lens' PlayerScore (Maybe Text) Source #

Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

psScore :: Lens' PlayerScore (Maybe Int64) Source #

The numerical value for this player score.

psKind :: Lens' PlayerScore Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerScore.

psFormattedScore :: Lens' PlayerScore (Maybe Text) Source #

The formatted score for this player score.

psTimeSpan :: Lens' PlayerScore (Maybe Text) Source #

The time span for this player score. Possible values are: - "ALL_TIME" - The score is an all-time score. - "WEEKLY" - The score is a weekly score. - "DAILY" - The score is a daily score.

ScoresListWindowCollection

data ScoresListWindowCollection Source #

The collection of scores you're requesting.

Constructors

SLWCPublic

PUBLIC List all scores in the public leaderboard.

SLWCSocial

SOCIAL List only social scores.

SLWCSocial1P

SOCIAL_1P List only social scores, not respecting the fACL.

Instances

Enum ScoresListWindowCollection Source # 
Eq ScoresListWindowCollection Source # 
Data ScoresListWindowCollection Source # 

Methods

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

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

toConstr :: ScoresListWindowCollection -> Constr #

dataTypeOf :: ScoresListWindowCollection -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ScoresListWindowCollection Source # 
Read ScoresListWindowCollection Source # 
Show ScoresListWindowCollection Source # 
Generic ScoresListWindowCollection Source # 
Hashable ScoresListWindowCollection Source # 
ToJSON ScoresListWindowCollection Source # 
FromJSON ScoresListWindowCollection Source # 
FromHttpApiData ScoresListWindowCollection Source # 
ToHttpApiData ScoresListWindowCollection Source # 
type Rep ScoresListWindowCollection Source # 
type Rep ScoresListWindowCollection = D1 (MetaData "ScoresListWindowCollection" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "SLWCPublic" PrefixI False) U1) ((:+:) (C1 (MetaCons "SLWCSocial" PrefixI False) U1) (C1 (MetaCons "SLWCSocial1P" PrefixI False) U1)))

TurnBasedAutoMatchingCriteria

data TurnBasedAutoMatchingCriteria Source #

This is a JSON template for an turn-based auto-match criteria object.

See: turnBasedAutoMatchingCriteria smart constructor.

Instances

Eq TurnBasedAutoMatchingCriteria Source # 
Data TurnBasedAutoMatchingCriteria Source # 

Methods

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

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

toConstr :: TurnBasedAutoMatchingCriteria -> Constr #

dataTypeOf :: TurnBasedAutoMatchingCriteria -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedAutoMatchingCriteria Source # 
Generic TurnBasedAutoMatchingCriteria Source # 
ToJSON TurnBasedAutoMatchingCriteria Source # 
FromJSON TurnBasedAutoMatchingCriteria Source # 
type Rep TurnBasedAutoMatchingCriteria Source # 
type Rep TurnBasedAutoMatchingCriteria = D1 (MetaData "TurnBasedAutoMatchingCriteria" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedAutoMatchingCriteria'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbamcKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbamcExclusiveBitmask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_tbamcMaxAutoMatchingPlayers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_tbamcMinAutoMatchingPlayers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

turnBasedAutoMatchingCriteria :: TurnBasedAutoMatchingCriteria Source #

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

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

tbamcKind :: Lens' TurnBasedAutoMatchingCriteria Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedAutoMatchingCriteria.

tbamcExclusiveBitmask :: Lens' TurnBasedAutoMatchingCriteria (Maybe Int64) Source #

A bitmask indicating when auto-matches are valid. When ANDed with other exclusive bitmasks, the result must be zero. Can be used to support exclusive roles within a game.

tbamcMaxAutoMatchingPlayers :: Lens' TurnBasedAutoMatchingCriteria (Maybe Int32) Source #

The maximum number of players that should be added to the match by auto-matching.

tbamcMinAutoMatchingPlayers :: Lens' TurnBasedAutoMatchingCriteria (Maybe Int32) Source #

The minimum number of players that should be added to the match by auto-matching.

SnapshotImage

data SnapshotImage Source #

This is a JSON template for an image of a snapshot.

See: snapshotImage smart constructor.

Instances

Eq SnapshotImage Source # 
Data SnapshotImage Source # 

Methods

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

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

toConstr :: SnapshotImage -> Constr #

dataTypeOf :: SnapshotImage -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SnapshotImage Source # 
Generic SnapshotImage Source # 

Associated Types

type Rep SnapshotImage :: * -> * #

ToJSON SnapshotImage Source # 
FromJSON SnapshotImage Source # 
type Rep SnapshotImage Source # 

snapshotImage :: SnapshotImage Source #

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

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

siHeight :: Lens' SnapshotImage (Maybe Int32) Source #

The height of the image.

siKind :: Lens' SnapshotImage Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#snapshotImage.

siURL :: Lens' SnapshotImage (Maybe Text) Source #

The URL of the image. This URL may be invalidated at any time and should not be cached.

siMimeType :: Lens' SnapshotImage (Maybe Text) Source #

The MIME type of the image.

siWidth :: Lens' SnapshotImage (Maybe Int32) Source #

The width of the image.

RoomStatus

data RoomStatus Source #

This is a JSON template for the status of a room that the player has joined.

See: roomStatus smart constructor.

Instances

Eq RoomStatus Source # 
Data RoomStatus Source # 

Methods

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

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

toConstr :: RoomStatus -> Constr #

dataTypeOf :: RoomStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomStatus Source # 
Generic RoomStatus Source # 

Associated Types

type Rep RoomStatus :: * -> * #

ToJSON RoomStatus Source # 
FromJSON RoomStatus Source # 
type Rep RoomStatus Source # 

roomStatus :: RoomStatus Source #

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

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

rsStatus :: Lens' RoomStatus (Maybe Text) Source #

The status of the room. Possible values are: - "ROOM_INVITING" - One or more players have been invited and not responded. - "ROOM_AUTO_MATCHING" - One or more slots need to be filled by auto-matching. - "ROOM_CONNECTING" - Players have joined are connecting to each other (either before or after auto-matching). - "ROOM_ACTIVE" - All players have joined and connected to each other. - "ROOM_DELETED" - All joined players have left.

rsKind :: Lens' RoomStatus Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomStatus.

rsAutoMatchingStatus :: Lens' RoomStatus (Maybe RoomAutoMatchStatus) Source #

Auto-matching status for this room. Not set if the room is not currently in the automatching queue.

rsStatusVersion :: Lens' RoomStatus (Maybe Int32) Source #

The version of the status for the room: an increasing counter, used by the client to ignore out-of-order updates to room status.

rsParticipants :: Lens' RoomStatus [RoomParticipant] Source #

The participants involved in the room, along with their statuses. Includes participants who have left or declined invitations.

rsRoomId :: Lens' RoomStatus (Maybe Text) Source #

Globally unique ID for a room.

PlayerLeaderboardScoreListResponse

data PlayerLeaderboardScoreListResponse Source #

This is a JSON template for a list of player leaderboard scores.

See: playerLeaderboardScoreListResponse smart constructor.

Instances

Eq PlayerLeaderboardScoreListResponse Source # 
Data PlayerLeaderboardScoreListResponse Source # 

Methods

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

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

toConstr :: PlayerLeaderboardScoreListResponse -> Constr #

dataTypeOf :: PlayerLeaderboardScoreListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayerLeaderboardScoreListResponse Source # 
Generic PlayerLeaderboardScoreListResponse Source # 
ToJSON PlayerLeaderboardScoreListResponse Source # 
FromJSON PlayerLeaderboardScoreListResponse Source # 
type Rep PlayerLeaderboardScoreListResponse Source # 
type Rep PlayerLeaderboardScoreListResponse = D1 (MetaData "PlayerLeaderboardScoreListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerLeaderboardScoreListResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_plslrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_plslrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plslrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerLeaderboardScore]))) (S1 (MetaSel (Just Symbol "_plslrPlayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Player))))))

playerLeaderboardScoreListResponse :: PlayerLeaderboardScoreListResponse Source #

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

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

plslrNextPageToken :: Lens' PlayerLeaderboardScoreListResponse (Maybe Text) Source #

The pagination token for the next page of results.

plslrKind :: Lens' PlayerLeaderboardScoreListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerLeaderboardScoreListResponse.

plslrPlayer :: Lens' PlayerLeaderboardScoreListResponse (Maybe Player) Source #

The Player resources for the owner of this score.

InstanceIosDetails

data InstanceIosDetails Source #

This is a JSON template for the iOS details resource.

See: instanceIosDetails smart constructor.

Instances

Eq InstanceIosDetails Source # 
Data InstanceIosDetails Source # 

Methods

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

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

toConstr :: InstanceIosDetails -> Constr #

dataTypeOf :: InstanceIosDetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstanceIosDetails Source # 
Generic InstanceIosDetails Source # 
ToJSON InstanceIosDetails Source # 
FromJSON InstanceIosDetails Source # 
type Rep InstanceIosDetails Source # 
type Rep InstanceIosDetails = D1 (MetaData "InstanceIosDetails" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "InstanceIosDetails'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iidItunesAppId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_iidPreferredForIPad") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_iidSupportIPhone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iidKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iidSupportIPad") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_iidPreferredForIPhone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_iidBundleIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

instanceIosDetails :: InstanceIosDetails Source #

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

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

iidPreferredForIPad :: Lens' InstanceIosDetails (Maybe Bool) Source #

Indicates that this instance is the default for new installations on iPad devices.

iidSupportIPhone :: Lens' InstanceIosDetails (Maybe Bool) Source #

Flag to indicate if this instance supports iPhone.

iidKind :: Lens' InstanceIosDetails Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceIosDetails.

iidSupportIPad :: Lens' InstanceIosDetails (Maybe Bool) Source #

Flag to indicate if this instance supports iPad.

iidPreferredForIPhone :: Lens' InstanceIosDetails (Maybe Bool) Source #

Indicates that this instance is the default for new installations on iPhone devices.

EventUpdateResponse

data EventUpdateResponse Source #

This is a JSON template for an event period update resource.

See: eventUpdateResponse smart constructor.

Instances

Eq EventUpdateResponse Source # 
Data EventUpdateResponse Source # 

Methods

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

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

toConstr :: EventUpdateResponse -> Constr #

dataTypeOf :: EventUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EventUpdateResponse Source # 
Generic EventUpdateResponse Source # 
ToJSON EventUpdateResponse Source # 
FromJSON EventUpdateResponse Source # 
type Rep EventUpdateResponse Source # 
type Rep EventUpdateResponse = D1 (MetaData "EventUpdateResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventUpdateResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eurPlayerEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerEvent]))) (S1 (MetaSel (Just Symbol "_eurBatchFailures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventBatchRecordFailure])))) ((:*:) (S1 (MetaSel (Just Symbol "_eurEventFailures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventRecordFailure]))) (S1 (MetaSel (Just Symbol "_eurKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

eventUpdateResponse :: EventUpdateResponse Source #

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

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

eurPlayerEvents :: Lens' EventUpdateResponse [PlayerEvent] Source #

The current status of any updated events

eurBatchFailures :: Lens' EventUpdateResponse [EventBatchRecordFailure] Source #

Any batch-wide failures which occurred applying updates.

eurEventFailures :: Lens' EventUpdateResponse [EventRecordFailure] Source #

Any failures updating a particular event.

eurKind :: Lens' EventUpdateResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventUpdateResponse.

RevisionCheckResponse

data RevisionCheckResponse Source #

This is a JSON template for the result of checking a revision.

See: revisionCheckResponse smart constructor.

Instances

Eq RevisionCheckResponse Source # 
Data RevisionCheckResponse Source # 

Methods

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

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

toConstr :: RevisionCheckResponse -> Constr #

dataTypeOf :: RevisionCheckResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RevisionCheckResponse Source # 
Generic RevisionCheckResponse Source # 
ToJSON RevisionCheckResponse Source # 
FromJSON RevisionCheckResponse Source # 
type Rep RevisionCheckResponse Source # 
type Rep RevisionCheckResponse = D1 (MetaData "RevisionCheckResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RevisionCheckResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rcrAPIVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rcrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rcrRevisionStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

revisionCheckResponse :: RevisionCheckResponse Source #

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

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

rcrAPIVersion :: Lens' RevisionCheckResponse (Maybe Text) Source #

The version of the API this client revision should use when calling API methods.

rcrKind :: Lens' RevisionCheckResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#revisionCheckResponse.

rcrRevisionStatus :: Lens' RevisionCheckResponse (Maybe Text) Source #

The result of the revision check. Possible values are: - "OK" - The revision being used is current. - "DEPRECATED" - There is currently a newer version available, but the revision being used still works. - "INVALID" - The revision being used is not supported in any released version.

ParticipantResult

data ParticipantResult Source #

This is a JSON template for a result for a match participant.

See: participantResult smart constructor.

Instances

Eq ParticipantResult Source # 
Data ParticipantResult Source # 

Methods

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

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

toConstr :: ParticipantResult -> Constr #

dataTypeOf :: ParticipantResult -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ParticipantResult Source # 
Generic ParticipantResult Source # 
ToJSON ParticipantResult Source # 
FromJSON ParticipantResult Source # 
type Rep ParticipantResult Source # 
type Rep ParticipantResult = D1 (MetaData "ParticipantResult" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "ParticipantResult'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_prParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_prKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_prResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_prPlacing") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

participantResult :: ParticipantResult Source #

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

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

prParticipantId :: Lens' ParticipantResult (Maybe Text) Source #

The ID of the participant.

prKind :: Lens' ParticipantResult Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#participantResult.

prResult :: Lens' ParticipantResult (Maybe Text) Source #

The result of the participant for this match. Possible values are: - "MATCH_RESULT_WIN" - The participant won the match. - "MATCH_RESULT_LOSS" - The participant lost the match. - "MATCH_RESULT_TIE" - The participant tied the match. - "MATCH_RESULT_NONE" - There was no winner for the match (nobody wins or loses this kind of game.) - "MATCH_RESULT_DISCONNECT" - The participant disconnected / left during the match. - "MATCH_RESULT_DISAGREED" - Different clients reported different results for this participant.

prPlacing :: Lens' ParticipantResult (Maybe Int32) Source #

The placement or ranking of the participant in the match results; a number from one to the number of participants in the match. Multiple participants may have the same placing value in case of a type.

Leaderboard

data Leaderboard Source #

This is a JSON template for the Leaderboard resource.

See: leaderboard smart constructor.

Instances

Eq Leaderboard Source # 
Data Leaderboard Source # 

Methods

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

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

toConstr :: Leaderboard -> Constr #

dataTypeOf :: Leaderboard -> DataType #

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

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

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

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

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

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

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

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

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

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

Show Leaderboard Source # 
Generic Leaderboard Source # 

Associated Types

type Rep Leaderboard :: * -> * #

ToJSON Leaderboard Source # 
FromJSON Leaderboard Source # 
type Rep Leaderboard Source # 

leaderboard :: Leaderboard Source #

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

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

lKind :: Lens' Leaderboard Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboard.

lIsIconURLDefault :: Lens' Leaderboard (Maybe Bool) Source #

Indicates whether the icon image being returned is a default image, or is game-provided.

lName :: Lens' Leaderboard (Maybe Text) Source #

The name of the leaderboard.

lId :: Lens' Leaderboard (Maybe Text) Source #

The leaderboard ID.

lIconURL :: Lens' Leaderboard (Maybe Text) Source #

The icon for the leaderboard.

lOrder :: Lens' Leaderboard (Maybe Text) Source #

How scores are ordered. Possible values are: - "LARGER_IS_BETTER" - Larger values are better; scores are sorted in descending order. - "SMALLER_IS_BETTER" - Smaller values are better; scores are sorted in ascending order.

MetagameConfig

data MetagameConfig Source #

This is a JSON template for the metagame config resource

See: metagameConfig smart constructor.

Instances

Eq MetagameConfig Source # 
Data MetagameConfig Source # 

Methods

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

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

toConstr :: MetagameConfig -> Constr #

dataTypeOf :: MetagameConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MetagameConfig Source # 
Generic MetagameConfig Source # 

Associated Types

type Rep MetagameConfig :: * -> * #

ToJSON MetagameConfig Source # 
FromJSON MetagameConfig Source # 
type Rep MetagameConfig Source # 
type Rep MetagameConfig = D1 (MetaData "MetagameConfig" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "MetagameConfig'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mcKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_mcCurrentVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_mcPlayerLevels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerLevel]))))))

metagameConfig :: MetagameConfig Source #

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

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

mcKind :: Lens' MetagameConfig Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#metagameConfig.

mcCurrentVersion :: Lens' MetagameConfig (Maybe Int32) Source #

Current version of the metagame configuration data. When this data is updated, the version number will be increased by one.

mcPlayerLevels :: Lens' MetagameConfig [PlayerLevel] Source #

The list of player levels.

CategoryListResponse

data CategoryListResponse Source #

This is a JSON template for a list of category data objects.

See: categoryListResponse smart constructor.

Instances

Eq CategoryListResponse Source # 
Data CategoryListResponse Source # 

Methods

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

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

toConstr :: CategoryListResponse -> Constr #

dataTypeOf :: CategoryListResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CategoryListResponse Source # 
Generic CategoryListResponse Source # 
ToJSON CategoryListResponse Source # 
FromJSON CategoryListResponse Source # 
type Rep CategoryListResponse Source # 
type Rep CategoryListResponse = D1 (MetaData "CategoryListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "CategoryListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_clrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_clrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_clrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Category]))))))

categoryListResponse :: CategoryListResponse Source #

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

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

clrNextPageToken :: Lens' CategoryListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

clrKind :: Lens' CategoryListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#categoryListResponse.

clrItems :: Lens' CategoryListResponse [Category] Source #

The list of categories with usage data.

RoomP2PStatus

data RoomP2PStatus Source #

This is a JSON template for an update on the status of a peer in a room.

See: roomP2PStatus smart constructor.

Instances

Eq RoomP2PStatus Source # 
Data RoomP2PStatus Source # 

Methods

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

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

toConstr :: RoomP2PStatus -> Constr #

dataTypeOf :: RoomP2PStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomP2PStatus Source # 
Generic RoomP2PStatus Source # 

Associated Types

type Rep RoomP2PStatus :: * -> * #

ToJSON RoomP2PStatus Source # 
FromJSON RoomP2PStatus Source # 
type Rep RoomP2PStatus Source # 
type Rep RoomP2PStatus = D1 (MetaData "RoomP2PStatus" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomP2PStatus'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rppsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rppsParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rppsKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rppsError") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rppsErrorReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rppsConnectionSetupLatencyMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rppsUnreliableRoundtripLatencyMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

roomP2PStatus :: RoomP2PStatus Source #

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

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

rppsStatus :: Lens' RoomP2PStatus (Maybe Text) Source #

The status of the peer in the room. Possible values are: - "CONNECTION_ESTABLISHED" - The client established a P2P connection with the peer. - "CONNECTION_FAILED" - The client failed to establish directed presence with the peer.

rppsParticipantId :: Lens' RoomP2PStatus (Maybe Text) Source #

The ID of the participant.

rppsKind :: Lens' RoomP2PStatus Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomP2PStatus.

rppsError :: Lens' RoomP2PStatus (Maybe Text) Source #

The error code in event of a failure. Possible values are: - "P2P_FAILED" - The client failed to establish a P2P connection with the peer. - "PRESENCE_FAILED" - The client failed to register to receive P2P connections. - "RELAY_SERVER_FAILED" - The client received an error when trying to use the relay server to establish a P2P connection with the peer.

rppsErrorReason :: Lens' RoomP2PStatus (Maybe Text) Source #

More detailed diagnostic message returned in event of a failure.

rppsConnectionSetupLatencyMillis :: Lens' RoomP2PStatus (Maybe Int32) Source #

The amount of time in milliseconds it took to establish connections with this peer.

rppsUnreliableRoundtripLatencyMillis :: Lens' RoomP2PStatus (Maybe Int32) Source #

The amount of time in milliseconds it took to send packets back and forth on the unreliable channel with this peer.

TurnBasedMatchModification

data TurnBasedMatchModification Source #

This is a JSON template for turn-based match modification metadata.

See: turnBasedMatchModification smart constructor.

Instances

Eq TurnBasedMatchModification Source # 
Data TurnBasedMatchModification Source # 

Methods

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

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

toConstr :: TurnBasedMatchModification -> Constr #

dataTypeOf :: TurnBasedMatchModification -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TurnBasedMatchModification Source # 
Generic TurnBasedMatchModification Source # 
ToJSON TurnBasedMatchModification Source # 
FromJSON TurnBasedMatchModification Source # 
type Rep TurnBasedMatchModification Source # 
type Rep TurnBasedMatchModification = D1 (MetaData "TurnBasedMatchModification" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchModification'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tbmmParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmmKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbmmModifiedTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

turnBasedMatchModification :: TurnBasedMatchModification Source #

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

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

tbmmParticipantId :: Lens' TurnBasedMatchModification (Maybe Text) Source #

The ID of the participant that modified the match.

tbmmKind :: Lens' TurnBasedMatchModification Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchModification.

tbmmModifiedTimestampMillis :: Lens' TurnBasedMatchModification (Maybe Int64) Source #

The timestamp at which they modified the match, in milliseconds since the epoch in UTC.

EventDefinition

data EventDefinition Source #

This is a JSON template for an event definition resource.

See: eventDefinition smart constructor.

Instances

Eq EventDefinition Source # 
Data EventDefinition Source # 

Methods

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

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

toConstr :: EventDefinition -> Constr #

dataTypeOf :: EventDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EventDefinition Source # 
Generic EventDefinition Source # 
ToJSON EventDefinition Source # 
FromJSON EventDefinition Source # 
type Rep EventDefinition Source # 

eventDefinition :: EventDefinition Source #

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

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

edIsDefaultImageURL :: Lens' EventDefinition (Maybe Bool) Source #

Indicates whether the icon image being returned is a default image, or is game-provided.

edKind :: Lens' EventDefinition Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventDefinition.

edVisibility :: Lens' EventDefinition (Maybe Text) Source #

The visibility of event being tracked in this definition. Possible values are: - "REVEALED": This event should be visible to all users. - "HIDDEN": This event should only be shown to users that have recorded this event at least once.

edImageURL :: Lens' EventDefinition (Maybe Text) Source #

The base URL for the image that represents the event.

edDisplayName :: Lens' EventDefinition (Maybe Text) Source #

The name to display for the event.

edId :: Lens' EventDefinition (Maybe Text) Source #

The ID of the event.

edChildEvents :: Lens' EventDefinition [EventChild] Source #

A list of events that are a child of this event.

edDescription :: Lens' EventDefinition (Maybe Text) Source #

Description of what this event represents.

RoomModification

data RoomModification Source #

This is a JSON template for room modification metadata.

See: roomModification smart constructor.

Instances

Eq RoomModification Source # 
Data RoomModification Source # 

Methods

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

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

toConstr :: RoomModification -> Constr #

dataTypeOf :: RoomModification -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomModification Source # 
Generic RoomModification Source # 
ToJSON RoomModification Source # 
FromJSON RoomModification Source # 
type Rep RoomModification Source # 
type Rep RoomModification = D1 (MetaData "RoomModification" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomModification'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rmParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rmKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rmModifiedTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

roomModification :: RoomModification Source #

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

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

rmParticipantId :: Lens' RoomModification (Maybe Text) Source #

The ID of the participant that modified the room.

rmKind :: Lens' RoomModification Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomModification.

rmModifiedTimestampMillis :: Lens' RoomModification (Maybe Int64) Source #

The timestamp at which they modified the room, in milliseconds since the epoch in UTC.

ScoresListWindowTimeSpan

data ScoresListWindowTimeSpan Source #

The time span for the scores and ranks you're requesting.

Constructors

AllTime

ALL_TIME List the all-time top scores.

Daily

DAILY List the top scores for the current day.

Weekly

WEEKLY List the top scores for the current week.

Instances

Enum ScoresListWindowTimeSpan Source # 
Eq ScoresListWindowTimeSpan Source # 
Data ScoresListWindowTimeSpan Source # 

Methods

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

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

toConstr :: ScoresListWindowTimeSpan -> Constr #

dataTypeOf :: ScoresListWindowTimeSpan -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ScoresListWindowTimeSpan Source # 
Read ScoresListWindowTimeSpan Source # 
Show ScoresListWindowTimeSpan Source # 
Generic ScoresListWindowTimeSpan Source # 
Hashable ScoresListWindowTimeSpan Source # 
ToJSON ScoresListWindowTimeSpan Source # 
FromJSON ScoresListWindowTimeSpan Source # 
FromHttpApiData ScoresListWindowTimeSpan Source # 
ToHttpApiData ScoresListWindowTimeSpan Source # 
type Rep ScoresListWindowTimeSpan Source # 
type Rep ScoresListWindowTimeSpan = D1 (MetaData "ScoresListWindowTimeSpan" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "AllTime" PrefixI False) U1) ((:+:) (C1 (MetaCons "Daily" PrefixI False) U1) (C1 (MetaCons "Weekly" PrefixI False) U1)))

EventUpdateRequest

data EventUpdateRequest Source #

This is a JSON template for an event period update resource.

See: eventUpdateRequest smart constructor.

Instances

Eq EventUpdateRequest Source # 
Data EventUpdateRequest Source # 

Methods

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

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

toConstr :: EventUpdateRequest -> Constr #

dataTypeOf :: EventUpdateRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EventUpdateRequest Source # 
Generic EventUpdateRequest Source # 
ToJSON EventUpdateRequest Source # 
FromJSON EventUpdateRequest Source # 
type Rep EventUpdateRequest Source # 
type Rep EventUpdateRequest = D1 (MetaData "EventUpdateRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventUpdateRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eUpdateCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_eKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

eventUpdateRequest :: EventUpdateRequest Source #

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

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

eUpdateCount :: Lens' EventUpdateRequest (Maybe Int64) Source #

The number of times this event occurred in this time period.

eKind :: Lens' EventUpdateRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventUpdateRequest.

eDefinitionId :: Lens' EventUpdateRequest (Maybe Text) Source #

The ID of the event being modified in this update.

AchievementUnlockResponse

data AchievementUnlockResponse Source #

This is a JSON template for an achievement unlock response

See: achievementUnlockResponse smart constructor.

Instances

Eq AchievementUnlockResponse Source # 
Data AchievementUnlockResponse Source # 

Methods

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

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

toConstr :: AchievementUnlockResponse -> Constr #

dataTypeOf :: AchievementUnlockResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementUnlockResponse Source # 
Generic AchievementUnlockResponse Source # 
ToJSON AchievementUnlockResponse Source # 
FromJSON AchievementUnlockResponse Source # 
type Rep AchievementUnlockResponse Source # 
type Rep AchievementUnlockResponse = D1 (MetaData "AchievementUnlockResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementUnlockResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_achKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_achNewlyUnlocked") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

achievementUnlockResponse :: AchievementUnlockResponse Source #

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

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

achKind :: Lens' AchievementUnlockResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUnlockResponse.

achNewlyUnlocked :: Lens' AchievementUnlockResponse (Maybe Bool) Source #

Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).

ScoresGetTimeSpan

data ScoresGetTimeSpan Source #

The time span for the scores and ranks you're requesting.

Constructors

SGTSAll

ALL Get the high scores for all time spans. If this is used, maxResults values will be ignored.

SGTSAllTime

ALL_TIME Get the all time high score.

SGTSDaily

DAILY List the top scores for the current day.

SGTSWeekly

WEEKLY List the top scores for the current week.

Instances

Enum ScoresGetTimeSpan Source # 
Eq ScoresGetTimeSpan Source # 
Data ScoresGetTimeSpan Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScoresGetTimeSpan -> c ScoresGetTimeSpan #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScoresGetTimeSpan #

toConstr :: ScoresGetTimeSpan -> Constr #

dataTypeOf :: ScoresGetTimeSpan -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ScoresGetTimeSpan) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScoresGetTimeSpan) #

gmapT :: (forall b. Data b => b -> b) -> ScoresGetTimeSpan -> ScoresGetTimeSpan #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScoresGetTimeSpan -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScoresGetTimeSpan -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScoresGetTimeSpan -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScoresGetTimeSpan -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScoresGetTimeSpan -> m ScoresGetTimeSpan #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresGetTimeSpan -> m ScoresGetTimeSpan #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresGetTimeSpan -> m ScoresGetTimeSpan #

Ord ScoresGetTimeSpan Source # 
Read ScoresGetTimeSpan Source # 
Show ScoresGetTimeSpan Source # 
Generic ScoresGetTimeSpan Source # 
Hashable ScoresGetTimeSpan Source # 
ToJSON ScoresGetTimeSpan Source # 
FromJSON ScoresGetTimeSpan Source # 
FromHttpApiData ScoresGetTimeSpan Source # 
ToHttpApiData ScoresGetTimeSpan Source # 
type Rep ScoresGetTimeSpan Source # 
type Rep ScoresGetTimeSpan = D1 (MetaData "ScoresGetTimeSpan" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) ((:+:) (C1 (MetaCons "SGTSAll" PrefixI False) U1) (C1 (MetaCons "SGTSAllTime" PrefixI False) U1)) ((:+:) (C1 (MetaCons "SGTSDaily" PrefixI False) U1) (C1 (MetaCons "SGTSWeekly" PrefixI False) U1)))

PlayerAchievement

data PlayerAchievement Source #

This is a JSON template for an achievement object.

See: playerAchievement smart constructor.

Instances

Eq PlayerAchievement Source # 
Data PlayerAchievement Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerAchievement -> c PlayerAchievement #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerAchievement #

toConstr :: PlayerAchievement -> Constr #

dataTypeOf :: PlayerAchievement -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerAchievement) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerAchievement) #

gmapT :: (forall b. Data b => b -> b) -> PlayerAchievement -> PlayerAchievement #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerAchievement -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerAchievement -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerAchievement -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerAchievement -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerAchievement -> m PlayerAchievement #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerAchievement -> m PlayerAchievement #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerAchievement -> m PlayerAchievement #

Show PlayerAchievement Source # 
Generic PlayerAchievement Source # 
ToJSON PlayerAchievement Source # 
FromJSON PlayerAchievement Source # 
type Rep PlayerAchievement Source # 
type Rep PlayerAchievement = D1 (MetaData "PlayerAchievement" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerAchievement'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_paKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_paAchievementState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_paFormattedCurrentStepsString") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_paExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_paId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_paCurrentSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_paLastUpdatedTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))))

playerAchievement :: PlayerAchievement Source #

Creates a value of PlayerAchievement with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

paKind :: Lens' PlayerAchievement Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerAchievement.

paAchievementState :: Lens' PlayerAchievement (Maybe Text) Source #

The state of the achievement. Possible values are: - "HIDDEN" - Achievement is hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

paFormattedCurrentStepsString :: Lens' PlayerAchievement (Maybe Text) Source #

The current steps for an incremental achievement as a string.

paExperiencePoints :: Lens' PlayerAchievement (Maybe Int64) Source #

Experience points earned for the achievement. This field is absent for achievements that have not yet been unlocked and 0 for achievements that have been unlocked by testers but that are unpublished.

paId :: Lens' PlayerAchievement (Maybe Text) Source #

The ID of the achievement.

paCurrentSteps :: Lens' PlayerAchievement (Maybe Int32) Source #

The current steps for an incremental achievement.

paLastUpdatedTimestamp :: Lens' PlayerAchievement (Maybe Int64) Source #

The timestamp of the last modification to this achievement's state.

RoomP2PStatuses

data RoomP2PStatuses Source #

This is a JSON template for an update on the status of peers in a room.

See: roomP2PStatuses smart constructor.

Instances

Eq RoomP2PStatuses Source # 
Data RoomP2PStatuses Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomP2PStatuses -> c RoomP2PStatuses #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomP2PStatuses #

toConstr :: RoomP2PStatuses -> Constr #

dataTypeOf :: RoomP2PStatuses -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomP2PStatuses) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomP2PStatuses) #

gmapT :: (forall b. Data b => b -> b) -> RoomP2PStatuses -> RoomP2PStatuses #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomP2PStatuses -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomP2PStatuses -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomP2PStatuses -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomP2PStatuses -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomP2PStatuses -> m RoomP2PStatuses #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomP2PStatuses -> m RoomP2PStatuses #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomP2PStatuses -> m RoomP2PStatuses #

Show RoomP2PStatuses Source # 
Generic RoomP2PStatuses Source # 
ToJSON RoomP2PStatuses Source # 
FromJSON RoomP2PStatuses Source # 
type Rep RoomP2PStatuses Source # 
type Rep RoomP2PStatuses = D1 (MetaData "RoomP2PStatuses" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomP2PStatuses'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rppssKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rppssUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [RoomP2PStatus])))))

roomP2PStatuses :: RoomP2PStatuses Source #

Creates a value of RoomP2PStatuses with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rppssKind :: Lens' RoomP2PStatuses Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomP2PStatuses.

rppssUpdates :: Lens' RoomP2PStatuses [RoomP2PStatus] Source #

The updates for the peers.

ImageAsset

data ImageAsset Source #

This is a JSON template for an image asset object.

See: imageAsset smart constructor.

Instances

Eq ImageAsset Source # 
Data ImageAsset Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ImageAsset -> c ImageAsset #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ImageAsset #

toConstr :: ImageAsset -> Constr #

dataTypeOf :: ImageAsset -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ImageAsset) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ImageAsset) #

gmapT :: (forall b. Data b => b -> b) -> ImageAsset -> ImageAsset #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ImageAsset -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ImageAsset -> r #

gmapQ :: (forall d. Data d => d -> u) -> ImageAsset -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ImageAsset -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ImageAsset -> m ImageAsset #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ImageAsset -> m ImageAsset #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ImageAsset -> m ImageAsset #

Show ImageAsset Source # 
Generic ImageAsset Source # 

Associated Types

type Rep ImageAsset :: * -> * #

ToJSON ImageAsset Source # 
FromJSON ImageAsset Source # 
type Rep ImageAsset Source # 

imageAsset :: ImageAsset Source #

Creates a value of ImageAsset with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iaHeight :: Lens' ImageAsset (Maybe Int32) Source #

The height of the asset.

iaKind :: Lens' ImageAsset Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#imageAsset.

iaURL :: Lens' ImageAsset (Maybe Text) Source #

The URL of the asset.

iaWidth :: Lens' ImageAsset (Maybe Int32) Source #

The width of the asset.

iaName :: Lens' ImageAsset (Maybe Text) Source #

The name of the asset.

AchievementUpdateMultipleRequest

data AchievementUpdateMultipleRequest Source #

This is a JSON template for a list of achievement update requests.

See: achievementUpdateMultipleRequest smart constructor.

Instances

Eq AchievementUpdateMultipleRequest Source # 
Data AchievementUpdateMultipleRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementUpdateMultipleRequest -> c AchievementUpdateMultipleRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementUpdateMultipleRequest #

toConstr :: AchievementUpdateMultipleRequest -> Constr #

dataTypeOf :: AchievementUpdateMultipleRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementUpdateMultipleRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementUpdateMultipleRequest) #

gmapT :: (forall b. Data b => b -> b) -> AchievementUpdateMultipleRequest -> AchievementUpdateMultipleRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementUpdateMultipleRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementUpdateMultipleRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementUpdateMultipleRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementUpdateMultipleRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementUpdateMultipleRequest -> m AchievementUpdateMultipleRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementUpdateMultipleRequest -> m AchievementUpdateMultipleRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementUpdateMultipleRequest -> m AchievementUpdateMultipleRequest #

Show AchievementUpdateMultipleRequest Source # 
Generic AchievementUpdateMultipleRequest Source # 
ToJSON AchievementUpdateMultipleRequest Source # 
FromJSON AchievementUpdateMultipleRequest Source # 
type Rep AchievementUpdateMultipleRequest Source # 
type Rep AchievementUpdateMultipleRequest = D1 (MetaData "AchievementUpdateMultipleRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementUpdateMultipleRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aumruKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aumruUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AchievementUpdateRequest])))))

achievementUpdateMultipleRequest :: AchievementUpdateMultipleRequest Source #

Creates a value of AchievementUpdateMultipleRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aumruKind :: Lens' AchievementUpdateMultipleRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateMultipleRequest.

RoomAutoMatchStatus

data RoomAutoMatchStatus Source #

This is a JSON template for status of room automatching that is in progress.

See: roomAutoMatchStatus smart constructor.

Instances

Eq RoomAutoMatchStatus Source # 
Data RoomAutoMatchStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomAutoMatchStatus -> c RoomAutoMatchStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomAutoMatchStatus #

toConstr :: RoomAutoMatchStatus -> Constr #

dataTypeOf :: RoomAutoMatchStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomAutoMatchStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomAutoMatchStatus) #

gmapT :: (forall b. Data b => b -> b) -> RoomAutoMatchStatus -> RoomAutoMatchStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomAutoMatchStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomAutoMatchStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomAutoMatchStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomAutoMatchStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomAutoMatchStatus -> m RoomAutoMatchStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomAutoMatchStatus -> m RoomAutoMatchStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomAutoMatchStatus -> m RoomAutoMatchStatus #

Show RoomAutoMatchStatus Source # 
Generic RoomAutoMatchStatus Source # 
ToJSON RoomAutoMatchStatus Source # 
FromJSON RoomAutoMatchStatus Source # 
type Rep RoomAutoMatchStatus Source # 
type Rep RoomAutoMatchStatus = D1 (MetaData "RoomAutoMatchStatus" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomAutoMatchStatus'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ramsKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ramsWaitEstimateSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

roomAutoMatchStatus :: RoomAutoMatchStatus Source #

Creates a value of RoomAutoMatchStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ramsKind :: Lens' RoomAutoMatchStatus Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomAutoMatchStatus.

ramsWaitEstimateSeconds :: Lens' RoomAutoMatchStatus (Maybe Int32) Source #

An estimate for the amount of time (in seconds) that auto-matching is expected to take to complete.

AchievementUpdateRequest

data AchievementUpdateRequest Source #

This is a JSON template for a request to update an achievement.

See: achievementUpdateRequest smart constructor.

Instances

Eq AchievementUpdateRequest Source # 
Data AchievementUpdateRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementUpdateRequest -> c AchievementUpdateRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementUpdateRequest #

toConstr :: AchievementUpdateRequest -> Constr #

dataTypeOf :: AchievementUpdateRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementUpdateRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementUpdateRequest) #

gmapT :: (forall b. Data b => b -> b) -> AchievementUpdateRequest -> AchievementUpdateRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementUpdateRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementUpdateRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementUpdateRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementUpdateRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementUpdateRequest -> m AchievementUpdateRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementUpdateRequest -> m AchievementUpdateRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementUpdateRequest -> m AchievementUpdateRequest #

Show AchievementUpdateRequest Source # 
Generic AchievementUpdateRequest Source # 
ToJSON AchievementUpdateRequest Source # 
FromJSON AchievementUpdateRequest Source # 
type Rep AchievementUpdateRequest Source # 
type Rep AchievementUpdateRequest = D1 (MetaData "AchievementUpdateRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementUpdateRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_auruAchievementId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_auruKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_auruUpdateType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_auruSetStepsAtLeastPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GamesAchievementSetStepsAtLeast))) (S1 (MetaSel (Just Symbol "_auruIncrementPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GamesAchievementIncrement)))))))

achievementUpdateRequest :: AchievementUpdateRequest Source #

Creates a value of AchievementUpdateRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

auruAchievementId :: Lens' AchievementUpdateRequest (Maybe Text) Source #

The achievement this update is being applied to.

auruKind :: Lens' AchievementUpdateRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateRequest.

auruUpdateType :: Lens' AchievementUpdateRequest (Maybe Text) Source #

The type of update being applied. Possible values are: - "REVEAL" - Achievement is revealed. - "UNLOCK" - Achievement is unlocked. - "INCREMENT" - Achievement is incremented. - "SET_STEPS_AT_LEAST" - Achievement progress is set to at least the passed value.

auruSetStepsAtLeastPayload :: Lens' AchievementUpdateRequest (Maybe GamesAchievementSetStepsAtLeast) Source #

The payload if an update of type SET_STEPS_AT_LEAST was requested for the achievement.

auruIncrementPayload :: Lens' AchievementUpdateRequest (Maybe GamesAchievementIncrement) Source #

The payload if an update of type INCREMENT was requested for the achievement.

ScoresGetIncludeRankType

data ScoresGetIncludeRankType Source #

The types of ranks to return. If the parameter is omitted, no ranks will be returned.

Constructors

SGIRTAll

ALL Retrieve public and social ranks.

SGIRTPublic

PUBLIC Retrieve public ranks, if the player is sharing their gameplay activity publicly.

SGIRTSocial

SOCIAL Retrieve the social rank.

Instances

Enum ScoresGetIncludeRankType Source # 
Eq ScoresGetIncludeRankType Source # 
Data ScoresGetIncludeRankType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScoresGetIncludeRankType -> c ScoresGetIncludeRankType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScoresGetIncludeRankType #

toConstr :: ScoresGetIncludeRankType -> Constr #

dataTypeOf :: ScoresGetIncludeRankType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ScoresGetIncludeRankType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScoresGetIncludeRankType) #

gmapT :: (forall b. Data b => b -> b) -> ScoresGetIncludeRankType -> ScoresGetIncludeRankType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScoresGetIncludeRankType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScoresGetIncludeRankType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScoresGetIncludeRankType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScoresGetIncludeRankType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScoresGetIncludeRankType -> m ScoresGetIncludeRankType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresGetIncludeRankType -> m ScoresGetIncludeRankType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresGetIncludeRankType -> m ScoresGetIncludeRankType #

Ord ScoresGetIncludeRankType Source # 
Read ScoresGetIncludeRankType Source # 
Show ScoresGetIncludeRankType Source # 
Generic ScoresGetIncludeRankType Source # 
Hashable ScoresGetIncludeRankType Source # 
ToJSON ScoresGetIncludeRankType Source # 
FromJSON ScoresGetIncludeRankType Source # 
FromHttpApiData ScoresGetIncludeRankType Source # 
ToHttpApiData ScoresGetIncludeRankType Source # 
type Rep ScoresGetIncludeRankType Source # 
type Rep ScoresGetIncludeRankType = D1 (MetaData "ScoresGetIncludeRankType" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "SGIRTAll" PrefixI False) U1) ((:+:) (C1 (MetaCons "SGIRTPublic" PrefixI False) U1) (C1 (MetaCons "SGIRTSocial" PrefixI False) U1)))

LeaderboardScoreRank

data LeaderboardScoreRank Source #

This is a JSON template for a score rank in a leaderboard.

See: leaderboardScoreRank smart constructor.

Instances

Eq LeaderboardScoreRank Source # 
Data LeaderboardScoreRank Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LeaderboardScoreRank -> c LeaderboardScoreRank #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LeaderboardScoreRank #

toConstr :: LeaderboardScoreRank -> Constr #

dataTypeOf :: LeaderboardScoreRank -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LeaderboardScoreRank) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LeaderboardScoreRank) #

gmapT :: (forall b. Data b => b -> b) -> LeaderboardScoreRank -> LeaderboardScoreRank #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardScoreRank -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardScoreRank -> r #

gmapQ :: (forall d. Data d => d -> u) -> LeaderboardScoreRank -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LeaderboardScoreRank -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LeaderboardScoreRank -> m LeaderboardScoreRank #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardScoreRank -> m LeaderboardScoreRank #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardScoreRank -> m LeaderboardScoreRank #

Show LeaderboardScoreRank Source # 
Generic LeaderboardScoreRank Source # 
ToJSON LeaderboardScoreRank Source # 
FromJSON LeaderboardScoreRank Source # 
type Rep LeaderboardScoreRank Source # 
type Rep LeaderboardScoreRank = D1 (MetaData "LeaderboardScoreRank" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "LeaderboardScoreRank'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lsrNumScores") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_lsrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lsrFormattedRank") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lsrFormattedNumScores") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lsrRank") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))))

leaderboardScoreRank :: LeaderboardScoreRank Source #

Creates a value of LeaderboardScoreRank with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsrNumScores :: Lens' LeaderboardScoreRank (Maybe Int64) Source #

The number of scores in the leaderboard.

lsrKind :: Lens' LeaderboardScoreRank Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardScoreRank.

lsrFormattedRank :: Lens' LeaderboardScoreRank (Maybe Text) Source #

The rank in the leaderboard as a string.

lsrFormattedNumScores :: Lens' LeaderboardScoreRank (Maybe Text) Source #

The number of scores in the leaderboard as a string.

lsrRank :: Lens' LeaderboardScoreRank (Maybe Int64) Source #

The rank in the leaderboard.

RoomCreateRequest

data RoomCreateRequest Source #

This is a JSON template for a room creation request.

See: roomCreateRequest smart constructor.

Instances

Eq RoomCreateRequest Source # 
Data RoomCreateRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomCreateRequest -> c RoomCreateRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomCreateRequest #

toConstr :: RoomCreateRequest -> Constr #

dataTypeOf :: RoomCreateRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomCreateRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomCreateRequest) #

gmapT :: (forall b. Data b => b -> b) -> RoomCreateRequest -> RoomCreateRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomCreateRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomCreateRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomCreateRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomCreateRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomCreateRequest -> m RoomCreateRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomCreateRequest -> m RoomCreateRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomCreateRequest -> m RoomCreateRequest #

Show RoomCreateRequest Source # 
Generic RoomCreateRequest Source # 
ToJSON RoomCreateRequest Source # 
FromJSON RoomCreateRequest Source # 
type Rep RoomCreateRequest Source # 

roomCreateRequest :: RoomCreateRequest Source #

Creates a value of RoomCreateRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rooRequestId :: Lens' RoomCreateRequest (Maybe Int64) Source #

A randomly generated numeric ID. This number is used at the server to ensure that the request is handled correctly across retries.

rooVariant :: Lens' RoomCreateRequest (Maybe Int32) Source #

The variant / mode of the application to be played. This can be any integer value, or left blank. You should use a small number of variants to keep the auto-matching pool as large as possible.

rooNetworkDiagnostics :: Lens' RoomCreateRequest (Maybe NetworkDiagnostics) Source #

Network diagnostics for the client creating the room.

rooKind :: Lens' RoomCreateRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomCreateRequest.

rooInvitedPlayerIds :: Lens' RoomCreateRequest [Text] Source #

The player IDs to invite to the room.

rooClientAddress :: Lens' RoomCreateRequest (Maybe RoomClientAddress) Source #

Client address for the player creating the room.

rooAutoMatchingCriteria :: Lens' RoomCreateRequest (Maybe RoomAutoMatchingCriteria) Source #

Criteria for auto-matching players into this room.

rooCapabilities :: Lens' RoomCreateRequest [Text] Source #

The capabilities that this client supports for realtime communication.

PlayerListResponse

data PlayerListResponse Source #

This is a JSON template for a third party player list response.

See: playerListResponse smart constructor.

Instances

Eq PlayerListResponse Source # 
Data PlayerListResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerListResponse -> c PlayerListResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerListResponse #

toConstr :: PlayerListResponse -> Constr #

dataTypeOf :: PlayerListResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerListResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerListResponse) #

gmapT :: (forall b. Data b => b -> b) -> PlayerListResponse -> PlayerListResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerListResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerListResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerListResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerListResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerListResponse -> m PlayerListResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerListResponse -> m PlayerListResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerListResponse -> m PlayerListResponse #

Show PlayerListResponse Source # 
Generic PlayerListResponse Source # 
ToJSON PlayerListResponse Source # 
FromJSON PlayerListResponse Source # 
type Rep PlayerListResponse Source # 
type Rep PlayerListResponse = D1 (MetaData "PlayerListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_plrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_plrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Player]))))))

playerListResponse :: PlayerListResponse Source #

Creates a value of PlayerListResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

plrNextPageToken :: Lens' PlayerListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

plrKind :: Lens' PlayerListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerListResponse.

LeaderboardScores

data LeaderboardScores Source #

This is a JSON template for a ListScores response.

See: leaderboardScores smart constructor.

Instances

Eq LeaderboardScores Source # 
Data LeaderboardScores Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LeaderboardScores -> c LeaderboardScores #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LeaderboardScores #

toConstr :: LeaderboardScores -> Constr #

dataTypeOf :: LeaderboardScores -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LeaderboardScores) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LeaderboardScores) #

gmapT :: (forall b. Data b => b -> b) -> LeaderboardScores -> LeaderboardScores #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardScores -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardScores -> r #

gmapQ :: (forall d. Data d => d -> u) -> LeaderboardScores -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LeaderboardScores -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LeaderboardScores -> m LeaderboardScores #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardScores -> m LeaderboardScores #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardScores -> m LeaderboardScores #

Show LeaderboardScores Source # 
Generic LeaderboardScores Source # 
ToJSON LeaderboardScores Source # 
FromJSON LeaderboardScores Source # 
type Rep LeaderboardScores Source # 

leaderboardScores :: LeaderboardScores Source #

Creates a value of LeaderboardScores with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsNextPageToken :: Lens' LeaderboardScores (Maybe Text) Source #

The pagination token for the next page of results.

lsNumScores :: Lens' LeaderboardScores (Maybe Int64) Source #

The total number of scores in the leaderboard.

lsKind :: Lens' LeaderboardScores Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardScores.

lsPlayerScore :: Lens' LeaderboardScores (Maybe LeaderboardEntry) Source #

The score of the requesting player on the leaderboard. The player's score may appear both here and in the list of scores above. If you are viewing a public leaderboard and the player is not sharing their gameplay information publicly, the scoreRank and formattedScoreRank values will not be present.

lsItems :: Lens' LeaderboardScores [LeaderboardEntry] Source #

The scores in the leaderboard.

lsPrevPageToken :: Lens' LeaderboardScores (Maybe Text) Source #

The pagination token for the previous page of results.

AchievementDefinition

data AchievementDefinition Source #

This is a JSON template for an achievement definition object.

See: achievementDefinition smart constructor.

Instances

Eq AchievementDefinition Source # 
Data AchievementDefinition Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementDefinition -> c AchievementDefinition #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementDefinition #

toConstr :: AchievementDefinition -> Constr #

dataTypeOf :: AchievementDefinition -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementDefinition) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementDefinition) #

gmapT :: (forall b. Data b => b -> b) -> AchievementDefinition -> AchievementDefinition #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementDefinition -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementDefinition -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementDefinition -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementDefinition -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementDefinition -> m AchievementDefinition #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementDefinition -> m AchievementDefinition #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementDefinition -> m AchievementDefinition #

Show AchievementDefinition Source # 
Generic AchievementDefinition Source # 
ToJSON AchievementDefinition Source # 
FromJSON AchievementDefinition Source # 
type Rep AchievementDefinition Source # 
type Rep AchievementDefinition = D1 (MetaData "AchievementDefinition" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementDefinition'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_adAchievementType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_adFormattedTotalSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_adRevealedIconURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_adKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_adExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_adInitialState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_adName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_adId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_adIsUnlockedIconURLDefault") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_adTotalSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_adDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_adIsRevealedIconURLDefault") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_adUnlockedIconURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

adAchievementType :: Lens' AchievementDefinition (Maybe Text) Source #

The type of the achievement. Possible values are: - "STANDARD" - Achievement is either locked or unlocked. - "INCREMENTAL" - Achievement is incremental.

adFormattedTotalSteps :: Lens' AchievementDefinition (Maybe Text) Source #

The total steps for an incremental achievement as a string.

adRevealedIconURL :: Lens' AchievementDefinition (Maybe Text) Source #

The image URL for the revealed achievement icon.

adKind :: Lens' AchievementDefinition Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementDefinition.

adExperiencePoints :: Lens' AchievementDefinition (Maybe Int64) Source #

Experience points which will be earned when unlocking this achievement.

adInitialState :: Lens' AchievementDefinition (Maybe Text) Source #

The initial state of the achievement. Possible values are: - "HIDDEN" - Achievement is hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

adName :: Lens' AchievementDefinition (Maybe Text) Source #

The name of the achievement.

adId :: Lens' AchievementDefinition (Maybe Text) Source #

The ID of the achievement.

adIsUnlockedIconURLDefault :: Lens' AchievementDefinition (Maybe Bool) Source #

Indicates whether the unlocked icon image being returned is a default image, or is game-provided.

adTotalSteps :: Lens' AchievementDefinition (Maybe Int32) Source #

The total steps for an incremental achievement.

adDescription :: Lens' AchievementDefinition (Maybe Text) Source #

The description of the achievement.

adIsRevealedIconURLDefault :: Lens' AchievementDefinition (Maybe Bool) Source #

Indicates whether the revealed icon image being returned is a default image, or is provided by the game.

adUnlockedIconURL :: Lens' AchievementDefinition (Maybe Text) Source #

The image URL for the unlocked achievement icon.

TurnBasedMatchCreateRequest

data TurnBasedMatchCreateRequest Source #

This is a JSON template for a turn-based match creation request.

See: turnBasedMatchCreateRequest smart constructor.

Instances

Eq TurnBasedMatchCreateRequest Source # 
Data TurnBasedMatchCreateRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TurnBasedMatchCreateRequest -> c TurnBasedMatchCreateRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TurnBasedMatchCreateRequest #

toConstr :: TurnBasedMatchCreateRequest -> Constr #

dataTypeOf :: TurnBasedMatchCreateRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TurnBasedMatchCreateRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TurnBasedMatchCreateRequest) #

gmapT :: (forall b. Data b => b -> b) -> TurnBasedMatchCreateRequest -> TurnBasedMatchCreateRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchCreateRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchCreateRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> TurnBasedMatchCreateRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TurnBasedMatchCreateRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TurnBasedMatchCreateRequest -> m TurnBasedMatchCreateRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchCreateRequest -> m TurnBasedMatchCreateRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchCreateRequest -> m TurnBasedMatchCreateRequest #

Show TurnBasedMatchCreateRequest Source # 
Generic TurnBasedMatchCreateRequest Source # 
ToJSON TurnBasedMatchCreateRequest Source # 
FromJSON TurnBasedMatchCreateRequest Source # 
type Rep TurnBasedMatchCreateRequest Source # 
type Rep TurnBasedMatchCreateRequest = D1 (MetaData "TurnBasedMatchCreateRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchCreateRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmcrRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_tbmcrVariant") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmcrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_tbmcrInvitedPlayerIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_tbmcrAutoMatchingCriteria") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedAutoMatchingCriteria)))))))

turnBasedMatchCreateRequest :: TurnBasedMatchCreateRequest Source #

Creates a value of TurnBasedMatchCreateRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tbmcrRequestId :: Lens' TurnBasedMatchCreateRequest (Maybe Int64) Source #

A randomly generated numeric ID. This number is used at the server to ensure that the request is handled correctly across retries.

tbmcrVariant :: Lens' TurnBasedMatchCreateRequest (Maybe Int32) Source #

The variant / mode of the application to be played. This can be any integer value, or left blank. You should use a small number of variants to keep the auto-matching pool as large as possible.

tbmcrKind :: Lens' TurnBasedMatchCreateRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchCreateRequest.

tbmcrInvitedPlayerIds :: Lens' TurnBasedMatchCreateRequest [Text] Source #

The player ids to invite to the match.

EventBatchRecordFailure

data EventBatchRecordFailure Source #

This is a JSON template for a batch update failure resource.

See: eventBatchRecordFailure smart constructor.

Instances

Eq EventBatchRecordFailure Source # 
Data EventBatchRecordFailure Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventBatchRecordFailure -> c EventBatchRecordFailure #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventBatchRecordFailure #

toConstr :: EventBatchRecordFailure -> Constr #

dataTypeOf :: EventBatchRecordFailure -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventBatchRecordFailure) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventBatchRecordFailure) #

gmapT :: (forall b. Data b => b -> b) -> EventBatchRecordFailure -> EventBatchRecordFailure #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventBatchRecordFailure -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventBatchRecordFailure -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventBatchRecordFailure -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventBatchRecordFailure -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventBatchRecordFailure -> m EventBatchRecordFailure #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventBatchRecordFailure -> m EventBatchRecordFailure #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventBatchRecordFailure -> m EventBatchRecordFailure #

Show EventBatchRecordFailure Source # 
Generic EventBatchRecordFailure Source # 
ToJSON EventBatchRecordFailure Source # 
FromJSON EventBatchRecordFailure Source # 
type Rep EventBatchRecordFailure Source # 
type Rep EventBatchRecordFailure = D1 (MetaData "EventBatchRecordFailure" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventBatchRecordFailure'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ebrfKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_ebrfRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EventPeriodRange))) (S1 (MetaSel (Just Symbol "_ebrfFailureCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

eventBatchRecordFailure :: EventBatchRecordFailure Source #

Creates a value of EventBatchRecordFailure with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ebrfKind :: Lens' EventBatchRecordFailure Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventBatchRecordFailure.

ebrfRange :: Lens' EventBatchRecordFailure (Maybe EventPeriodRange) Source #

The time range which was rejected; empty for a request-wide failure.

ebrfFailureCause :: Lens' EventBatchRecordFailure (Maybe Text) Source #

The cause for the update failure. Possible values are: - "TOO_LARGE": A batch request was issued with more events than are allowed in a single batch. - "TIME_PERIOD_EXPIRED": A batch was sent with data too far in the past to record. - "TIME_PERIOD_SHORT": A batch was sent with a time range that was too short. - "TIME_PERIOD_LONG": A batch was sent with a time range that was too long. - "ALREADY_UPDATED": An attempt was made to record a batch of data which was already seen. - "RECORD_RATE_HIGH": An attempt was made to record data faster than the server will apply updates.

TurnBasedMatchResults

data TurnBasedMatchResults Source #

This is a JSON template for a turn-based match results object.

See: turnBasedMatchResults smart constructor.

Instances

Eq TurnBasedMatchResults Source # 
Data TurnBasedMatchResults Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TurnBasedMatchResults -> c TurnBasedMatchResults #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TurnBasedMatchResults #

toConstr :: TurnBasedMatchResults -> Constr #

dataTypeOf :: TurnBasedMatchResults -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TurnBasedMatchResults) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TurnBasedMatchResults) #

gmapT :: (forall b. Data b => b -> b) -> TurnBasedMatchResults -> TurnBasedMatchResults #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchResults -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchResults -> r #

gmapQ :: (forall d. Data d => d -> u) -> TurnBasedMatchResults -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TurnBasedMatchResults -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TurnBasedMatchResults -> m TurnBasedMatchResults #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchResults -> m TurnBasedMatchResults #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchResults -> m TurnBasedMatchResults #

Show TurnBasedMatchResults Source # 
Generic TurnBasedMatchResults Source # 
ToJSON TurnBasedMatchResults Source # 
FromJSON TurnBasedMatchResults Source # 
type Rep TurnBasedMatchResults Source # 
type Rep TurnBasedMatchResults = D1 (MetaData "TurnBasedMatchResults" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchResults'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmrResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ParticipantResult]))) (S1 (MetaSel (Just Symbol "_tbmrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmrData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatchDataRequest))) (S1 (MetaSel (Just Symbol "_tbmrMatchVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

turnBasedMatchResults :: TurnBasedMatchResults Source #

Creates a value of TurnBasedMatchResults with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tbmrResults :: Lens' TurnBasedMatchResults [ParticipantResult] Source #

The match results for the participants in the match.

tbmrKind :: Lens' TurnBasedMatchResults Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchResults.

tbmrMatchVersion :: Lens' TurnBasedMatchResults (Maybe Int32) Source #

The version of the match being updated.

PushTokenIdIos

data PushTokenIdIos Source #

A push token ID for iOS devices.

See: pushTokenIdIos smart constructor.

Instances

Eq PushTokenIdIos Source # 
Data PushTokenIdIos Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PushTokenIdIos -> c PushTokenIdIos #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PushTokenIdIos #

toConstr :: PushTokenIdIos -> Constr #

dataTypeOf :: PushTokenIdIos -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PushTokenIdIos) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PushTokenIdIos) #

gmapT :: (forall b. Data b => b -> b) -> PushTokenIdIos -> PushTokenIdIos #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PushTokenIdIos -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PushTokenIdIos -> r #

gmapQ :: (forall d. Data d => d -> u) -> PushTokenIdIos -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PushTokenIdIos -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PushTokenIdIos -> m PushTokenIdIos #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PushTokenIdIos -> m PushTokenIdIos #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PushTokenIdIos -> m PushTokenIdIos #

Show PushTokenIdIos Source # 
Generic PushTokenIdIos Source # 

Associated Types

type Rep PushTokenIdIos :: * -> * #

ToJSON PushTokenIdIos Source # 
FromJSON PushTokenIdIos Source # 
type Rep PushTokenIdIos Source # 
type Rep PushTokenIdIos = D1 (MetaData "PushTokenIdIos" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PushTokenIdIos'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ptiiAPNSDeviceToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bytes))) (S1 (MetaSel (Just Symbol "_ptiiAPNSEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

pushTokenIdIos :: PushTokenIdIos Source #

Creates a value of PushTokenIdIos with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ptiiAPNSDeviceToken :: Lens' PushTokenIdIos (Maybe ByteString) Source #

Device token supplied by an iOS system call to register for remote notifications. Encode this field as web-safe base64.

ptiiAPNSEnvironment :: Lens' PushTokenIdIos (Maybe Text) Source #

Indicates whether this token should be used for the production or sandbox APNS server.

RoomLeaveRequest

data RoomLeaveRequest Source #

This is a JSON template for a leave room request.

See: roomLeaveRequest smart constructor.

Instances

Eq RoomLeaveRequest Source # 
Data RoomLeaveRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomLeaveRequest -> c RoomLeaveRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomLeaveRequest #

toConstr :: RoomLeaveRequest -> Constr #

dataTypeOf :: RoomLeaveRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomLeaveRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomLeaveRequest) #

gmapT :: (forall b. Data b => b -> b) -> RoomLeaveRequest -> RoomLeaveRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomLeaveRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomLeaveRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomLeaveRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomLeaveRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomLeaveRequest -> m RoomLeaveRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomLeaveRequest -> m RoomLeaveRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomLeaveRequest -> m RoomLeaveRequest #

Show RoomLeaveRequest Source # 
Generic RoomLeaveRequest Source # 
ToJSON RoomLeaveRequest Source # 
FromJSON RoomLeaveRequest Source # 
type Rep RoomLeaveRequest Source # 
type Rep RoomLeaveRequest = D1 (MetaData "RoomLeaveRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomLeaveRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rlrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_rlrReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlrLeaveDiagnostics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RoomLeaveDiagnostics))))))

roomLeaveRequest :: RoomLeaveRequest Source #

Creates a value of RoomLeaveRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rlrKind :: Lens' RoomLeaveRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomLeaveRequest.

rlrReason :: Lens' RoomLeaveRequest (Maybe Text) Source #

Reason for leaving the match. Possible values are: - "PLAYER_LEFT" - The player chose to leave the room.. - "GAME_LEFT" - The game chose to remove the player from the room. - "REALTIME_ABANDONED" - The player switched to another application and abandoned the room. - "REALTIME_PEER_CONNECTION_FAILURE" - The client was unable to establish a connection to other peer(s). - "REALTIME_SERVER_CONNECTION_FAILURE" - The client was unable to communicate with the server. - "REALTIME_SERVER_ERROR" - The client received an error response when it tried to communicate with the server. - "REALTIME_TIMEOUT" - The client timed out while waiting for a room. - "REALTIME_CLIENT_DISCONNECTING" - The client disconnects without first calling Leave. - "REALTIME_SIGN_OUT" - The user signed out of G+ while in the room. - "REALTIME_GAME_CRASHED" - The game crashed. - "REALTIME_ROOM_SERVICE_CRASHED" - RoomAndroidService crashed. - "REALTIME_DIFFERENT_CLIENT_ROOM_OPERATION" - Another client is trying to enter a room. - "REALTIME_SAME_CLIENT_ROOM_OPERATION" - The same client is trying to enter a new room.

rlrLeaveDiagnostics :: Lens' RoomLeaveRequest (Maybe RoomLeaveDiagnostics) Source #

Diagnostics for a player leaving the room.

Played

data Played Source #

This is a JSON template for metadata about a player playing a game with the currently authenticated user.

See: played smart constructor.

Instances

Eq Played Source # 

Methods

(==) :: Played -> Played -> Bool #

(/=) :: Played -> Played -> Bool #

Data Played Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Played -> c Played #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Played #

toConstr :: Played -> Constr #

dataTypeOf :: Played -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Played) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Played) #

gmapT :: (forall b. Data b => b -> b) -> Played -> Played #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Played -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Played -> r #

gmapQ :: (forall d. Data d => d -> u) -> Played -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Played -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Played -> m Played #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Played -> m Played #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Played -> m Played #

Show Played Source # 
Generic Played Source # 

Associated Types

type Rep Played :: * -> * #

Methods

from :: Played -> Rep Played x #

to :: Rep Played x -> Played #

ToJSON Played Source # 
FromJSON Played Source # 
type Rep Played Source # 
type Rep Played = D1 (MetaData "Played" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Played'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_pAutoMatched") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_pTimeMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

played :: Played Source #

Creates a value of Played with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pKind :: Lens' Played Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#played.

pAutoMatched :: Lens' Played (Maybe Bool) Source #

True if the player was auto-matched with the currently authenticated user.

pTimeMillis :: Lens' Played (Maybe Int64) Source #

The last time the player played the game in milliseconds since the epoch in UTC.

AchievementIncrementResponse

data AchievementIncrementResponse Source #

This is a JSON template for an achievement increment response

See: achievementIncrementResponse smart constructor.

Instances

Eq AchievementIncrementResponse Source # 
Data AchievementIncrementResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementIncrementResponse -> c AchievementIncrementResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementIncrementResponse #

toConstr :: AchievementIncrementResponse -> Constr #

dataTypeOf :: AchievementIncrementResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementIncrementResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementIncrementResponse) #

gmapT :: (forall b. Data b => b -> b) -> AchievementIncrementResponse -> AchievementIncrementResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementIncrementResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementIncrementResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementIncrementResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementIncrementResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementIncrementResponse -> m AchievementIncrementResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementIncrementResponse -> m AchievementIncrementResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementIncrementResponse -> m AchievementIncrementResponse #

Show AchievementIncrementResponse Source # 
Generic AchievementIncrementResponse Source # 
ToJSON AchievementIncrementResponse Source # 
FromJSON AchievementIncrementResponse Source # 
type Rep AchievementIncrementResponse Source # 
type Rep AchievementIncrementResponse = D1 (MetaData "AchievementIncrementResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementIncrementResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_airKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_airNewlyUnlocked") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_airCurrentSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

achievementIncrementResponse :: AchievementIncrementResponse Source #

Creates a value of AchievementIncrementResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

airKind :: Lens' AchievementIncrementResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementIncrementResponse.

airNewlyUnlocked :: Lens' AchievementIncrementResponse (Maybe Bool) Source #

Whether the current steps for the achievement has reached the number of steps required to unlock.

airCurrentSteps :: Lens' AchievementIncrementResponse (Maybe Int32) Source #

The current steps recorded for this incremental achievement.

AchievementRevealResponse

data AchievementRevealResponse Source #

This is a JSON template for an achievement reveal response

See: achievementRevealResponse smart constructor.

Instances

Eq AchievementRevealResponse Source # 
Data AchievementRevealResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementRevealResponse -> c AchievementRevealResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementRevealResponse #

toConstr :: AchievementRevealResponse -> Constr #

dataTypeOf :: AchievementRevealResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementRevealResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementRevealResponse) #

gmapT :: (forall b. Data b => b -> b) -> AchievementRevealResponse -> AchievementRevealResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementRevealResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementRevealResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementRevealResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementRevealResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementRevealResponse -> m AchievementRevealResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementRevealResponse -> m AchievementRevealResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementRevealResponse -> m AchievementRevealResponse #

Show AchievementRevealResponse Source # 
Generic AchievementRevealResponse Source # 
ToJSON AchievementRevealResponse Source # 
FromJSON AchievementRevealResponse Source # 
type Rep AchievementRevealResponse Source # 
type Rep AchievementRevealResponse = D1 (MetaData "AchievementRevealResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementRevealResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_arrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_arrCurrentState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

achievementRevealResponse :: AchievementRevealResponse Source #

Creates a value of AchievementRevealResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

arrKind :: Lens' AchievementRevealResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementRevealResponse.

arrCurrentState :: Lens' AchievementRevealResponse (Maybe Text) Source #

The current state of the achievement for which a reveal was attempted. This might be UNLOCKED if the achievement was already unlocked. Possible values are: - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

AchievementSetStepsAtLeastResponse

data AchievementSetStepsAtLeastResponse Source #

This is a JSON template for an achievement set steps at least response.

See: achievementSetStepsAtLeastResponse smart constructor.

Instances

Eq AchievementSetStepsAtLeastResponse Source # 
Data AchievementSetStepsAtLeastResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementSetStepsAtLeastResponse -> c AchievementSetStepsAtLeastResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementSetStepsAtLeastResponse #

toConstr :: AchievementSetStepsAtLeastResponse -> Constr #

dataTypeOf :: AchievementSetStepsAtLeastResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementSetStepsAtLeastResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementSetStepsAtLeastResponse) #

gmapT :: (forall b. Data b => b -> b) -> AchievementSetStepsAtLeastResponse -> AchievementSetStepsAtLeastResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementSetStepsAtLeastResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementSetStepsAtLeastResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementSetStepsAtLeastResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementSetStepsAtLeastResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementSetStepsAtLeastResponse -> m AchievementSetStepsAtLeastResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementSetStepsAtLeastResponse -> m AchievementSetStepsAtLeastResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementSetStepsAtLeastResponse -> m AchievementSetStepsAtLeastResponse #

Show AchievementSetStepsAtLeastResponse Source # 
Generic AchievementSetStepsAtLeastResponse Source # 
ToJSON AchievementSetStepsAtLeastResponse Source # 
FromJSON AchievementSetStepsAtLeastResponse Source # 
type Rep AchievementSetStepsAtLeastResponse Source # 
type Rep AchievementSetStepsAtLeastResponse = D1 (MetaData "AchievementSetStepsAtLeastResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "AchievementSetStepsAtLeastResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_assalrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_assalrNewlyUnlocked") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_assalrCurrentSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

achievementSetStepsAtLeastResponse :: AchievementSetStepsAtLeastResponse Source #

Creates a value of AchievementSetStepsAtLeastResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

assalrKind :: Lens' AchievementSetStepsAtLeastResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#achievementSetStepsAtLeastResponse.

assalrNewlyUnlocked :: Lens' AchievementSetStepsAtLeastResponse (Maybe Bool) Source #

Whether the the current steps for the achievement has reached the number of steps required to unlock.

assalrCurrentSteps :: Lens' AchievementSetStepsAtLeastResponse (Maybe Int32) Source #

The current steps recorded for this incremental achievement.

PlayerAchievementListResponse

data PlayerAchievementListResponse Source #

This is a JSON template for a list of achievement objects.

See: playerAchievementListResponse smart constructor.

Instances

Eq PlayerAchievementListResponse Source # 
Data PlayerAchievementListResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerAchievementListResponse -> c PlayerAchievementListResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerAchievementListResponse #

toConstr :: PlayerAchievementListResponse -> Constr #

dataTypeOf :: PlayerAchievementListResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerAchievementListResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerAchievementListResponse) #

gmapT :: (forall b. Data b => b -> b) -> PlayerAchievementListResponse -> PlayerAchievementListResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerAchievementListResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerAchievementListResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerAchievementListResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerAchievementListResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerAchievementListResponse -> m PlayerAchievementListResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerAchievementListResponse -> m PlayerAchievementListResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerAchievementListResponse -> m PlayerAchievementListResponse #

Show PlayerAchievementListResponse Source # 
Generic PlayerAchievementListResponse Source # 
ToJSON PlayerAchievementListResponse Source # 
FromJSON PlayerAchievementListResponse Source # 
type Rep PlayerAchievementListResponse Source # 
type Rep PlayerAchievementListResponse = D1 (MetaData "PlayerAchievementListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerAchievementListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_palrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_palrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_palrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerAchievement]))))))

playerAchievementListResponse :: PlayerAchievementListResponse Source #

Creates a value of PlayerAchievementListResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

palrNextPageToken :: Lens' PlayerAchievementListResponse (Maybe Text) Source #

Token corresponding to the next page of results.

palrKind :: Lens' PlayerAchievementListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerAchievementListResponse.

EventRecordRequest

data EventRecordRequest Source #

This is a JSON template for an event period update resource.

See: eventRecordRequest smart constructor.

Instances

Eq EventRecordRequest Source # 
Data EventRecordRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventRecordRequest -> c EventRecordRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventRecordRequest #

toConstr :: EventRecordRequest -> Constr #

dataTypeOf :: EventRecordRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventRecordRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventRecordRequest) #

gmapT :: (forall b. Data b => b -> b) -> EventRecordRequest -> EventRecordRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventRecordRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventRecordRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventRecordRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventRecordRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventRecordRequest -> m EventRecordRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventRecordRequest -> m EventRecordRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventRecordRequest -> m EventRecordRequest #

Show EventRecordRequest Source # 
Generic EventRecordRequest Source # 
ToJSON EventRecordRequest Source # 
FromJSON EventRecordRequest Source # 
type Rep EventRecordRequest Source # 
type Rep EventRecordRequest = D1 (MetaData "EventRecordRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventRecordRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_errRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_errKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_errCurrentTimeMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_errTimePeriods") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventPeriodUpdate]))))))

eventRecordRequest :: EventRecordRequest Source #

Creates a value of EventRecordRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

errRequestId :: Lens' EventRecordRequest (Maybe Int64) Source #

The request ID used to identify this attempt to record events.

errKind :: Lens' EventRecordRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventRecordRequest.

errCurrentTimeMillis :: Lens' EventRecordRequest (Maybe Int64) Source #

The current time when this update was sent, in milliseconds, since 1970 UTC (Unix Epoch).

errTimePeriods :: Lens' EventRecordRequest [EventPeriodUpdate] Source #

A list of the time period updates being made in this request.

RoomAutoMatchingCriteria

data RoomAutoMatchingCriteria Source #

This is a JSON template for a room auto-match criteria object.

See: roomAutoMatchingCriteria smart constructor.

Instances

Eq RoomAutoMatchingCriteria Source # 
Data RoomAutoMatchingCriteria Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomAutoMatchingCriteria -> c RoomAutoMatchingCriteria #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomAutoMatchingCriteria #

toConstr :: RoomAutoMatchingCriteria -> Constr #

dataTypeOf :: RoomAutoMatchingCriteria -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomAutoMatchingCriteria) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomAutoMatchingCriteria) #

gmapT :: (forall b. Data b => b -> b) -> RoomAutoMatchingCriteria -> RoomAutoMatchingCriteria #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomAutoMatchingCriteria -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomAutoMatchingCriteria -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomAutoMatchingCriteria -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomAutoMatchingCriteria -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomAutoMatchingCriteria -> m RoomAutoMatchingCriteria #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomAutoMatchingCriteria -> m RoomAutoMatchingCriteria #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomAutoMatchingCriteria -> m RoomAutoMatchingCriteria #

Show RoomAutoMatchingCriteria Source # 
Generic RoomAutoMatchingCriteria Source # 
ToJSON RoomAutoMatchingCriteria Source # 
FromJSON RoomAutoMatchingCriteria Source # 
type Rep RoomAutoMatchingCriteria Source # 
type Rep RoomAutoMatchingCriteria = D1 (MetaData "RoomAutoMatchingCriteria" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomAutoMatchingCriteria'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ramcKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ramcExclusiveBitmask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_ramcMaxAutoMatchingPlayers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_ramcMinAutoMatchingPlayers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

roomAutoMatchingCriteria :: RoomAutoMatchingCriteria Source #

Creates a value of RoomAutoMatchingCriteria with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ramcKind :: Lens' RoomAutoMatchingCriteria Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomAutoMatchingCriteria.

ramcExclusiveBitmask :: Lens' RoomAutoMatchingCriteria (Maybe Int64) Source #

A bitmask indicating when auto-matches are valid. When ANDed with other exclusive bitmasks, the result must be zero. Can be used to support exclusive roles within a game.

ramcMaxAutoMatchingPlayers :: Lens' RoomAutoMatchingCriteria (Maybe Int32) Source #

The maximum number of players that should be added to the room by auto-matching.

ramcMinAutoMatchingPlayers :: Lens' RoomAutoMatchingCriteria (Maybe Int32) Source #

The minimum number of players that should be added to the room by auto-matching.

ScoresListTimeSpan

data ScoresListTimeSpan Source #

The time span for the scores and ranks you're requesting.

Constructors

SLTSAllTime

ALL_TIME List the all-time top scores.

SLTSDaily

DAILY List the top scores for the current day.

SLTSWeekly

WEEKLY List the top scores for the current week.

Instances

Enum ScoresListTimeSpan Source # 
Eq ScoresListTimeSpan Source # 
Data ScoresListTimeSpan Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScoresListTimeSpan -> c ScoresListTimeSpan #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScoresListTimeSpan #

toConstr :: ScoresListTimeSpan -> Constr #

dataTypeOf :: ScoresListTimeSpan -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ScoresListTimeSpan) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScoresListTimeSpan) #

gmapT :: (forall b. Data b => b -> b) -> ScoresListTimeSpan -> ScoresListTimeSpan #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScoresListTimeSpan -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScoresListTimeSpan -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScoresListTimeSpan -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScoresListTimeSpan -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScoresListTimeSpan -> m ScoresListTimeSpan #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresListTimeSpan -> m ScoresListTimeSpan #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoresListTimeSpan -> m ScoresListTimeSpan #

Ord ScoresListTimeSpan Source # 
Read ScoresListTimeSpan Source # 
Show ScoresListTimeSpan Source # 
Generic ScoresListTimeSpan Source # 
Hashable ScoresListTimeSpan Source # 
ToJSON ScoresListTimeSpan Source # 
FromJSON ScoresListTimeSpan Source # 
FromHttpApiData ScoresListTimeSpan Source # 
ToHttpApiData ScoresListTimeSpan Source # 
type Rep ScoresListTimeSpan Source # 
type Rep ScoresListTimeSpan = D1 (MetaData "ScoresListTimeSpan" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) (C1 (MetaCons "SLTSAllTime" PrefixI False) U1) ((:+:) (C1 (MetaCons "SLTSDaily" PrefixI False) U1) (C1 (MetaCons "SLTSWeekly" PrefixI False) U1)))

QuestMilestone

data QuestMilestone Source #

This is a JSON template for a Quest Milestone resource.

See: questMilestone smart constructor.

Instances

Eq QuestMilestone Source # 
Data QuestMilestone Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> QuestMilestone -> c QuestMilestone #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c QuestMilestone #

toConstr :: QuestMilestone -> Constr #

dataTypeOf :: QuestMilestone -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c QuestMilestone) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c QuestMilestone) #

gmapT :: (forall b. Data b => b -> b) -> QuestMilestone -> QuestMilestone #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> QuestMilestone -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> QuestMilestone -> r #

gmapQ :: (forall d. Data d => d -> u) -> QuestMilestone -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> QuestMilestone -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> QuestMilestone -> m QuestMilestone #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> QuestMilestone -> m QuestMilestone #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> QuestMilestone -> m QuestMilestone #

Show QuestMilestone Source # 
Generic QuestMilestone Source # 

Associated Types

type Rep QuestMilestone :: * -> * #

ToJSON QuestMilestone Source # 
FromJSON QuestMilestone Source # 
type Rep QuestMilestone Source # 
type Rep QuestMilestone = D1 (MetaData "QuestMilestone" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "QuestMilestone'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_qmState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_qmKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_qmId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_qmCompletionRewardData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bytes))) (S1 (MetaSel (Just Symbol "_qmCriteria") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [QuestCriterion])))))))

questMilestone :: QuestMilestone Source #

Creates a value of QuestMilestone with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

qmState :: Lens' QuestMilestone (Maybe Text) Source #

The current state of the milestone. Possible values are: - "COMPLETED_NOT_CLAIMED" - The milestone is complete, but has not yet been claimed. - "CLAIMED" - The milestone is complete and has been claimed. - "NOT_COMPLETED" - The milestone has not yet been completed. - "NOT_STARTED" - The milestone is for a quest that has not yet been accepted.

qmKind :: Lens' QuestMilestone Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#questMilestone.

qmId :: Lens' QuestMilestone (Maybe Text) Source #

The milestone ID.

qmCompletionRewardData :: Lens' QuestMilestone (Maybe ByteString) Source #

The completion reward data of the milestone, represented as a Base64-encoded string. This is a developer-specified binary blob with size between 0 and 2 KB before encoding.

qmCriteria :: Lens' QuestMilestone [QuestCriterion] Source #

The criteria of the milestone.

PeerSessionDiagnostics

data PeerSessionDiagnostics Source #

This is a JSON template for peer session diagnostics.

See: peerSessionDiagnostics smart constructor.

Instances

Eq PeerSessionDiagnostics Source # 
Data PeerSessionDiagnostics Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PeerSessionDiagnostics -> c PeerSessionDiagnostics #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PeerSessionDiagnostics #

toConstr :: PeerSessionDiagnostics -> Constr #

dataTypeOf :: PeerSessionDiagnostics -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PeerSessionDiagnostics) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PeerSessionDiagnostics) #

gmapT :: (forall b. Data b => b -> b) -> PeerSessionDiagnostics -> PeerSessionDiagnostics #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PeerSessionDiagnostics -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PeerSessionDiagnostics -> r #

gmapQ :: (forall d. Data d => d -> u) -> PeerSessionDiagnostics -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PeerSessionDiagnostics -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PeerSessionDiagnostics -> m PeerSessionDiagnostics #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PeerSessionDiagnostics -> m PeerSessionDiagnostics #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PeerSessionDiagnostics -> m PeerSessionDiagnostics #

Show PeerSessionDiagnostics Source # 
Generic PeerSessionDiagnostics Source # 
ToJSON PeerSessionDiagnostics Source # 
FromJSON PeerSessionDiagnostics Source # 
type Rep PeerSessionDiagnostics Source # 
type Rep PeerSessionDiagnostics = D1 (MetaData "PeerSessionDiagnostics" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PeerSessionDiagnostics'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_psdConnectedTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_psdParticipantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_psdKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_psdUnreliableChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PeerChannelDiagnostics))) (S1 (MetaSel (Just Symbol "_psdReliableChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PeerChannelDiagnostics)))))))

peerSessionDiagnostics :: PeerSessionDiagnostics Source #

Creates a value of PeerSessionDiagnostics with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

psdParticipantId :: Lens' PeerSessionDiagnostics (Maybe Text) Source #

The participant ID of the peer.

psdKind :: Lens' PeerSessionDiagnostics Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#peerSessionDiagnostics.

PushTokenId

data PushTokenId Source #

This is a JSON template for a push token ID resource.

See: pushTokenId smart constructor.

Instances

Eq PushTokenId Source # 
Data PushTokenId Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PushTokenId -> c PushTokenId #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PushTokenId #

toConstr :: PushTokenId -> Constr #

dataTypeOf :: PushTokenId -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PushTokenId) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PushTokenId) #

gmapT :: (forall b. Data b => b -> b) -> PushTokenId -> PushTokenId #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PushTokenId -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PushTokenId -> r #

gmapQ :: (forall d. Data d => d -> u) -> PushTokenId -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PushTokenId -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PushTokenId -> m PushTokenId #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PushTokenId -> m PushTokenId #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PushTokenId -> m PushTokenId #

Show PushTokenId Source # 
Generic PushTokenId Source # 

Associated Types

type Rep PushTokenId :: * -> * #

ToJSON PushTokenId Source # 
FromJSON PushTokenId Source # 
type Rep PushTokenId Source # 
type Rep PushTokenId = D1 (MetaData "PushTokenId" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PushTokenId'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ptiIos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PushTokenIdIos))) (S1 (MetaSel (Just Symbol "_ptiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

pushTokenId :: PushTokenId Source #

Creates a value of PushTokenId with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ptiIos :: Lens' PushTokenId (Maybe PushTokenIdIos) Source #

A push token ID for iOS devices.

ptiKind :: Lens' PushTokenId Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#pushTokenId.

EventPeriodUpdate

data EventPeriodUpdate Source #

This is a JSON template for an event period update resource.

See: eventPeriodUpdate smart constructor.

Instances

Eq EventPeriodUpdate Source # 
Data EventPeriodUpdate Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventPeriodUpdate -> c EventPeriodUpdate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventPeriodUpdate #

toConstr :: EventPeriodUpdate -> Constr #

dataTypeOf :: EventPeriodUpdate -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventPeriodUpdate) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventPeriodUpdate) #

gmapT :: (forall b. Data b => b -> b) -> EventPeriodUpdate -> EventPeriodUpdate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventPeriodUpdate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventPeriodUpdate -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventPeriodUpdate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventPeriodUpdate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventPeriodUpdate -> m EventPeriodUpdate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventPeriodUpdate -> m EventPeriodUpdate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventPeriodUpdate -> m EventPeriodUpdate #

Show EventPeriodUpdate Source # 
Generic EventPeriodUpdate Source # 
ToJSON EventPeriodUpdate Source # 
FromJSON EventPeriodUpdate Source # 
type Rep EventPeriodUpdate Source # 
type Rep EventPeriodUpdate = D1 (MetaData "EventPeriodUpdate" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventPeriodUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_epuKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_epuTimePeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EventPeriodRange))) (S1 (MetaSel (Just Symbol "_epuUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EventUpdateRequest]))))))

eventPeriodUpdate :: EventPeriodUpdate Source #

Creates a value of EventPeriodUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

epuKind :: Lens' EventPeriodUpdate Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventPeriodUpdate.

epuTimePeriod :: Lens' EventPeriodUpdate (Maybe EventPeriodRange) Source #

The time period being covered by this update.

epuUpdates :: Lens' EventPeriodUpdate [EventUpdateRequest] Source #

The updates being made for this time period.

TurnBasedMatchSync

data TurnBasedMatchSync Source #

This is a JSON template for a list of turn-based matches returned from a sync.

See: turnBasedMatchSync smart constructor.

Instances

Eq TurnBasedMatchSync Source # 
Data TurnBasedMatchSync Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TurnBasedMatchSync -> c TurnBasedMatchSync #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TurnBasedMatchSync #

toConstr :: TurnBasedMatchSync -> Constr #

dataTypeOf :: TurnBasedMatchSync -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TurnBasedMatchSync) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TurnBasedMatchSync) #

gmapT :: (forall b. Data b => b -> b) -> TurnBasedMatchSync -> TurnBasedMatchSync #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchSync -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchSync -> r #

gmapQ :: (forall d. Data d => d -> u) -> TurnBasedMatchSync -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TurnBasedMatchSync -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TurnBasedMatchSync -> m TurnBasedMatchSync #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchSync -> m TurnBasedMatchSync #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchSync -> m TurnBasedMatchSync #

Show TurnBasedMatchSync Source # 
Generic TurnBasedMatchSync Source # 
ToJSON TurnBasedMatchSync Source # 
FromJSON TurnBasedMatchSync Source # 
type Rep TurnBasedMatchSync Source # 
type Rep TurnBasedMatchSync = D1 (MetaData "TurnBasedMatchSync" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchSync'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tbmsMoreAvailable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_tbmsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tbmsKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbmsItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TurnBasedMatch]))))))

turnBasedMatchSync :: TurnBasedMatchSync Source #

Creates a value of TurnBasedMatchSync with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tbmsMoreAvailable :: Lens' TurnBasedMatchSync (Maybe Bool) Source #

True if there were more matches available to fetch at the time the response was generated (which were not returned due to page size limits.)

tbmsNextPageToken :: Lens' TurnBasedMatchSync (Maybe Text) Source #

The pagination token for the next page of results.

tbmsKind :: Lens' TurnBasedMatchSync Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchSync.

ScoreSubmission

data ScoreSubmission Source #

This is a JSON template for a request to submit a score to leaderboards.

See: scoreSubmission smart constructor.

Instances

Eq ScoreSubmission Source # 
Data ScoreSubmission Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ScoreSubmission -> c ScoreSubmission #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ScoreSubmission #

toConstr :: ScoreSubmission -> Constr #

dataTypeOf :: ScoreSubmission -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ScoreSubmission) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ScoreSubmission) #

gmapT :: (forall b. Data b => b -> b) -> ScoreSubmission -> ScoreSubmission #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ScoreSubmission -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ScoreSubmission -> r #

gmapQ :: (forall d. Data d => d -> u) -> ScoreSubmission -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ScoreSubmission -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ScoreSubmission -> m ScoreSubmission #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoreSubmission -> m ScoreSubmission #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ScoreSubmission -> m ScoreSubmission #

Show ScoreSubmission Source # 
Generic ScoreSubmission Source # 
ToJSON ScoreSubmission Source # 
FromJSON ScoreSubmission Source # 
type Rep ScoreSubmission Source # 
type Rep ScoreSubmission = D1 (MetaData "ScoreSubmission" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "ScoreSubmission'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_scoSignature") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_scoScoreTag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_scoScore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_scoKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_scoLeaderboardId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

scoreSubmission :: ScoreSubmission Source #

Creates a value of ScoreSubmission with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

scoSignature :: Lens' ScoreSubmission (Maybe Text) Source #

Signature Values will contain URI-safe characters as defined by section 2.3 of RFC 3986.

scoScoreTag :: Lens' ScoreSubmission (Maybe Text) Source #

Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

scoScore :: Lens' ScoreSubmission (Maybe Int64) Source #

The new score being submitted.

scoKind :: Lens' ScoreSubmission Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#scoreSubmission.

scoLeaderboardId :: Lens' ScoreSubmission (Maybe Text) Source #

The leaderboard this score is being submitted to.

RoomLeaveDiagnostics

data RoomLeaveDiagnostics Source #

This is a JSON template for room leave diagnostics.

See: roomLeaveDiagnostics smart constructor.

Instances

Eq RoomLeaveDiagnostics Source # 
Data RoomLeaveDiagnostics Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RoomLeaveDiagnostics -> c RoomLeaveDiagnostics #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RoomLeaveDiagnostics #

toConstr :: RoomLeaveDiagnostics -> Constr #

dataTypeOf :: RoomLeaveDiagnostics -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RoomLeaveDiagnostics) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RoomLeaveDiagnostics) #

gmapT :: (forall b. Data b => b -> b) -> RoomLeaveDiagnostics -> RoomLeaveDiagnostics #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RoomLeaveDiagnostics -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RoomLeaveDiagnostics -> r #

gmapQ :: (forall d. Data d => d -> u) -> RoomLeaveDiagnostics -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RoomLeaveDiagnostics -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RoomLeaveDiagnostics -> m RoomLeaveDiagnostics #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomLeaveDiagnostics -> m RoomLeaveDiagnostics #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RoomLeaveDiagnostics -> m RoomLeaveDiagnostics #

Show RoomLeaveDiagnostics Source # 
Generic RoomLeaveDiagnostics Source # 
ToJSON RoomLeaveDiagnostics Source # 
FromJSON RoomLeaveDiagnostics Source # 
type Rep RoomLeaveDiagnostics Source # 
type Rep RoomLeaveDiagnostics = D1 (MetaData "RoomLeaveDiagnostics" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "RoomLeaveDiagnostics'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rldPeerSession") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PeerSessionDiagnostics]))) (S1 (MetaSel (Just Symbol "_rldAndroidNetworkType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))) ((:*:) (S1 (MetaSel (Just Symbol "_rldKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rldNetworkOperatorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rldNetworkOperatorName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rldSocketsUsed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_rldIosNetworkType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rldAndroidNetworkSubtype") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))))

roomLeaveDiagnostics :: RoomLeaveDiagnostics Source #

Creates a value of RoomLeaveDiagnostics with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rldPeerSession :: Lens' RoomLeaveDiagnostics [PeerSessionDiagnostics] Source #

Diagnostics about all peer sessions.

rldAndroidNetworkType :: Lens' RoomLeaveDiagnostics (Maybe Int32) Source #

Android network type. http://developer.android.com/reference/android/net/NetworkInfo.html#getType()

rldKind :: Lens' RoomLeaveDiagnostics Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#roomLeaveDiagnostics.

rldNetworkOperatorCode :: Lens' RoomLeaveDiagnostics (Maybe Text) Source #

The MCC+MNC code for the client's network connection. On Android: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNetworkOperator() On iOS, see: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Reference/CTCarrier/Reference/Reference.html

rldNetworkOperatorName :: Lens' RoomLeaveDiagnostics (Maybe Text) Source #

The name of the carrier of the client's network connection. On Android: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getNetworkOperatorName() On iOS: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Reference/CTCarrier/Reference/Reference.html#//apple_ref/occ/instp/CTCarrier/carrierName

rldSocketsUsed :: Lens' RoomLeaveDiagnostics (Maybe Bool) Source #

Whether or not sockets were used.

rldIosNetworkType :: Lens' RoomLeaveDiagnostics (Maybe Int32) Source #

iOS network type as defined in Reachability.h.

rldAndroidNetworkSubtype :: Lens' RoomLeaveDiagnostics (Maybe Int32) Source #

Android network subtype. http://developer.android.com/reference/android/net/NetworkInfo.html#getSubtype()

AggregateStats

data AggregateStats Source #

This is a JSON template for aggregate stats.

See: aggregateStats smart constructor.

Instances

Eq AggregateStats Source # 
Data AggregateStats Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AggregateStats -> c AggregateStats #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AggregateStats #

toConstr :: AggregateStats -> Constr #

dataTypeOf :: AggregateStats -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AggregateStats) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AggregateStats) #

gmapT :: (forall b. Data b => b -> b) -> AggregateStats -> AggregateStats #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AggregateStats -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AggregateStats -> r #

gmapQ :: (forall d. Data d => d -> u) -> AggregateStats -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AggregateStats -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AggregateStats -> m AggregateStats #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AggregateStats -> m AggregateStats #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AggregateStats -> m AggregateStats #

Show AggregateStats Source # 
Generic AggregateStats Source # 

Associated Types

type Rep AggregateStats :: * -> * #

ToJSON AggregateStats Source # 
FromJSON AggregateStats Source # 
type Rep AggregateStats Source # 

aggregateStats :: AggregateStats Source #

Creates a value of AggregateStats with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

asMax :: Lens' AggregateStats (Maybe Int64) Source #

The maximum amount.

asKind :: Lens' AggregateStats Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#aggregateStats.

asCount :: Lens' AggregateStats (Maybe Int64) Source #

The number of messages sent between a pair of peers.

asMin :: Lens' AggregateStats (Maybe Int64) Source #

The minimum amount.

asSum :: Lens' AggregateStats (Maybe Int64) Source #

The total number of bytes sent for messages between a pair of peers.

InstanceWebDetails

data InstanceWebDetails Source #

This is a JSON template for the Web details resource.

See: instanceWebDetails smart constructor.

Instances

Eq InstanceWebDetails Source # 
Data InstanceWebDetails Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceWebDetails -> c InstanceWebDetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceWebDetails #

toConstr :: InstanceWebDetails -> Constr #

dataTypeOf :: InstanceWebDetails -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InstanceWebDetails) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceWebDetails) #

gmapT :: (forall b. Data b => b -> b) -> InstanceWebDetails -> InstanceWebDetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceWebDetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceWebDetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceWebDetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceWebDetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceWebDetails -> m InstanceWebDetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceWebDetails -> m InstanceWebDetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceWebDetails -> m InstanceWebDetails #

Show InstanceWebDetails Source # 
Generic InstanceWebDetails Source # 
ToJSON InstanceWebDetails Source # 
FromJSON InstanceWebDetails Source # 
type Rep InstanceWebDetails Source # 
type Rep InstanceWebDetails = D1 (MetaData "InstanceWebDetails" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "InstanceWebDetails'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_iwdPreferred") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_iwdKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_iwdLaunchURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

instanceWebDetails :: InstanceWebDetails Source #

Creates a value of InstanceWebDetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iwdPreferred :: Lens' InstanceWebDetails (Maybe Bool) Source #

Indicates that this instance is the default for new installations.

iwdKind :: Lens' InstanceWebDetails Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceWebDetails.

iwdLaunchURL :: Lens' InstanceWebDetails (Maybe Text) Source #

Launch URL for the game.

TurnBasedMatchRematch

data TurnBasedMatchRematch Source #

This is a JSON template for a rematch response.

See: turnBasedMatchRematch smart constructor.

Instances

Eq TurnBasedMatchRematch Source # 
Data TurnBasedMatchRematch Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TurnBasedMatchRematch -> c TurnBasedMatchRematch #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TurnBasedMatchRematch #

toConstr :: TurnBasedMatchRematch -> Constr #

dataTypeOf :: TurnBasedMatchRematch -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TurnBasedMatchRematch) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TurnBasedMatchRematch) #

gmapT :: (forall b. Data b => b -> b) -> TurnBasedMatchRematch -> TurnBasedMatchRematch #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchRematch -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchRematch -> r #

gmapQ :: (forall d. Data d => d -> u) -> TurnBasedMatchRematch -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TurnBasedMatchRematch -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TurnBasedMatchRematch -> m TurnBasedMatchRematch #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchRematch -> m TurnBasedMatchRematch #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchRematch -> m TurnBasedMatchRematch #

Show TurnBasedMatchRematch Source # 
Generic TurnBasedMatchRematch Source # 
ToJSON TurnBasedMatchRematch Source # 
FromJSON TurnBasedMatchRematch Source # 
type Rep TurnBasedMatchRematch Source # 
type Rep TurnBasedMatchRematch = D1 (MetaData "TurnBasedMatchRematch" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchRematch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tRematch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatch))) ((:*:) (S1 (MetaSel (Just Symbol "_tKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tPreviousMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TurnBasedMatch))))))

turnBasedMatchRematch :: TurnBasedMatchRematch Source #

Creates a value of TurnBasedMatchRematch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tRematch :: Lens' TurnBasedMatchRematch (Maybe TurnBasedMatch) Source #

The newly created match; a rematch of the old match with the same participants.

tKind :: Lens' TurnBasedMatchRematch Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchRematch.

tPreviousMatch :: Lens' TurnBasedMatchRematch (Maybe TurnBasedMatch) Source #

The old match that the rematch was created from; will be updated such that the rematchId field will point at the new match.

PlayerExperienceInfo

data PlayerExperienceInfo Source #

This is a JSON template for 1P/3P metadata about the player's experience.

See: playerExperienceInfo smart constructor.

Instances

Eq PlayerExperienceInfo Source # 
Data PlayerExperienceInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerExperienceInfo -> c PlayerExperienceInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerExperienceInfo #

toConstr :: PlayerExperienceInfo -> Constr #

dataTypeOf :: PlayerExperienceInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerExperienceInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerExperienceInfo) #

gmapT :: (forall b. Data b => b -> b) -> PlayerExperienceInfo -> PlayerExperienceInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerExperienceInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerExperienceInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerExperienceInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerExperienceInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerExperienceInfo -> m PlayerExperienceInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerExperienceInfo -> m PlayerExperienceInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerExperienceInfo -> m PlayerExperienceInfo #

Show PlayerExperienceInfo Source # 
Generic PlayerExperienceInfo Source # 
ToJSON PlayerExperienceInfo Source # 
FromJSON PlayerExperienceInfo Source # 
type Rep PlayerExperienceInfo Source # 
type Rep PlayerExperienceInfo = D1 (MetaData "PlayerExperienceInfo" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerExperienceInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_peiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_peiCurrentExperiencePoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_peiCurrentLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlayerLevel))) ((:*:) (S1 (MetaSel (Just Symbol "_peiNextLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlayerLevel))) (S1 (MetaSel (Just Symbol "_peiLastLevelUpTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))))

playerExperienceInfo :: PlayerExperienceInfo Source #

Creates a value of PlayerExperienceInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

peiKind :: Lens' PlayerExperienceInfo Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerExperienceInfo.

peiCurrentExperiencePoints :: Lens' PlayerExperienceInfo (Maybe Int64) Source #

The current number of experience points for the player.

peiCurrentLevel :: Lens' PlayerExperienceInfo (Maybe PlayerLevel) Source #

The current level of the player.

peiNextLevel :: Lens' PlayerExperienceInfo (Maybe PlayerLevel) Source #

The next level of the player. If the current level is the maximum level, this should be same as the current level.

peiLastLevelUpTimestampMillis :: Lens' PlayerExperienceInfo (Maybe Int64) Source #

The timestamp when the player was leveled up, in millis since Unix epoch UTC.

GamesAchievementSetStepsAtLeast

data GamesAchievementSetStepsAtLeast Source #

This is a JSON template for the payload to request to increment an achievement.

See: gamesAchievementSetStepsAtLeast smart constructor.

Instances

Eq GamesAchievementSetStepsAtLeast Source # 
Data GamesAchievementSetStepsAtLeast Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GamesAchievementSetStepsAtLeast -> c GamesAchievementSetStepsAtLeast #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GamesAchievementSetStepsAtLeast #

toConstr :: GamesAchievementSetStepsAtLeast -> Constr #

dataTypeOf :: GamesAchievementSetStepsAtLeast -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GamesAchievementSetStepsAtLeast) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GamesAchievementSetStepsAtLeast) #

gmapT :: (forall b. Data b => b -> b) -> GamesAchievementSetStepsAtLeast -> GamesAchievementSetStepsAtLeast #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GamesAchievementSetStepsAtLeast -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GamesAchievementSetStepsAtLeast -> r #

gmapQ :: (forall d. Data d => d -> u) -> GamesAchievementSetStepsAtLeast -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GamesAchievementSetStepsAtLeast -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GamesAchievementSetStepsAtLeast -> m GamesAchievementSetStepsAtLeast #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GamesAchievementSetStepsAtLeast -> m GamesAchievementSetStepsAtLeast #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GamesAchievementSetStepsAtLeast -> m GamesAchievementSetStepsAtLeast #

Show GamesAchievementSetStepsAtLeast Source # 
Generic GamesAchievementSetStepsAtLeast Source # 
ToJSON GamesAchievementSetStepsAtLeast Source # 
FromJSON GamesAchievementSetStepsAtLeast Source # 
type Rep GamesAchievementSetStepsAtLeast Source # 
type Rep GamesAchievementSetStepsAtLeast = D1 (MetaData "GamesAchievementSetStepsAtLeast" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "GamesAchievementSetStepsAtLeast'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gassalKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gassalSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

gamesAchievementSetStepsAtLeast :: GamesAchievementSetStepsAtLeast Source #

Creates a value of GamesAchievementSetStepsAtLeast with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gassalKind :: Lens' GamesAchievementSetStepsAtLeast Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#GamesAchievementSetStepsAtLeast.

gassalSteps :: Lens' GamesAchievementSetStepsAtLeast (Maybe Int32) Source #

The minimum number of steps for the achievement to be set to.

Player

data Player Source #

This is a JSON template for a Player resource.

See: player smart constructor.

Instances

Eq Player Source # 

Methods

(==) :: Player -> Player -> Bool #

(/=) :: Player -> Player -> Bool #

Data Player Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Player -> c Player #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Player #

toConstr :: Player -> Constr #

dataTypeOf :: Player -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Player) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Player) #

gmapT :: (forall b. Data b => b -> b) -> Player -> Player #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Player -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Player -> r #

gmapQ :: (forall d. Data d => d -> u) -> Player -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Player -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Player -> m Player #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Player -> m Player #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Player -> m Player #

Show Player Source # 
Generic Player Source # 

Associated Types

type Rep Player :: * -> * #

Methods

from :: Player -> Rep Player x #

to :: Rep Player x -> Player #

ToJSON Player Source # 
FromJSON Player Source # 
type Rep Player Source # 
type Rep Player = D1 (MetaData "Player" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Player'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_plaBannerURLLandscape") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plaLastPlayedWith") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Played))) (S1 (MetaSel (Just Symbol "_plaAvatarImageURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_plaKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_plaExperienceInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlayerExperienceInfo))) (S1 (MetaSel (Just Symbol "_plaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlayerName)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_plaOriginalPlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plaDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_plaTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_plaBannerURLPortrait") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_plaPlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_plaProFileSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProFileSettings))))))))

player :: Player Source #

Creates a value of Player with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

plaBannerURLLandscape :: Lens' Player (Maybe Text) Source #

The url to the landscape mode player banner image.

plaLastPlayedWith :: Lens' Player (Maybe Played) Source #

Details about the last time this player played a multiplayer game with the currently authenticated player. Populated for PLAYED_WITH player collection members.

plaAvatarImageURL :: Lens' Player (Maybe Text) Source #

The base URL for the image that represents the player.

plaKind :: Lens' Player Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#player.

plaExperienceInfo :: Lens' Player (Maybe PlayerExperienceInfo) Source #

An object to represent Play Game experience information for the player.

plaName :: Lens' Player (Maybe PlayerName) Source #

An object representation of the individual components of the player's name. For some players, these fields may not be present.

plaOriginalPlayerId :: Lens' Player (Maybe Text) Source #

The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.

plaDisplayName :: Lens' Player (Maybe Text) Source #

The name to display for the player.

plaTitle :: Lens' Player (Maybe Text) Source #

The player's title rewarded for their game activities.

plaBannerURLPortrait :: Lens' Player (Maybe Text) Source #

The url to the portrait mode player banner image.

plaPlayerId :: Lens' Player (Maybe Text) Source #

The ID of the player.

plaProFileSettings :: Lens' Player (Maybe ProFileSettings) Source #

The player's profile settings. Controls whether or not the player's profile is visible to other players.

GamesAchievementIncrement

data GamesAchievementIncrement Source #

This is a JSON template for the payload to request to increment an achievement.

See: gamesAchievementIncrement smart constructor.

Instances

Eq GamesAchievementIncrement Source # 
Data GamesAchievementIncrement Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GamesAchievementIncrement -> c GamesAchievementIncrement #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GamesAchievementIncrement #

toConstr :: GamesAchievementIncrement -> Constr #

dataTypeOf :: GamesAchievementIncrement -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GamesAchievementIncrement) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GamesAchievementIncrement) #

gmapT :: (forall b. Data b => b -> b) -> GamesAchievementIncrement -> GamesAchievementIncrement #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GamesAchievementIncrement -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GamesAchievementIncrement -> r #

gmapQ :: (forall d. Data d => d -> u) -> GamesAchievementIncrement -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GamesAchievementIncrement -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GamesAchievementIncrement -> m GamesAchievementIncrement #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GamesAchievementIncrement -> m GamesAchievementIncrement #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GamesAchievementIncrement -> m GamesAchievementIncrement #

Show GamesAchievementIncrement Source # 
Generic GamesAchievementIncrement Source # 
ToJSON GamesAchievementIncrement Source # 
FromJSON GamesAchievementIncrement Source # 
type Rep GamesAchievementIncrement Source # 
type Rep GamesAchievementIncrement = D1 (MetaData "GamesAchievementIncrement" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "GamesAchievementIncrement'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gaiRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_gaiKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gaiSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))

gamesAchievementIncrement :: GamesAchievementIncrement Source #

Creates a value of GamesAchievementIncrement with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gaiRequestId :: Lens' GamesAchievementIncrement (Maybe Int64) Source #

The requestId associated with an increment to an achievement.

gaiKind :: Lens' GamesAchievementIncrement Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#GamesAchievementIncrement.

gaiSteps :: Lens' GamesAchievementIncrement (Maybe Int32) Source #

The number of steps to be incremented.

Quest

data Quest Source #

This is a JSON template for a Quest resource.

See: quest smart constructor.

Instances

Eq Quest Source # 

Methods

(==) :: Quest -> Quest -> Bool #

(/=) :: Quest -> Quest -> Bool #

Data Quest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Quest -> c Quest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Quest #

toConstr :: Quest -> Constr #

dataTypeOf :: Quest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Quest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Quest) #

gmapT :: (forall b. Data b => b -> b) -> Quest -> Quest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Quest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Quest -> r #

gmapQ :: (forall d. Data d => d -> u) -> Quest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Quest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Quest -> m Quest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Quest -> m Quest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Quest -> m Quest #

Show Quest Source # 

Methods

showsPrec :: Int -> Quest -> ShowS #

show :: Quest -> String #

showList :: [Quest] -> ShowS #

Generic Quest Source # 

Associated Types

type Rep Quest :: * -> * #

Methods

from :: Quest -> Rep Quest x #

to :: Rep Quest x -> Quest #

ToJSON Quest Source # 
FromJSON Quest Source # 
type Rep Quest Source # 
type Rep Quest = D1 (MetaData "Quest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "Quest'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_queLastUpdatedTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_queBannerURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_queState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_queMilestones") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [QuestMilestone]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_queKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_queApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_queEndTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_queName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_queId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_queIconURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_queStartTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_queNotifyTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_queDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_queIsDefaultBannerURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_queIsDefaultIconURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_queAcceptedTimestampMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))))

queLastUpdatedTimestampMillis :: Lens' Quest (Maybe Int64) Source #

The timestamp at which the quest was last updated by the user in milliseconds since the epoch in UTC. Only present if the player has accepted the quest.

queBannerURL :: Lens' Quest (Maybe Text) Source #

The banner image URL for the quest.

queState :: Lens' Quest (Maybe Text) Source #

The state of the quest. Possible values are: - "UPCOMING": The quest is upcoming. The user can see the quest, but cannot accept it until it is open. - "OPEN": The quest is currently open and may be accepted at this time. - "ACCEPTED": The user is currently participating in this quest. - "COMPLETED": The user has completed the quest. - "FAILED": The quest was attempted but was not completed before the deadline expired. - "EXPIRED": The quest has expired and was not accepted. - "DELETED": The quest should be deleted from the local database.

queMilestones :: Lens' Quest [QuestMilestone] Source #

The quest milestones.

queKind :: Lens' Quest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#quest.

queApplicationId :: Lens' Quest (Maybe Text) Source #

The ID of the application this quest is part of.

queEndTimestampMillis :: Lens' Quest (Maybe Int64) Source #

The timestamp at which the quest ceases to be active in milliseconds since the epoch in UTC.

queName :: Lens' Quest (Maybe Text) Source #

The name of the quest.

queId :: Lens' Quest (Maybe Text) Source #

The ID of the quest.

queIconURL :: Lens' Quest (Maybe Text) Source #

The icon image URL for the quest.

queStartTimestampMillis :: Lens' Quest (Maybe Int64) Source #

The timestamp at which the quest becomes active in milliseconds since the epoch in UTC.

queNotifyTimestampMillis :: Lens' Quest (Maybe Int64) Source #

The timestamp at which the user should be notified that the quest will end soon in milliseconds since the epoch in UTC.

queDescription :: Lens' Quest (Maybe Text) Source #

The description of the quest.

queIsDefaultBannerURL :: Lens' Quest (Maybe Bool) Source #

Indicates whether the banner image being returned is a default image, or is game-provided.

queIsDefaultIconURL :: Lens' Quest (Maybe Bool) Source #

Indicates whether the icon image being returned is a default image, or is game-provided.

queAcceptedTimestampMillis :: Lens' Quest (Maybe Int64) Source #

The timestamp at which the user accepted the quest in milliseconds since the epoch in UTC. Only present if the player has accepted the quest.

EventChild

data EventChild Source #

This is a JSON template for an event child relationship resource.

See: eventChild smart constructor.

Instances

Eq EventChild Source # 
Data EventChild Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventChild -> c EventChild #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventChild #

toConstr :: EventChild -> Constr #

dataTypeOf :: EventChild -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventChild) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventChild) #

gmapT :: (forall b. Data b => b -> b) -> EventChild -> EventChild #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventChild -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventChild -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventChild -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventChild -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventChild -> m EventChild #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventChild -> m EventChild #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventChild -> m EventChild #

Show EventChild Source # 
Generic EventChild Source # 

Associated Types

type Rep EventChild :: * -> * #

ToJSON EventChild Source # 
FromJSON EventChild Source # 
type Rep EventChild Source # 
type Rep EventChild = D1 (MetaData "EventChild" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventChild'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ecKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ecChildId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

eventChild :: EventChild Source #

Creates a value of EventChild with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ecKind :: Lens' EventChild Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventChild.

ecChildId :: Lens' EventChild (Maybe Text) Source #

The ID of the child event.

ApplicationVerifyResponse

data ApplicationVerifyResponse Source #

This is a JSON template for a third party application verification response resource.

See: applicationVerifyResponse smart constructor.

Instances

Eq ApplicationVerifyResponse Source # 
Data ApplicationVerifyResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationVerifyResponse -> c ApplicationVerifyResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationVerifyResponse #

toConstr :: ApplicationVerifyResponse -> Constr #

dataTypeOf :: ApplicationVerifyResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationVerifyResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationVerifyResponse) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationVerifyResponse -> ApplicationVerifyResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationVerifyResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationVerifyResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationVerifyResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationVerifyResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationVerifyResponse -> m ApplicationVerifyResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationVerifyResponse -> m ApplicationVerifyResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationVerifyResponse -> m ApplicationVerifyResponse #

Show ApplicationVerifyResponse Source # 
Generic ApplicationVerifyResponse Source # 
ToJSON ApplicationVerifyResponse Source # 
FromJSON ApplicationVerifyResponse Source # 
type Rep ApplicationVerifyResponse Source # 
type Rep ApplicationVerifyResponse = D1 (MetaData "ApplicationVerifyResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "ApplicationVerifyResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_avrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_avrAlternatePlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_avrPlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

applicationVerifyResponse :: ApplicationVerifyResponse Source #

Creates a value of ApplicationVerifyResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

avrKind :: Lens' ApplicationVerifyResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.

avrAlternatePlayerId :: Lens' ApplicationVerifyResponse (Maybe Text) Source #

An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)

avrPlayerId :: Lens' ApplicationVerifyResponse (Maybe Text) Source #

The ID of the player that was issued the auth token used in this request.

PlayerEventListResponse

data PlayerEventListResponse Source #

This is a JSON template for a ListByPlayer response.

See: playerEventListResponse smart constructor.

Instances

Eq PlayerEventListResponse Source # 
Data PlayerEventListResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerEventListResponse -> c PlayerEventListResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerEventListResponse #

toConstr :: PlayerEventListResponse -> Constr #

dataTypeOf :: PlayerEventListResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerEventListResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerEventListResponse) #

gmapT :: (forall b. Data b => b -> b) -> PlayerEventListResponse -> PlayerEventListResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerEventListResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerEventListResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerEventListResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerEventListResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerEventListResponse -> m PlayerEventListResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerEventListResponse -> m PlayerEventListResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerEventListResponse -> m PlayerEventListResponse #

Show PlayerEventListResponse Source # 
Generic PlayerEventListResponse Source # 
ToJSON PlayerEventListResponse Source # 
FromJSON PlayerEventListResponse Source # 
type Rep PlayerEventListResponse Source # 
type Rep PlayerEventListResponse = D1 (MetaData "PlayerEventListResponse" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerEventListResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pelrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pelrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_pelrItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PlayerEvent]))))))

playerEventListResponse :: PlayerEventListResponse Source #

Creates a value of PlayerEventListResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pelrNextPageToken :: Lens' PlayerEventListResponse (Maybe Text) Source #

The pagination token for the next page of results.

pelrKind :: Lens' PlayerEventListResponse Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerEventListResponse.

TurnBasedMatchDataRequest

data TurnBasedMatchDataRequest Source #

This is a JSON template for sending a turn-based match data object.

See: turnBasedMatchDataRequest smart constructor.

Instances

Eq TurnBasedMatchDataRequest Source # 
Data TurnBasedMatchDataRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TurnBasedMatchDataRequest -> c TurnBasedMatchDataRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TurnBasedMatchDataRequest #

toConstr :: TurnBasedMatchDataRequest -> Constr #

dataTypeOf :: TurnBasedMatchDataRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TurnBasedMatchDataRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TurnBasedMatchDataRequest) #

gmapT :: (forall b. Data b => b -> b) -> TurnBasedMatchDataRequest -> TurnBasedMatchDataRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchDataRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TurnBasedMatchDataRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> TurnBasedMatchDataRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TurnBasedMatchDataRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TurnBasedMatchDataRequest -> m TurnBasedMatchDataRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchDataRequest -> m TurnBasedMatchDataRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TurnBasedMatchDataRequest -> m TurnBasedMatchDataRequest #

Show TurnBasedMatchDataRequest Source # 
Generic TurnBasedMatchDataRequest Source # 
ToJSON TurnBasedMatchDataRequest Source # 
FromJSON TurnBasedMatchDataRequest Source # 
type Rep TurnBasedMatchDataRequest Source # 
type Rep TurnBasedMatchDataRequest = D1 (MetaData "TurnBasedMatchDataRequest" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "TurnBasedMatchDataRequest'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tbmdrKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tbmdrData") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bytes)))))

turnBasedMatchDataRequest :: TurnBasedMatchDataRequest Source #

Creates a value of TurnBasedMatchDataRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tbmdrKind :: Lens' TurnBasedMatchDataRequest Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchDataRequest.

tbmdrData :: Lens' TurnBasedMatchDataRequest (Maybe ByteString) Source #

The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.

ProFileSettings

data ProFileSettings Source #

This is a JSON template for profile settings

See: proFileSettings smart constructor.

Instances

Eq ProFileSettings Source # 
Data ProFileSettings Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProFileSettings -> c ProFileSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProFileSettings #

toConstr :: ProFileSettings -> Constr #

dataTypeOf :: ProFileSettings -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProFileSettings) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProFileSettings) #

gmapT :: (forall b. Data b => b -> b) -> ProFileSettings -> ProFileSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProFileSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProFileSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProFileSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProFileSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProFileSettings -> m ProFileSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProFileSettings -> m ProFileSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProFileSettings -> m ProFileSettings #

Show ProFileSettings Source # 
Generic ProFileSettings Source # 
ToJSON ProFileSettings Source # 
FromJSON ProFileSettings Source # 
type Rep ProFileSettings Source # 
type Rep ProFileSettings = D1 (MetaData "ProFileSettings" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "ProFileSettings'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pfsProFileVisible") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_pfsKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

proFileSettings :: ProFileSettings Source #

Creates a value of ProFileSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

pfsProFileVisible :: Lens' ProFileSettings (Maybe Bool) Source #

The player's current profile visibility. This field is visible to both 1P and 3P APIs.

pfsKind :: Lens' ProFileSettings Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#profileSettings.

EventPeriodRange

data EventPeriodRange Source #

This is a JSON template for an event period time range.

See: eventPeriodRange smart constructor.

Instances

Eq EventPeriodRange Source # 
Data EventPeriodRange Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventPeriodRange -> c EventPeriodRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventPeriodRange #

toConstr :: EventPeriodRange -> Constr #

dataTypeOf :: EventPeriodRange -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventPeriodRange) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventPeriodRange) #

gmapT :: (forall b. Data b => b -> b) -> EventPeriodRange -> EventPeriodRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventPeriodRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventPeriodRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventPeriodRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventPeriodRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventPeriodRange -> m EventPeriodRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventPeriodRange -> m EventPeriodRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventPeriodRange -> m EventPeriodRange #

Show EventPeriodRange Source # 
Generic EventPeriodRange Source # 
ToJSON EventPeriodRange Source # 
FromJSON EventPeriodRange Source # 
type Rep EventPeriodRange Source # 
type Rep EventPeriodRange = D1 (MetaData "EventPeriodRange" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventPeriodRange'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eprKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_eprPeriodStartMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_eprPeriodEndMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

eventPeriodRange :: EventPeriodRange Source #

Creates a value of EventPeriodRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eprKind :: Lens' EventPeriodRange Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventPeriodRange.

eprPeriodStartMillis :: Lens' EventPeriodRange (Maybe Int64) Source #

The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).

eprPeriodEndMillis :: Lens' EventPeriodRange (Maybe Int64) Source #

The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).

MetagameListCategoriesByPlayerCollection

data MetagameListCategoriesByPlayerCollection Source #

The collection of categories for which data will be returned.

Constructors

All

all Retrieve data for all categories. This is the default.

Instances

Enum MetagameListCategoriesByPlayerCollection Source # 
Eq MetagameListCategoriesByPlayerCollection Source # 
Data MetagameListCategoriesByPlayerCollection Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MetagameListCategoriesByPlayerCollection -> c MetagameListCategoriesByPlayerCollection #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MetagameListCategoriesByPlayerCollection #

toConstr :: MetagameListCategoriesByPlayerCollection -> Constr #

dataTypeOf :: MetagameListCategoriesByPlayerCollection -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MetagameListCategoriesByPlayerCollection) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MetagameListCategoriesByPlayerCollection) #

gmapT :: (forall b. Data b => b -> b) -> MetagameListCategoriesByPlayerCollection -> MetagameListCategoriesByPlayerCollection #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MetagameListCategoriesByPlayerCollection -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MetagameListCategoriesByPlayerCollection -> r #

gmapQ :: (forall d. Data d => d -> u) -> MetagameListCategoriesByPlayerCollection -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MetagameListCategoriesByPlayerCollection -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MetagameListCategoriesByPlayerCollection -> m MetagameListCategoriesByPlayerCollection #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MetagameListCategoriesByPlayerCollection -> m MetagameListCategoriesByPlayerCollection #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MetagameListCategoriesByPlayerCollection -> m MetagameListCategoriesByPlayerCollection #

Ord MetagameListCategoriesByPlayerCollection Source # 
Read MetagameListCategoriesByPlayerCollection Source # 
Show MetagameListCategoriesByPlayerCollection Source # 
Generic MetagameListCategoriesByPlayerCollection Source # 
Hashable MetagameListCategoriesByPlayerCollection Source # 
ToJSON MetagameListCategoriesByPlayerCollection Source # 
FromJSON MetagameListCategoriesByPlayerCollection Source # 
FromHttpApiData MetagameListCategoriesByPlayerCollection Source # 
ToHttpApiData MetagameListCategoriesByPlayerCollection Source # 
type Rep MetagameListCategoriesByPlayerCollection Source # 
type Rep MetagameListCategoriesByPlayerCollection = D1 (MetaData "MetagameListCategoriesByPlayerCollection" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "All" PrefixI False) U1)

AchievementsListState

data AchievementsListState Source #

Tells the server to return only achievements with the specified state. If this parameter isn't specified, all achievements are returned.

Constructors

ALSAll

ALL List all achievements. This is the default.

ALSHidden

HIDDEN List only hidden achievements.

ALSRevealed

REVEALED List only revealed achievements.

ALSUnlocked

UNLOCKED List only unlocked achievements.

Instances

Enum AchievementsListState Source # 
Eq AchievementsListState Source # 
Data AchievementsListState Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementsListState -> c AchievementsListState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementsListState #

toConstr :: AchievementsListState -> Constr #

dataTypeOf :: AchievementsListState -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementsListState) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementsListState) #

gmapT :: (forall b. Data b => b -> b) -> AchievementsListState -> AchievementsListState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementsListState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementsListState -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementsListState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementsListState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementsListState -> m AchievementsListState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementsListState -> m AchievementsListState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementsListState -> m AchievementsListState #

Ord AchievementsListState Source # 
Read AchievementsListState Source # 
Show AchievementsListState Source # 
Generic AchievementsListState Source # 
Hashable AchievementsListState Source # 
ToJSON AchievementsListState Source # 
FromJSON AchievementsListState Source # 
FromHttpApiData AchievementsListState Source # 
ToHttpApiData AchievementsListState Source # 
type Rep AchievementsListState Source # 
type Rep AchievementsListState = D1 (MetaData "AchievementsListState" "Network.Google.Games.Types.Sum" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) ((:+:) ((:+:) (C1 (MetaCons "ALSAll" PrefixI False) U1) (C1 (MetaCons "ALSHidden" PrefixI False) U1)) ((:+:) (C1 (MetaCons "ALSRevealed" PrefixI False) U1) (C1 (MetaCons "ALSUnlocked" PrefixI False) U1)))

EventRecordFailure

data EventRecordFailure Source #

This is a JSON template for an event update failure resource.

See: eventRecordFailure smart constructor.

Instances

Eq EventRecordFailure Source # 
Data EventRecordFailure Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventRecordFailure -> c EventRecordFailure #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventRecordFailure #

toConstr :: EventRecordFailure -> Constr #

dataTypeOf :: EventRecordFailure -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EventRecordFailure) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventRecordFailure) #

gmapT :: (forall b. Data b => b -> b) -> EventRecordFailure -> EventRecordFailure #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventRecordFailure -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventRecordFailure -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventRecordFailure -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventRecordFailure -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventRecordFailure -> m EventRecordFailure #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventRecordFailure -> m EventRecordFailure #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventRecordFailure -> m EventRecordFailure #

Show EventRecordFailure Source # 
Generic EventRecordFailure Source # 
ToJSON EventRecordFailure Source # 
FromJSON EventRecordFailure Source # 
type Rep EventRecordFailure Source # 
type Rep EventRecordFailure = D1 (MetaData "EventRecordFailure" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "EventRecordFailure'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_erfKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_erfFailureCause") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_erfEventId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

eventRecordFailure :: EventRecordFailure Source #

Creates a value of EventRecordFailure with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

erfKind :: Lens' EventRecordFailure Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#eventRecordFailure.

erfFailureCause :: Lens' EventRecordFailure (Maybe Text) Source #

The cause for the update failure. Possible values are: - "NOT_FOUND" - An attempt was made to set an event that was not defined. - "INVALID_UPDATE_VALUE" - An attempt was made to increment an event by a non-positive value.

erfEventId :: Lens' EventRecordFailure (Maybe Text) Source #

The ID of the event that was not updated.

PlayerScoreSubmissionList

data PlayerScoreSubmissionList Source #

This is a JSON template for a list of score submission requests

See: playerScoreSubmissionList smart constructor.

Instances

Eq PlayerScoreSubmissionList Source # 
Data PlayerScoreSubmissionList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlayerScoreSubmissionList -> c PlayerScoreSubmissionList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlayerScoreSubmissionList #

toConstr :: PlayerScoreSubmissionList -> Constr #

dataTypeOf :: PlayerScoreSubmissionList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlayerScoreSubmissionList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlayerScoreSubmissionList) #

gmapT :: (forall b. Data b => b -> b) -> PlayerScoreSubmissionList -> PlayerScoreSubmissionList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlayerScoreSubmissionList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlayerScoreSubmissionList -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlayerScoreSubmissionList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlayerScoreSubmissionList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlayerScoreSubmissionList -> m PlayerScoreSubmissionList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerScoreSubmissionList -> m PlayerScoreSubmissionList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlayerScoreSubmissionList -> m PlayerScoreSubmissionList #

Show PlayerScoreSubmissionList Source # 
Generic PlayerScoreSubmissionList Source # 
ToJSON PlayerScoreSubmissionList Source # 
FromJSON PlayerScoreSubmissionList Source # 
type Rep PlayerScoreSubmissionList Source # 
type Rep PlayerScoreSubmissionList = D1 (MetaData "PlayerScoreSubmissionList" "Network.Google.Games.Types.Product" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" False) (C1 (MetaCons "PlayerScoreSubmissionList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_psslKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_psslScores") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ScoreSubmission])))))

playerScoreSubmissionList :: PlayerScoreSubmissionList Source #

Creates a value of PlayerScoreSubmissionList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

psslKind :: Lens' PlayerScoreSubmissionList Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#playerScoreSubmissionList.

Instance

data Instance Source #

This is a JSON template for the Instance resource.

See: instance' smart constructor.

Instances

Eq Instance Source # 
Data Instance Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Instance -> c Instance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Instance #

toConstr :: Instance -> Constr #

dataTypeOf :: Instance -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Instance) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Instance) #

gmapT :: (forall b. Data b => b -> b) -> Instance -> Instance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Instance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Instance -> r #

gmapQ :: (forall d. Data d => d -> u) -> Instance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Instance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Instance -> m Instance #

Show Instance Source # 
Generic Instance Source # 

Associated Types

type Rep Instance :: * -> * #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

ToJSON Instance Source # 
FromJSON Instance Source # 
type Rep Instance Source # 

instance' :: Instance Source #

Creates a value of Instance with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

iAndroidInstance :: Lens' Instance (Maybe InstanceAndroidDetails) Source #

Platform dependent details for Android.

iKind :: Lens' Instance Text Source #

Uniquely identifies the type of this resource. Value is always the fixed string games#instance.

iWebInstance :: Lens' Instance (Maybe InstanceWebDetails) Source #

Platform dependent details for Web.

iIosInstance :: Lens' Instance (Maybe InstanceIosDetails) Source #

Platform dependent details for iOS.

iName :: Lens' Instance (Maybe Text) Source #

Localized display name.

iAcquisitionURI :: Lens' Instance (Maybe Text) Source #

URI which shows where a user can acquire this instance.

iPlatformType :: Lens' Instance (Maybe Text) Source #

The platform type. Possible values are: - "ANDROID" - Instance is for Android. - "IOS" - Instance is for iOS - "WEB_APP" - Instance is for Web App.

iTurnBasedPlay :: Lens' Instance (Maybe Bool) Source #

Flag to show if this game instance supports turn based play.

iRealtimePlay :: Lens' Instance (Maybe Bool) Source #

Flag to show if this game instance supports realtime play.