|
games
v1
|
#include <games_service.h>
Public Member Functions | |
| TurnBasedMatchesResource (GamesService *service) | |
| ~TurnBasedMatchesResource () | |
| TurnBasedMatchesResource_CancelMethod * | NewCancelMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_CreateMethod * | NewCreateMethod (client::AuthorizationCredential *_credential_, const TurnBasedMatchCreateRequest &_content_) const |
| TurnBasedMatchesResource_DeclineMethod * | NewDeclineMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_DismissMethod * | NewDismissMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_FinishMethod * | NewFinishMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const TurnBasedMatchResults &_content_) const |
| TurnBasedMatchesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_JoinMethod * | NewJoinMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_LeaveMethod * | NewLeaveMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_LeaveTurnMethod * | NewLeaveTurnMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const int32 &match_version) const |
| TurnBasedMatchesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| TurnBasedMatchesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) const |
| TurnBasedMatchesResource_RematchMethod * | NewRematchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id) const |
| TurnBasedMatchesResource_SyncMethod * | NewSyncMethod (client::AuthorizationCredential *_credential_) const |
| TurnBasedMatchesResource_SyncMethodPager * | NewSyncMethodPager (client::AuthorizationCredential *_credential_) const |
| TurnBasedMatchesResource_TakeTurnMethod * | NewTakeTurnMethod (client::AuthorizationCredential *_credential_, const absl::string_view &match_id, const TurnBasedMatchTurn &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| TurnBasedMatchesResource_CancelMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewCancelMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_CancelMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_CreateMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewCreateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const TurnBasedMatchCreateRequest & | _content_ | ||
| ) | const |
Creates a new TurnBasedMatchesResource_CreateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to create. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_DeclineMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewDeclineMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_DeclineMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_DismissMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewDismissMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_DismissMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
| [in] | <em>content</em> | The data object to finish. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_GetMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_JoinMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewJoinMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_JoinMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_LeaveMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewLeaveMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_LeaveMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
| [in] | match_version | The version of the match being updated. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_ListMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new TurnBasedMatchesResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_ListMethodPager * google_games_api::GamesService::TurnBasedMatchesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| TurnBasedMatchesResource_RematchMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewRematchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | match_id | ||
| ) | const |
Creates a new TurnBasedMatchesResource_RematchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_SyncMethod * google_games_api::GamesService::TurnBasedMatchesResource::NewSyncMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new TurnBasedMatchesResource_SyncMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | TurnBasedMatchesResource_SyncMethodPager * google_games_api::GamesService::TurnBasedMatchesResource::NewSyncMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | match_id | The ID of the match. |
| [in] | <em>content</em> | The data object to takeTurn. |
Execute the method instance, then destroy it when they are finished.