games  v1
Classes | Public Member Functions | Static Public Attributes | List of all members
google_games_api::GamesService Class Reference

#include <games_service.h>

Inheritance diagram for google_games_api::GamesService:

Classes

class  AchievementDefinitionsResource
 
class  AchievementsResource
 
class  ApplicationsResource
 
class  EventsResource
 
class  LeaderboardsResource
 
class  MetagameResource
 
class  PlayersResource
 
class  PushtokensResource
 
class  RevisionsResource
 
class  RoomsResource
 
class  SCOPES
 
class  ScoresResource
 
class  SnapshotsResource
 
class  TurnBasedMatchesResource
 

Public Member Functions

 GamesService (client::HttpTransport *transport)
 
virtual ~GamesService ()
 
const AchievementDefinitionsResourceget_achievement_definitions () const
 
const AchievementsResourceget_achievements () const
 
const ApplicationsResourceget_applications () const
 
const EventsResourceget_events () const
 
const LeaderboardsResourceget_leaderboards () const
 
const MetagameResourceget_metagame () const
 
const PlayersResourceget_players () const
 
const PushtokensResourceget_pushtokens () const
 
const RevisionsResourceget_revisions () const
 
const RoomsResourceget_rooms () const
 
const ScoresResourceget_scores () const
 
const SnapshotsResourceget_snapshots () const
 
const TurnBasedMatchesResourceget_turn_based_matches () const
 

Static Public Attributes

static const char googleapis_API_NAME [] = {"games"}
 
static const char googleapis_API_VERSION [] = {"v1"}
 
static const char googleapis_API_GENERATOR []
 

Detailed Description

Service definition for GamesService (v1).

For more information about this service, see the API Documentation at 'https://developers.google.com/games/services/

Constructor & Destructor Documentation

◆ GamesService()

google_games_api::GamesService::GamesService ( client::HttpTransport *  transport)
explicit

Standard constructor.

Parameters
[in]transportThe transport to use when creating methods to invoke on this service instance.

◆ ~GamesService()

google_games_api::GamesService::~GamesService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_achievement_definitions()

const AchievementDefinitionsResource& google_games_api::GamesService::get_achievement_definitions ( ) const
inline

Gets the resource method factory.

Returns
AchievementDefinitionsResource for creating methods.

◆ get_achievements()

const AchievementsResource& google_games_api::GamesService::get_achievements ( ) const
inline

Gets the resource method factory.

Returns
AchievementsResource for creating methods.

◆ get_applications()

const ApplicationsResource& google_games_api::GamesService::get_applications ( ) const
inline

Gets the resource method factory.

Returns
ApplicationsResource for creating methods.

◆ get_events()

const EventsResource& google_games_api::GamesService::get_events ( ) const
inline

Gets the resource method factory.

Returns
EventsResource for creating methods.

◆ get_leaderboards()

const LeaderboardsResource& google_games_api::GamesService::get_leaderboards ( ) const
inline

Gets the resource method factory.

Returns
LeaderboardsResource for creating methods.

◆ get_metagame()

const MetagameResource& google_games_api::GamesService::get_metagame ( ) const
inline

Gets the resource method factory.

Returns
MetagameResource for creating methods.

◆ get_players()

const PlayersResource& google_games_api::GamesService::get_players ( ) const
inline

Gets the resource method factory.

Returns
PlayersResource for creating methods.

◆ get_pushtokens()

const PushtokensResource& google_games_api::GamesService::get_pushtokens ( ) const
inline

Gets the resource method factory.

Returns
PushtokensResource for creating methods.

◆ get_revisions()

const RevisionsResource& google_games_api::GamesService::get_revisions ( ) const
inline

Gets the resource method factory.

Returns
RevisionsResource for creating methods.

◆ get_rooms()

const RoomsResource& google_games_api::GamesService::get_rooms ( ) const
inline

Gets the resource method factory.

Returns
RoomsResource for creating methods.

◆ get_scores()

const ScoresResource& google_games_api::GamesService::get_scores ( ) const
inline

Gets the resource method factory.

Returns
ScoresResource for creating methods.

◆ get_snapshots()

const SnapshotsResource& google_games_api::GamesService::get_snapshots ( ) const
inline

Gets the resource method factory.

Returns
SnapshotsResource for creating methods.

◆ get_turn_based_matches()

const TurnBasedMatchesResource& google_games_api::GamesService::get_turn_based_matches ( ) const
inline

Gets the resource method factory.

Returns
TurnBasedMatchesResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_games_api::GamesService::googleapis_API_GENERATOR
static
Initial value:
= {
"google-apis-code-generator 1.5.1 / 0.1.4"}

The code generator used to generate this API.

◆ googleapis_API_NAME

const char google_games_api::GamesService::googleapis_API_NAME = {"games"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_games_api::GamesService::googleapis_API_VERSION = {"v1"}
static

The version of the API that this interface was generated from.


The documentation for this class was generated from the following files: