games  v1
Public Member Functions | List of all members
google_games_api::GamesService::EventsResource Class Reference

#include <games_service.h>

Public Member Functions

 EventsResource (GamesService *service)
 
 ~EventsResource ()
 
EventsResource_ListByPlayerMethodNewListByPlayerMethod (client::AuthorizationCredential *_credential_) const
 
EventsResource_ListByPlayerMethodPager * NewListByPlayerMethodPager (client::AuthorizationCredential *_credential_) const
 
EventsResource_ListDefinitionsMethodNewListDefinitionsMethod (client::AuthorizationCredential *_credential_) const
 
EventsResource_ListDefinitionsMethodPager * NewListDefinitionsMethodPager (client::AuthorizationCredential *_credential_) const
 
EventsResource_RecordMethodNewRecordMethod (client::AuthorizationCredential *_credential_, const EventRecordRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ EventsResource()

google_games_api::GamesService::EventsResource::EventsResource ( GamesService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~EventsResource()

google_games_api::GamesService::EventsResource::~EventsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewListByPlayerMethod()

EventsResource_ListByPlayerMethod * google_games_api::GamesService::EventsResource::NewListByPlayerMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new EventsResource_ListByPlayerMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListByPlayerMethodPager()

EventsResource_ListByPlayerMethodPager * google_games_api::GamesService::EventsResource::NewListByPlayerMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewListDefinitionsMethod()

EventsResource_ListDefinitionsMethod * google_games_api::GamesService::EventsResource::NewListDefinitionsMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new EventsResource_ListDefinitionsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListDefinitionsMethodPager()

EventsResource_ListDefinitionsMethodPager * google_games_api::GamesService::EventsResource::NewListDefinitionsMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewRecordMethod()

EventsResource_RecordMethod * google_games_api::GamesService::EventsResource::NewRecordMethod ( client::AuthorizationCredential *  _credential_,
const EventRecordRequest _content_ 
) const

Creates a new EventsResource_RecordMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to record.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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