gogol-games-0.4.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.Resource.Games.Rooms.ReportStatus

Contents

Description

Updates sent by a client reporting the status of peers in a room. For internal use by the Games SDK only. Calling this method directly is unsupported.

See: Google Play Game Services API Reference for games.rooms.reportStatus.

Synopsis

REST Resource

type RoomsReportStatusResource = "games" :> ("v1" :> ("rooms" :> (Capture "roomId" Text :> ("reportstatus" :> (QueryParam "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RoomP2PStatuses :> Post '[JSON] RoomStatus))))))) Source #

A resource alias for games.rooms.reportStatus method which the RoomsReportStatus request conforms to.

Creating a Request

roomsReportStatus Source #

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

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

data RoomsReportStatus Source #

Updates sent by a client reporting the status of peers in a room. For internal use by the Games SDK only. Calling this method directly is unsupported.

See: roomsReportStatus smart constructor.

Instances
Eq RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Data RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Methods

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

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

toConstr :: RoomsReportStatus -> Constr #

dataTypeOf :: RoomsReportStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Generic RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Associated Types

type Rep RoomsReportStatus :: Type -> Type #

GoogleRequest RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Associated Types

type Rs RoomsReportStatus :: Type #

type Scopes RoomsReportStatus :: [Symbol] #

type Rep RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

type Rep RoomsReportStatus = D1 (MetaData "RoomsReportStatus" "Network.Google.Resource.Games.Rooms.ReportStatus" "gogol-games-0.4.0-EPjClsFfNAGupIHqlLfHm" False) (C1 (MetaCons "RoomsReportStatus'" PrefixI True) (S1 (MetaSel (Just "_rrsPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RoomP2PStatuses) :*: (S1 (MetaSel (Just "_rrsRoomId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rrsLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Scopes RoomsReportStatus Source # 
Instance details

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

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

Defined in Network.Google.Resource.Games.Rooms.ReportStatus

Request Lenses

rrsLanguage :: Lens' RoomsReportStatus (Maybe Text) Source #

The preferred language to use for strings returned by this method.