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

#include <games_service.h>

Public Member Functions

 TurnBasedMatchesResource (GamesService *service)
 
 ~TurnBasedMatchesResource ()
 
TurnBasedMatchesResource_CancelMethodNewCancelMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_CreateMethodNewCreateMethod (client::AuthorizationCredential *_credential_, const TurnBasedMatchCreateRequest &_content_) const
 
TurnBasedMatchesResource_DeclineMethodNewDeclineMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_DismissMethodNewDismissMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_FinishMethodNewFinishMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const TurnBasedMatchResults &_content_) const
 
TurnBasedMatchesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_JoinMethodNewJoinMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_LeaveMethodNewLeaveMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_LeaveTurnMethodNewLeaveTurnMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const int32 &match_version) const
 
TurnBasedMatchesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
TurnBasedMatchesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_) const
 
TurnBasedMatchesResource_RematchMethodNewRematchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const
 
TurnBasedMatchesResource_SyncMethodNewSyncMethod (client::AuthorizationCredential *_credential_) const
 
TurnBasedMatchesResource_SyncMethodPager * NewSyncMethodPager (client::AuthorizationCredential *_credential_) const
 
TurnBasedMatchesResource_TakeTurnMethodNewTakeTurnMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const TurnBasedMatchTurn &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TurnBasedMatchesResource()

google_games_api::GamesService::TurnBasedMatchesResource::TurnBasedMatchesResource ( 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.

◆ ~TurnBasedMatchesResource()

google_games_api::GamesService::TurnBasedMatchesResource::~TurnBasedMatchesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCancelMethod()

TurnBasedMatchesResource_CancelMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewCancelMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_CancelMethod instance.

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

◆ NewCreateMethod()

TurnBasedMatchesResource_CreateMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewCreateMethod ( client::AuthorizationCredential *  _credential_,
const TurnBasedMatchCreateRequest _content_ 
) const

Creates a new TurnBasedMatchesResource_CreateMethod instance.

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

◆ NewDeclineMethod()

TurnBasedMatchesResource_DeclineMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewDeclineMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_DeclineMethod instance.

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

◆ NewDismissMethod()

TurnBasedMatchesResource_DismissMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewDismissMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_DismissMethod instance.

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

◆ NewFinishMethod()

TurnBasedMatchesResource_FinishMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewFinishMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id,
const TurnBasedMatchResults _content_ 
) const

Creates a new TurnBasedMatchesResource_FinishMethod instance.

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

◆ NewGetMethod()

TurnBasedMatchesResource_GetMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_GetMethod instance.

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

◆ NewJoinMethod()

TurnBasedMatchesResource_JoinMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewJoinMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_JoinMethod instance.

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

◆ NewLeaveMethod()

TurnBasedMatchesResource_LeaveMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewLeaveMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_LeaveMethod instance.

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

◆ NewLeaveTurnMethod()

TurnBasedMatchesResource_LeaveTurnMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewLeaveTurnMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id,
const int32 &  match_version 
) const

Creates a new TurnBasedMatchesResource_LeaveTurnMethod instance.

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

◆ NewListMethod()

TurnBasedMatchesResource_ListMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new TurnBasedMatchesResource_ListMethod 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.

◆ NewListMethodPager()

TurnBasedMatchesResource_ListMethodPager * google_games_api::GamesService::TurnBasedMatchesResource::NewListMethodPager ( 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

◆ NewRematchMethod()

TurnBasedMatchesResource_RematchMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewRematchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id 
) const

Creates a new TurnBasedMatchesResource_RematchMethod instance.

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

◆ NewSyncMethod()

TurnBasedMatchesResource_SyncMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewSyncMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new TurnBasedMatchesResource_SyncMethod 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.

◆ NewSyncMethodPager()

TurnBasedMatchesResource_SyncMethodPager * google_games_api::GamesService::TurnBasedMatchesResource::NewSyncMethodPager ( 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

◆ NewTakeTurnMethod()

TurnBasedMatchesResource_TakeTurnMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewTakeTurnMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  match_id,
const TurnBasedMatchTurn _content_ 
) const

Creates a new TurnBasedMatchesResource_TakeTurnMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]match_idThe ID of the match.
[in]<em>content</em>The data object to takeTurn.
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: